forked from risingwavelabs/risingwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): fix iceberg-cdc integration_tests (risingwavelabs#13082)
Co-authored-by: ZENOTME <[email protected]>
- Loading branch information
Showing
8 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM python:3.8 | ||
|
||
RUN curl -sSL https://install.python-poetry.org | python3 - | ||
|
||
WORKDIR /app | ||
|
||
COPY script /app | ||
|
||
RUN $HOME/.local/bin/poetry update | ||
|
||
CMD $HOME/.local/bin/poetry run python init.py;sleep 40;$HOME/.local/bin/poetry run python check.py | ||
|
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ation_tests/iceberg-cdc/python/config.ini → ...ests/iceberg-cdc/python/script/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[spark] | ||
url=sc://localhost:15002 | ||
url=sc://spark:15002 | ||
|
||
[risingwave] | ||
db=dev | ||
user=root | ||
host=127.0.0.1 | ||
host=frontend-node-0 | ||
port=4566 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters