|
85 | 85 | mvn clean verify \ |
86 | 86 | -P with-integration-tests \ |
87 | 87 | -DskipUTs \ |
| 88 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
88 | 89 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
89 | 90 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
90 | 91 | -pl integration-test \ |
@@ -188,6 +189,7 @@ jobs: |
188 | 189 | mvn clean verify \ |
189 | 190 | -P with-integration-tests \ |
190 | 191 | -DskipUTs \ |
| 192 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
191 | 193 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
192 | 194 | -DClusterConfigurations=${{ matrix.cluster }},${{ matrix.cluster }} \ |
193 | 195 | -Dfailsafe.includesFile="$RUNNER_TEMP/it-shard.txt" \ |
@@ -295,6 +297,7 @@ jobs: |
295 | 297 | mvn clean verify \ |
296 | 298 | -P with-integration-tests \ |
297 | 299 | -DskipUTs \ |
| 300 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
298 | 301 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
299 | 302 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
300 | 303 | -Dfailsafe.includesFile="$RUNNER_TEMP/it-shard.txt" \ |
@@ -402,6 +405,7 @@ jobs: |
402 | 405 | mvn clean verify \ |
403 | 406 | -P with-integration-tests \ |
404 | 407 | -DskipUTs \ |
| 408 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
405 | 409 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
406 | 410 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
407 | 411 | -Dfailsafe.includesFile="$RUNNER_TEMP/it-shard.txt" \ |
@@ -491,6 +495,7 @@ jobs: |
491 | 495 | mvn clean verify \ |
492 | 496 | -P with-integration-tests \ |
493 | 497 | -DskipUTs \ |
| 498 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
494 | 499 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
495 | 500 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
496 | 501 | -pl integration-test \ |
@@ -577,6 +582,7 @@ jobs: |
577 | 582 | mvn clean verify \ |
578 | 583 | -P with-integration-tests \ |
579 | 584 | -DskipUTs \ |
| 585 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
580 | 586 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
581 | 587 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
582 | 588 | -pl integration-test \ |
@@ -663,6 +669,7 @@ jobs: |
663 | 669 | mvn clean verify \ |
664 | 670 | -P with-integration-tests \ |
665 | 671 | -DskipUTs \ |
| 672 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
666 | 673 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
667 | 674 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
668 | 675 | -pl integration-test \ |
@@ -749,6 +756,7 @@ jobs: |
749 | 756 | mvn clean verify \ |
750 | 757 | -P with-integration-tests \ |
751 | 758 | -DskipUTs \ |
| 759 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
752 | 760 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
753 | 761 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ |
754 | 762 | -pl integration-test \ |
@@ -852,6 +860,7 @@ jobs: |
852 | 860 | mvn clean verify \ |
853 | 861 | -P with-integration-tests \ |
854 | 862 | -DskipUTs \ |
| 863 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
855 | 864 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
856 | 865 | -DClusterConfigurations=${{ matrix.cluster }},${{ matrix.cluster }} \ |
857 | 866 | -Dfailsafe.includesFile="$RUNNER_TEMP/it-shard.txt" \ |
@@ -958,6 +967,7 @@ jobs: |
958 | 967 | mvn clean verify \ |
959 | 968 | -P with-integration-tests \ |
960 | 969 | -DskipUTs \ |
| 970 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
961 | 971 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
962 | 972 | -DClusterConfigurations=${{ matrix.cluster }},${{ matrix.cluster }} \ |
963 | 973 | -Dfailsafe.includesFile="$RUNNER_TEMP/it-shard.txt" \ |
@@ -1047,6 +1057,7 @@ jobs: |
1047 | 1057 | mvn clean verify \ |
1048 | 1058 | -P with-integration-tests \ |
1049 | 1059 | -DskipUTs \ |
| 1060 | + -DintegrationTest.clusterReadyRetryCount=90 \ |
1050 | 1061 | -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ |
1051 | 1062 | -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }},${{ matrix.cluster3 }} \ |
1052 | 1063 | -pl integration-test \ |
|
0 commit comments