Ref https://github.com/mlcommons/endpoints/actions/runs/20084533107/job/57618996887#step:5:203
The test tests/integration/commands/test_probe_command.py::TestProbeCommandIntegration::test_probe_shows_multiple_responses has been failing in CI intermittently. The test sends probe requests to a mock server and receives the responses back but some of the initial responses, usually probe-0 are not in the caplog fixture.
Very likely due to the caplog fixture truncating the log, but documentation doesn't provide any references to indicate that is the case.
Needs further investigation.
Ref https://github.com/mlcommons/endpoints/actions/runs/20084533107/job/57618996887#step:5:203
The test
tests/integration/commands/test_probe_command.py::TestProbeCommandIntegration::test_probe_shows_multiple_responseshas been failing in CI intermittently. The test sends probe requests to a mock server and receives the responses back but some of the initial responses, usuallyprobe-0are not in thecaplogfixture.Very likely due to the caplog fixture truncating the log, but documentation doesn't provide any references to indicate that is the case.
Needs further investigation.