Conversation
|
I realized that one more common cause of flake is multiple tests all use the same bind ports which leads to errors similar to the following: |
|
@alexey-milovidov FYI, it's not allowed to have |
| /usr/bin/mc policy set public minio/warehouse; | ||
| until (/usr/bin/mc config host add minio http://minio:9000 minio ClickHouse_Minio_P@ssw0rd) do echo '...waiting...' && sleep 1; done; | ||
| /usr/bin/mc rm -r --force minio/warehouse-hms; | ||
| /usr/bin/mc mb minio/warehouse-hms --ignore-existing; |
There was a problem hiding this comment.
Maybe we should move bucket creation to the cluster.py as for other MinIOs?
ClickHouse/tests/integration/helpers/cluster.py
Lines 2607 to 2659 in 51be0b3
What is this??? |
Egh, do we build the hive image every time? We should use pre-built image! |
|
We need this very much, here it fails all/most of the time - https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=80777&sha=2a795af2631742290a640597a6e129685a1211fe&name_0=PR |
|
Please commit directly to this branch, let's merge it together! |
|
For now I've fixed with "hot fix"
For this I need access to docker registry to create a new image
I have no idea how this was possible for now, only a theory, at some point this image had been built and used from cache (but it should be only local on machine, so again, no idea how it was possible), now this file has been modified and compose tries to rebuild the image |
| - minio | ||
| image: minio/mc | ||
| # Stick to version with "mc config" | ||
| image: minio/mc:RELEASE.2025-04-16T18-13-26Z |
There was a problem hiding this comment.
I've also pinned all other docker images that was using in this tests
And about this place, it fails for me, since new mcli does not config command (alias should be used instead, but we stick with older version for now)
Cherry pick #80386 to 25.4: Fix Data Lake tests concurrent run
Cherry pick #80386 to 25.5: Fix Data Lake tests concurrent run
Backport #80386 to 25.4: Fix Data Lake tests concurrent run
Backport #80386 to 25.5: Fix Data Lake tests concurrent run
Cherry pick #80386 to 25.3: Fix Data Lake tests concurrent run
Let's see if this will help for #81015 to processed |
Backport #80386 to 25.3: Fix Data Lake tests concurrent run

Changelog category (leave one):
Fixes: #79719