Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Let's say given a set of expected jars in the tez dist package, which can be defined somewhere in text (golden file).
The test can be in maven build lifecycle or in a separate test. If the file listing in tez tar.gz doesn't match the expected golden file, test should fail. This would make us aware of any changes that we introduce with the patches. For example the regression introduced by TEZ-4114 and fixed by TEZ-4323