You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/05 15:59:00 UTC

[jira] [Commented] (IMPALA-11706) Precommit jobs stop after 10 pytest failures

    [ https://issues.apache.org/jira/browse/IMPALA-11706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17629349#comment-17629349 ] 

ASF subversion and git services commented on IMPALA-11706:
----------------------------------------------------------

Commit 08a127958fddcddec649c0b3f65c0183ee6d5a90 in impala's branch refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=08a127958 ]

IMPALA-11706: Unlimit Pytest failures for precommit

The change for IMPALA-11569 modified all-tests.sh
to run bin/bootstrap_development.sh rather than
sourcing it. That means the environment variables
defined in bin/bootstrap_development.sh no longer
apply to all-tests.sh, and thus precommit. In
particular, MAX_PYTEST_FAILURES is no longer set
to zero, so the default of MAX_PYTEST_FAILURES=10
applies. This is too low.

This sets MAX_PYTEST_FAILURES=0 in all-tests.sh to
allow unlimited pytest failures. This also bumps
the default MAX_PYTEST_FAILURES from 10 to 100.

Change-Id: I38209fa357ab4edb4c8730fc2186a84a8eefda0d
Reviewed-on: http://gerrit.cloudera.org:8080/19208
Reviewed-by: Quanlong Huang <hu...@gmail.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Precommit jobs stop after 10 pytest failures
> --------------------------------------------
>
>                 Key: IMPALA-11706
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11706
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.2.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Critical
>
> The precommit job ubuntu-16.04-from-scratch stops after 10 pytest failures:
> {noformat}
> 5:26:36 !!!!!!!!!!!!!!!!!!! Interrupted: stopping after 10 failures !!!!!!!!!!!!!!!!!!!!
> 15:26:36 ======== 10 failed, 134 passed, 6 skipped, 37 xfailed in 296.39 seconds ========{noformat}
> This is absurdly low and wasn't like this previously. This should be unlimited for precommit.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org