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/05/10 00:20:00 UTC

[jira] [Commented] (IMPALA-11244) Docker-based test failure for DiskIoMgrTest BE test

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

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

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

IMPALA-11244: Run the minicluster for docker-based BE tests

As an optimization, the docker-based tests didn't run
the minicluster for BE tests. Some BE tests now require
the minicluster (DiskIoMgrTest.WriteToRemote*), so this
cannot work with the optimization.

This changes the docker-based tests to start the minicluster
for the BE tests.

Testing:
 - Ran a docker-based test job

Change-Id: I784a63a02886852e10ccca7c118c22ff7d38b8a3
Reviewed-on: http://gerrit.cloudera.org:8080/18414
Reviewed-by: Joe McDonnell <jo...@cloudera.com>
Tested-by: Joe McDonnell <jo...@cloudera.com>


> Docker-based test failure for DiskIoMgrTest BE test
> ---------------------------------------------------
>
>                 Key: IMPALA-11244
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11244
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.1.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>
> The docker-based tests have an optimization that doesn't start the minicluster for the BE tests. The minicluster wasn't needed at the time, so this was a nice speedup. However, backend tests now access the minicluster, specifically DiskIoMgrTest.WriteToRemote*
> We should start the minicluster for BE tests for the docker-based tests.
> These lines in docker/entrypoint.sh need to be modified:
> {code:java}
>     if ! bin/run-backend-tests.sh; then
>       echo "Tests $1 failed!"
>       return 1
>     else
>       echo "Tests $1 succeeded!"
>       return 0
>     fi{code}
> https://github.com/apache/impala/blob/master/docker/entrypoint.sh#L413-L419



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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