Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • make sure that you have run ant model-jar in hive/metastore and ant gen-test in hive /ql since the last time you ran ant clean
  • To run all of the unit tests for the Cli, open up TestCliDriver.java
    • click Run->Debug Configurations , select TestCliDriver, and click Debug
  • To run a single test within TestCliDriver.java
    • Begin running the whole TestCli suite as before
    • Once it finishes the setup and starts executing the JUnit tests, stop the test execution
    • Find the desired test in the JUnit pane
    • Right click on that test and select Debug

...