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
unknowntpo
changed the title
[Subtask] Unify container management with ContainerSuit
[Subtask] Unify container management with ContainerSuite
Apr 6, 2024
unknowntpo
changed the title
[Subtask] Unify container management with ContainerSuite
[Subtask] Unify MySQL container management with ContainerSuite
Apr 7, 2024
…2813)
### What changes were proposed in this pull request?
Manage MySQL containers (`mysql:5.7`, `mysql:8.0`) in `ContainerSuite`.
And each test class will create a unique database named
`TestClass.class.getSimpleName() + TestClass.class.hashCode()` for
testing.
### Why are the changes needed?
Because we want to share containers and manage their lifecycles in
`ContainerSuite`.
Fix: #2807
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Tested in integration tests.
---------
Co-authored-by: Qi Yu <[email protected]>
…uite (apache#2813)
### What changes were proposed in this pull request?
Manage MySQL containers (`mysql:5.7`, `mysql:8.0`) in `ContainerSuite`.
And each test class will create a unique database named
`TestClass.class.getSimpleName() + TestClass.class.hashCode()` for
testing.
### Why are the changes needed?
Because we want to share containers and manage their lifecycles in
`ContainerSuite`.
Fix: apache#2807
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Tested in integration tests.
---------
Co-authored-by: Qi Yu <[email protected]>
Describe the subtask
Sub-issue of #2765,
Parent issue
#2765
The text was updated successfully, but these errors were encountered: