-
Notifications
You must be signed in to change notification settings - Fork 503
Closed
Description
Summary
TLS-related integration tests are consistently failing across all test runs in the quickwit-integration-tests crate.
Consistently Failing Tests (TRY 6 FAIL in all 4 test runs)
tests::tls_tests::test_tls_grpc- ~10 second timeout in all runstests::tls_tests::test_tls_rest- ~10 second timeout in all runs
Behavior
Both tests consistently fail after approximately 10 seconds across all 4 test runs:
- Run 1: TRY 6 FAIL [10.046s] and [10.036s]
- Run 2: TRY 6 FAIL [10.045s] and [10.048s]
- Run 3: TRY 6 FAIL [10.055s] and [10.045s]
- Run 4: TRY 6 FAIL [10.041s] and [10.055s]
Test Environment
All tests were run with make test-all and these tests failed consistently with similar timing patterns.
Impact
These consistent failures suggest:
- TLS certificate/configuration issues
- Network connectivity problems in test environment
- Timeout configuration problems
- Missing TLS dependencies or setup
- Port binding conflicts
Next Steps
- Investigate TLS certificate generation and configuration
- Check test environment network setup
- Review timeout configurations for TLS tests
- Verify required TLS dependencies are available
- Check for port conflicts in test environment
- Consider if tests need different isolation or setup procedures