Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
4.15.0, 5.1.0
-
None
-
None
Description
Currently, it looks like the Hadoop QA PreCommit build only runs tests in phoenix-core. This skips running tests in phoenix-pherf and other modules. We should ideally run all tests in the project.
For ex: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3546//testReport/ for PHOENIX-5607 master branch,
shows that the build only ran phoenix-core tests, however phoenix-pherf tests like PherfTest.java and ResourceTest.java fail and this was not captured. These tests may have been failing for a long time (not necessarily related to 5607 changes).