Commit 95d934b
Skip tests in intermediate build steps to fix Linux port conflict (#100)
* Initial plan
* Skip tests in step-01 through step-04 to prevent MariaDB port conflicts
Set skipTests=true in the parent POM so all modules skip tests by default,
and override it to false in pom-step-05.xml where tests should run.
This fixes the build failure on Linux where running tests in intermediate
step modules (step-02, step-03) caused MariaDB port conflicts when
step-04 tried to start its demo database on port 33328.
Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com>1 parent be36136 commit 95d934b
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments