If you would like to install a new Kiji instance, it will randomly generate a new Kiji instance name so you don't step on the toes of other tests. If you do create Kiji instances, you uninstall them when you are finished.
Almost by definition, any test that uses this will be prefixed with "IntegrationTest" and will thus be run in 'mvn integration-test' instead of a nice fast 'mvn test'.
If you only need one Kiji instance during your test, you can extend {@link org.kiji.schema.testutil.AbstractKijiIntegrationTest}.
|
|