|
69 | 69 | sleep 10 |
70 | 70 | kafkacat -L -b 127.0.0.1:40091 |
71 | 71 | # run tests |
72 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 72 | + cat test.env |
| 73 | + source test.env |
| 74 | + ctest -VV |
73 | 75 | # stop kafka cluster |
74 | 76 | kafka-server-stop.sh |
75 | 77 | zookeeper-server-stop.sh |
@@ -137,7 +139,9 @@ jobs: |
137 | 139 | sleep 10 |
138 | 140 | kafkacat -L -b 127.0.0.1:40091 |
139 | 141 | # run tests |
140 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 142 | + cat test.env |
| 143 | + source test.env |
| 144 | + ctest -VV |
141 | 145 | # stop kafka cluster |
142 | 146 | kafka-server-stop.sh |
143 | 147 | zookeeper-server-stop.sh |
@@ -205,7 +209,9 @@ jobs: |
205 | 209 | sleep 10 |
206 | 210 | kafkacat -L -b 127.0.0.1:40091 |
207 | 211 | # run tests |
208 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 212 | + cat test.env |
| 213 | + source test.env |
| 214 | + ctest -VV |
209 | 215 | # stop kafka cluster |
210 | 216 | kafka-server-stop.sh |
211 | 217 | zookeeper-server-stop.sh |
@@ -273,7 +279,9 @@ jobs: |
273 | 279 | sleep 10 |
274 | 280 | kafkacat -L -b 127.0.0.1:40091 |
275 | 281 | # run tests |
276 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 282 | + cat test.env |
| 283 | + source test.env |
| 284 | + ctest -VV |
277 | 285 | # stop kafka cluster |
278 | 286 | kafka-server-stop.sh |
279 | 287 | zookeeper-server-stop.sh |
@@ -340,7 +348,9 @@ jobs: |
340 | 348 | sleep 10 |
341 | 349 | kafkacat -L -b 127.0.0.1:40091 |
342 | 350 | # run tests |
343 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 351 | + cat test.env |
| 352 | + source test.env |
| 353 | + ctest -VV |
344 | 354 | # stop kafka cluster |
345 | 355 | kafka-server-stop.sh |
346 | 356 | zookeeper-server-stop.sh |
@@ -407,7 +417,9 @@ jobs: |
407 | 417 | sleep 10 |
408 | 418 | kafkacat -L -b 127.0.0.1:40091 |
409 | 419 | # run tests |
410 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 420 | + cat test.env |
| 421 | + source test.env |
| 422 | + ctest -VV |
411 | 423 | # stop kafka cluster |
412 | 424 | kafka-server-stop.sh |
413 | 425 | zookeeper-server-stop.sh |
@@ -475,7 +487,9 @@ jobs: |
475 | 487 | sleep 10 |
476 | 488 | kafkacat -L -b 127.0.0.1:40091 |
477 | 489 | # run tests |
478 | | - export KAFKA_BROKER_LIST="127.0.0.1:40091,127.0.0.1:40092,127.0.0.1:40093"; ctest -VV |
| 490 | + cat test.env |
| 491 | + source test.env |
| 492 | + ctest -VV |
479 | 493 | # stop kafka cluster |
480 | 494 | kafka-server-stop.sh |
481 | 495 | zookeeper-server-stop.sh |
|
0 commit comments