Project

General

Profile

1
ATTENTION: Please **do not touch this directory** nor its contents since it might break the integration tests.
2

    
3
This directory, its subdirectories, and contained files are here as a hack to make the Oozie integration unit tests work.
4

    
5
Details
6
-------
7
Oozie tests assume that they're placed inside directory tree of Oozie source code -- see the source code of class `XTestCase` which is an ancestor of `MiniOozieTestCase` class which, in turn, should be inherited by your test case class. 
8

    
9
How to get the source code of the `XTestCase` class:
10

    
11
- download source code of the Ubuntu's `oozie` package prepared by Cloudera (`apt-get source oozie`). It is version 3.1.3+155 of this package. 
12
- open file `oozie-3.1.3+155/src/core/src/test/java/org/apache/oozie/test/XTestCase.java` and look at lines 93-105.
    (1-1/1)