Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Reduce flakiness from Couchbase tests #1913

Closed
mdelapenya opened this issue Nov 14, 2023 · 0 comments · Fixed by #2650
Closed

[Enhancement]: Reduce flakiness from Couchbase tests #1913

mdelapenya opened this issue Nov 14, 2023 · 0 comments · Fixed by #2650
Labels
enhancement New feature or request good first issue Want to contribute to testcontainers? Start from here

Comments

@mdelapenya
Copy link
Member

Proposal

See ExampleRunContainer panics in https://github.com/testcontainers/testcontainers-go/actions/runs/6853047281/job/18653295873

FAIL ExampleRunContainer (107.70s)
=== RUN ExampleRunContainer
2023/11/14 06:40:59 🐳 Creating container for image couchbase:community-7.1.1
2023/11/14 06:40:59 ✅ Container created: 0293ce68fde5
2023/11/14 06:40:59 🐳 Starting container: 0293ce68fde5
2023/11/14 06:40:59 ✅ Container started: 0293ce68fde5
2023/11/14 06:42:46 🐳 Terminating container: 0293ce68fde5
2023/11/14 06:42:46 🚫 Container terminated: 0293ce68fde5

FAIL Package . (4m26.879s) (coverage: 77.9% of statements)

=== Failed
=== FAIL: . ExampleRunContainer (107.70s)
=== RUN ExampleRunContainer
2023/11/14 06:40:59 🐳 Creating container for image couchbase:community-7.1.1
2023/11/14 06:40:59 ✅ Container created: 0293ce68fde5
2023/11/14 06:40:59 🐳 Starting container: 0293ce68fde5
2023/11/14 06:40:59 ✅ Container started: 0293ce68fde5
2023/11/14 06:42:46 🐳 Terminating container: 0293ce68fde5
2023/11/14 06:42:46 🚫 Container terminated: 0293ce68fde5

DONE 7 tests, 1 failure in 279.513s
ERROR rerun aborted because previous run had a suspected panic and some test may not have run
make: *** [../../commons-test.mk:15: test-unit] Error 3
Error: Process completed with exit code 2.

It would be important to identify why the tests fail, and check if the solution applied for ClickHouse tests is valid here too (see #1902)

@mdelapenya mdelapenya added good first issue Want to contribute to testcontainers? Start from here enhancement New feature or request labels Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Want to contribute to testcontainers? Start from here
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant