This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from f218693 [MINOR] Fixing some functional tests by moving to right
packages (#3596)
add cf002b6 [HUDI-2079] Make CLI command tests functional (#3601)
No new revisions were added by this update.
Summary of changes:
hudi-cli/pom.xml | 15 +++
.../main/java/org/apache/hudi/cli/HoodieCLI.java | 15 +--
.../hudi/cli/utils/SparkTempViewProvider.java | 5 +
.../cli/commands/TestArchivedCommitsCommand.java | 40 +++----
.../hudi/cli/commands/TestCleansCommand.java | 28 +++--
.../hudi/cli/commands/TestCommitsCommand.java | 102 ++++++++--------
.../hudi/cli/commands/TestCompactionCommand.java | 26 ++--
.../cli/commands/TestFileSystemViewCommand.java | 20 ++--
.../cli/commands/TestHoodieLogFileCommand.java | 44 ++++---
.../hudi/cli/commands/TestRepairsCommand.java | 49 +++++---
.../hudi/cli/commands/TestRollbacksCommand.java | 20 ++--
.../hudi/cli/commands/TestSavepointsCommand.java | 23 ++--
.../hudi/cli/commands/TestSparkEnvCommand.java | 12 +-
.../apache/hudi/cli/commands/TestStatsCommand.java | 24 ++--
.../apache/hudi/cli/commands/TestTableCommand.java | 46 +++----
.../hudi/cli/commands/TestTempViewCommand.java | 34 +++---
.../cli/commands/TestUpgradeDowngradeCommand.java | 27 +++--
.../apache/hudi/cli/commands/TestUtilsCommand.java | 12 +-
.../cli/functional/CLIFunctionalTestHarness.java | 133 +++++++++++++++++++++
.../cli/functional/CLIFunctionalTestSuite.java | 7 +-
20 files changed, 431 insertions(+), 251 deletions(-)
create mode 100644
hudi-cli/src/test/java/org/apache/hudi/cli/functional/CLIFunctionalTestHarness.java
copy
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/ClientFunctionalTestSuite.java
=>
hudi-cli/src/test/java/org/apache/hudi/cli/functional/CLIFunctionalTestSuite.java
(89%)