Commit 9e7b0f8
[ci][hotfix] Enable parallel execution for pipeline-e2e tests
Change forkCount from 1 to 2 to enable parallel test execution.
This should reduce the total test time from ~80 minutes to ~40-50 minutes.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>1 parent bcb4a4b commit 9e7b0f8
File tree
2 files changed
+33
-3
lines changed- flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests
- src/test/java/org/apache/flink/cdc/pipeline/tests/utils
2 files changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
| |||
332 | 338 | | |
333 | 339 | | |
334 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
335 | 349 | | |
336 | 350 | | |
337 | 351 | | |
| |||
353 | 367 | | |
354 | 368 | | |
355 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
356 | 374 | | |
357 | 375 | | |
358 | 376 | | |
| |||
375 | 393 | | |
376 | 394 | | |
377 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
378 | 400 | | |
379 | 401 | | |
380 | 402 | | |
| |||
397 | 419 | | |
398 | 420 | | |
399 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
400 | 430 | | |
401 | 431 | | |
402 | 432 | | |
| |||
448 | 478 | | |
449 | 479 | | |
450 | 480 | | |
| 481 | + | |
| 482 | + | |
451 | 483 | | |
452 | 484 | | |
453 | 485 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | | - | |
118 | | - | |
| 116 | + | |
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
| |||
0 commit comments