Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
TestGenericUDFInitializeOnCompareUDF is a parameterized test leading to 24K possible test combinations. From those only 7K are actually run and the rest (~16K) are skipped.
mvn test -Dtest=TestGenericUDFInitializeOnCompareUDF ... [WARNING] Tests run: 24300, Failures: 0, Errors: 0, Skipped: 16452, Time elapsed: 7.098 s - in org.apache.hadoop.hive.ql.udf.generic.TestGenericUDFInitializeOnCompareUDF [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7848, Failures: 0, Errors: 0, Skipped: 0
This generates a lot of noise in Jenkins CI, where many tests appear as skipped, and it may make people believe it is a problem (side effect of their changes). Moreover, we know in advance which tests are skipped and why so instead of generating invalid parameter combinations we could simply remove those combinations altogether.
Attachments
Attachments
Issue Links
- links to