Commit 00c0d57
authored
Embedded tests: Use regular Kafka image. (apache#18203)
This patch switches the image from apache/kafka-native (GraalVM
ahead-of-time compiled) to apache/kafka (regular JVM).
Previously the kafka-native image was used, because it boots up
more quickly. However, on my machine it segfaults on ~5% of bootups,
causing tests to be flaky. Container startup has also been flaky
in GitHub Actions, so something similar may be happening there.1 parent ba21070 commit 00c0d57
File tree
1 file changed
+1
-1
lines changed- extensions-core/kafka-indexing-service/src/test/java/org/apache/druid/indexing/kafka/simulate
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments