Skip to content

Commit

Permalink
Flink: Migrate subclasses of FlinkCatalogTestBase to JUnit5 (apache#9381
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vinitpatni authored and adnanhemani committed Jan 30, 2024
1 parent 0cef742 commit 546396a
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

0 comments on commit 546396a

Please sign in to comment.