You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2020/07/23 12:16:00 UTC

[jira] [Created] (PHOENIX-6044) Precommit script over-zealous zombie check may clobber parallel Phoenix test

Istvan Toth created PHOENIX-6044:
------------------------------------

             Summary: Precommit script over-zealous zombie check may clobber parallel Phoenix test
                 Key: PHOENIX-6044
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6044
             Project: Phoenix
          Issue Type: Bug
            Reporter: Istvan Toth


The precommit script has a zombie check, that does not take into account the fact that there may be multiple Phoenix "mvn verify" checks running on the same Jenkins worker.

When the mvn verify of the precommit script finishes, it checks if there are still mvn verify jobs running for Phoenix - finds the processes for the second job - , flags those as Zombies, and kills their processes.

test-patch.sh 899-922 lines

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)