Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix test ordering #20466

Merged
merged 3 commits into from
Nov 14, 2024
Merged

test: fix test ordering #20466

merged 3 commits into from
Nov 14, 2024

Commits on Nov 13, 2024

  1. test: fix test ordering

    Flow test suite contains some modules that define multiple pom files in the
    same folder. When executing Maven with -pl option pointing to such a folder,
    Maven will pick by default the pom file that is placed as the first in the
    parent pom's modules section.
    This causes some poms to be executed twice and others to not be executed
    at all.
    This change fixes ordering of modules, to ensure all are execute in validation
    workflow.
    mcollovati committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    df92546 View commit details
    Browse the repository at this point in the history
  2. fix structure

    mcollovati committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57f42a1 View commit details
    Browse the repository at this point in the history
  3. fix poms

    mcollovati committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1b5717f View commit details
    Browse the repository at this point in the history