Skip to content

Commit

Permalink
Flink: Migrate subclasses of FlinkCatalogTestBase to JUnit5 (#9381)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitpatni authored Jan 13, 2024
1 parent 8109e42 commit 850cd5c
Show file tree
Hide file tree
Showing 11 changed files with 618 additions and 885 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public abstract class TestBase extends TestBaseUtils {
public static MiniClusterExtension miniClusterResource =
MiniFlinkClusterExtension.createWithClassloaderCheckDisabled();

@TempDir Path temporaryDirectory;
@TempDir protected Path temporaryDirectory;

private static TestHiveMetastore metastore = null;
protected static HiveConf hiveConf = null;
Expand Down
Loading

0 comments on commit 850cd5c

Please sign in to comment.