Skip to content

Commit 8627815

Browse files
committed
tests: integration: accept curl send failure in bulk regression
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
1 parent b196d2f commit 8627815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/scenarios/in_elasticsearch/tests/test_in_elasticsearch_001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def test_in_elasticsearch_bulk_small_status_buffer_does_not_crash(case):
325325
# The regression condition is process termination from a reachable double-free.
326326
# Response formatting can still vary under constrained buffer settings, but the
327327
# parser must not take down the process.
328-
assert curl_result.returncode in {0, 56}
328+
assert curl_result.returncode in {0, 55, 56}
329329
assert health_result["status_code"] == 200
330330

331331

0 commit comments

Comments
 (0)