Skip to content

Consistently failing TLS tests in quickwit-integration-tests crate #6051

@congx4

Description

@congx4

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 runs
  • tests::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

  1. Investigate TLS certificate generation and configuration
  2. Check test environment network setup
  3. Review timeout configurations for TLS tests
  4. Verify required TLS dependencies are available
  5. Check for port conflicts in test environment
  6. Consider if tests need different isolation or setup procedures

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions