You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Deepak Jaiswal <dj...@hortonworks.com> on 2018/04/19 18:27:37 UTC

Builds failing in ptest

Hi All,

The builds are failing on Jenkins with this exception.

Checking PreCommit-HIVE-Build queue...
Exception in thread "main" java.lang.IllegalStateException: 502 Proxy Error
        at org.apache.hive.ptest.api.client.JenkinsQueueUtil.httpGet(JenkinsQueueUtil.java:130)
        at org.apache.hive.ptest.api.client.JenkinsQueueUtil.isJiraAlreadyInQueue(JenkinsQueueUtil.java:72)
        at org.apache.hive.ptest.api.client.PTestClient.main(PTestClient.java:325)


It originates from a recent change to handle ptest queue in HIVE-19077.
Currently, all the tests enqueued are just failing one by one.

Regards,
Deepak