Commit 8cc1de2
authored
pulsar: various test fixes (#4309)
* pulsar: use native ARM image to fix container startup timeouts
Switch from apachepulsar/pulsar-standalone:2.8.3 (amd64-only) to
apachepulsar/pulsar:3.3.4 (multi-arch) so the container runs natively
on ARM instead of under x86 emulation. This eliminates the slow
startup that caused context deadline exceeded errors.
Fixes CON-387
* pulsar: disable StreamTestAtLeastOnceDelivery due to upstream data race
The benthos StreamTestAtLeastOnceDelivery test helper has an unsynchronized
concurrent map read/write at stream_test_definitions.go:571-584. A goroutine
iterates a shared map while another writes to it. Since this is in upstream
benthos code, disabling the test until the race is fixed upstream.
Fixes CON-4151 parent 1c8a23d commit 8cc1de2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments