You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit migrates the yugabytedb module to use the new testcontainers.Run() API.
The main changes are:
- Use testcontainers.Run() instead of testcontainers.GenericContainer()
- Convert to moduleOpts pattern with functional options
- Use WithCmd, WithWaitStrategy, WithExposedPorts, WithEnv
- Use Inspect after Run to retrieve actual env var values after user customizations
- Multiple wait strategies for logs and listening ports
Tests: 9 tests, 93.0% coverage
Ref: #3174
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments