Closed kvankayala closed 6 years ago
The tests are going to fail because there is no rubix jars or the hadoop jars in /usr/lib/
For now if the tests are running in you local, can you remove the test , beforeclass, beforemethod etc all these attributes so that the tests don't run.
We need to come back to this once the docker container with hadoop is setup
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
rubix-core/src/main/java/com/qubole/rubix/core/utils/DummyClusterManager.java | 2 | 0.0% | ||
rubix-spi/src/main/java/com/qubole/rubix/spi/ClusterManager.java | 6 | 0.0% | ||
rubix-presto/src/main/java/com/qubole/rubix/presto/PrestoClusterManager.java | 11 | 69.05% | ||
rubix-hadoop2/src/main/java/com/qubole/rubix/hadoop2/Hadoop2ClusterManager.java | 11 | 68.29% | ||
<!-- | Total: | 30 | --> |
Totals | |
---|---|
Change from base Build 155: | 1.2% |
Covered Lines: | 579 |
Relevant Lines: | 2383 |
This PR includes test case with bookkeeper and LDS as separate JVMs.