Description of the Flaky Test
The test failed during the clusterClient connect with insecure TLS (protocol: 1) in file tests/TlsTest.test.ts at line 40. The failure was due to improper teardown and potential leakage in the tests.
Test Name
clusterClient connect with insecure TLS (protocol: 1)
Test Location
tests/TlsTest.test.ts
Failure Permlink
https://github.com/valkey-io/valkey-glide/actions/runs/16257279877/job/45895651237
Frequency
Intermittent failure observed during CI runs.
Steps to Reproduce
- Run the full matrix tests associated with the workflow
Full Matrix tests.
- Observe the failure in the specific job: https://github.com/valkey-io/valkey-glide/actions/runs/16257279877/job/45895651237.
Additional Context
- System Information: GitHub Actions CI environment.
- Language and Version: TypeScript
- Engine Version: v6.2
- Glide Version: N/A
- Logs: Refer to the CI logs in the workflow report.
- Screenshots: N/A
Expected Behavior
The test should consistently pass without intermittent failures.
Actual Behavior
The test sometimes fails due to leakage and improper teardown.
Possible Fixes
Investigate the implementation of the test clusterClient connect with insecure TLS (protocol: 1) in tests/TlsTest.test.ts. Review the configuration and dependencies for the TLS backend. Check the logs for detailed failure information.
Description of the Flaky Test
The test failed during the
clusterClient connect with insecure TLS (protocol: 1)in filetests/TlsTest.test.tsat line 40. The failure was due to improper teardown and potential leakage in the tests.Test Name
clusterClient connect with insecure TLS (protocol: 1)
Test Location
tests/TlsTest.test.ts
Failure Permlink
https://github.com/valkey-io/valkey-glide/actions/runs/16257279877/job/45895651237
Frequency
Intermittent failure observed during CI runs.
Steps to Reproduce
Full Matrix tests.Additional Context
Expected Behavior
The test should consistently pass without intermittent failures.
Actual Behavior
The test sometimes fails due to leakage and improper teardown.
Possible Fixes
Investigate the implementation of the test
clusterClient connect with insecure TLS (protocol: 1)intests/TlsTest.test.ts. Review the configuration and dependencies for theTLSbackend. Check the logs for detailed failure information.