[
https://issues.apache.org/jira/browse/IMPALA-11244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-11244.
------------------------------------
Fix Version/s: Impala 4.2.0
Resolution: Fixed
> 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
> Fix For: Impala 4.2.0
>
>
> 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)