Open stevenh opened 2 weeks ago
Name | Link |
---|---|
Latest commit | 83a78384183bd6a75fb5f9924cff84ab47838f77 |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/6740cfcb162998000802f123 |
Deploy Preview | https://deploy-preview-2883--testcontainers-go.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This should be split out into components if we want to go down this route.
I did an initial pass and the overall feedback is positive. I detected the following possible chunks of separate PRs, please tell me what you think:
- wait.walk for traversing multi strategies
- wait for TLS
- cockroachdb refactor
I think it would be much clearer for the review, but also for the release notes, as consumers would discover the new wait strategies as part of it.
That's pretty much my thought's too, which is why I've left in draft.
Refactor cockroachdb module to to use request driven options simplifying the flow.
Clean up tests eliminating the use of suite which significantly speeds up test runs.