Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.0.0
-
None
-
None
Description
Similar to the text fixture TestSparkArgsExtractor#testPropertiesArePrependedToSparkArgs() covered by OOZIE-3228, extend the usage of assertContainsSublist() for every other test case as well.
This has some advantages:
- test runs become more stable when parameterized differently
- code gets more readable
- assert only what's necessary instead of always the whole Spark argument list. For most test cases it's not needed
Attachments
Issue Links
- relates to
-
OOZIE-3228 [Spark action] Can't load properties from spark-defaults.conf
- Closed