Skip to content

Commit

Permalink
[FLINK-36945] Tweak to make the container static so it could be reuse…
Browse files Browse the repository at this point in the history
…d across multiple test cases
  • Loading branch information
yoheimuta committed Feb 7, 2025
1 parent 4fb3b7d commit a29d93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class MySqlMultipleTablesRenamingITCase {
@RegisterExtension static MiniClusterExtension miniCluster = new MiniClusterExtension();

@SuppressWarnings("unchecked")
private final MySqlContainer mysql =
private static final MySqlContainer mysql =
(MySqlContainer)
new MySqlContainer()
.withConfigurationOverride(
Expand Down

0 comments on commit a29d93b

Please sign in to comment.