PartitionParserTests fixes
testFullPartitionConfigurationWithMapperSuppliedProperties * remove assert on PartitionMapper.name as PropertyPartitionMapper is used and PartitionMapper.name does not get populated. testFullPartitionConfigurationWithHardcodedProperties * when run as part of the suite, the static fields name was populated by another test case. add explicit reference and hardcoded property to job def
This commit is contained in:
@@ -132,7 +132,6 @@ public class PartitionParserTests {
|
||||
assertTrue(PartitionCollector.artifactNames.contains("collector1"));
|
||||
assertTrue(PartitionCollector.artifactNames.contains("collector2"));
|
||||
|
||||
assertEquals(PartitionMapper.name, "mapper");
|
||||
assertEquals(PartitionAnalyzer.name, "analyzer");
|
||||
assertEquals(PartitionReducer.name, "reducer");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user