Versions Compared

Key

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

Hive Developer FAQ

Table of Contents

Testing

How do I run all of the unit tests?

For a clean build, run

ant clean package test

Note that running ant test will not work; ant package does some setup work that is required for the testcases to run successfully.

How do update the output of a CliDriver testcase?

...