Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): fix iceberg-cdc integration_tests #13082

Merged
merged 1 commit into from
Oct 27, 2023
Merged

fix(ci): fix iceberg-cdc integration_tests #13082

merged 1 commit into from
Oct 27, 2023

Conversation

ZENOTME
Copy link
Contributor

@ZENOTME ZENOTME commented Oct 26, 2023

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Move python check to docker.

fix: https://buildkite.com/risingwavelabs/integration-tests/builds/316#018b6723-fddd-4243-a107-d3d56cacd716

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features Sqlsmith: Sql feature generation #7934).
  • My PR contains breaking changes. (If it deprecates some features, please create a tracking issue to remove them in the future).
  • All checks passed in ./risedev check (or alias, ./risedev c)
  • My PR changes performance-critical code. (Please run macro/micro-benchmarks and show the results.)
  • My PR contains critical fixes that are necessary to be merged into the latest release. (Please check out the details)

Documentation

  • My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users)

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

@gitguardian
Copy link

gitguardian bot commented Oct 26, 2023

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
7648795 Generic CLI Secret a6148b4 integration_tests/iceberg-cdc/docker-compose.yml View secret
7648795 Generic CLI Secret a6148b4 integration_tests/iceberg-cdc/run_test.sh View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@github-actions github-actions bot added the type/fix Bug fix label Oct 26, 2023
@chenzl25
Copy link
Contributor

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
🛠 Guidelines to remediate hardcoded secrets
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.Our GitHub checks need improvements? Share your feedbacks!

Could you please remove the password from iceberg-cdc run_test.sh?

@@ -0,0 +1,18 @@
# 使用 Python 3.8 作为基础镜像
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the comments as well

@neverchanje
Copy link
Contributor

neverchanje commented Oct 26, 2023

Could you include the buildkite job link in the pr description as well?


I mean the job link for this PR. You need to check if this PR works as expected.

@@ -2,7 +2,7 @@ version: '3.8'

services:
compactor-0:
extends:
extends:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems a space is missing

@liurenjie1024
Copy link
Contributor

LGTM, as @neverchanje says, please have a try with buildkite before merging.

@ZENOTME ZENOTME force-pushed the zj/cdc branch 3 times, most recently from c31c06c to 59396f8 Compare October 27, 2023 03:21
@ZENOTME
Copy link
Contributor Author

ZENOTME commented Oct 27, 2023

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #13082 (a6148b4) into main (03f285b) will increase coverage by 0.05%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #13082      +/-   ##
==========================================
+ Coverage   68.25%   68.31%   +0.05%     
==========================================
  Files        1498     1498              
  Lines      252749   252749              
==========================================
+ Hits       172514   172664     +150     
+ Misses      80235    80085     -150     
Flag Coverage Δ
rust 68.31% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 21 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@liurenjie1024 liurenjie1024 added this pull request to the merge queue Oct 27, 2023
Merged via the queue into main with commit f60f5b6 Oct 27, 2023
5 of 7 checks passed
@liurenjie1024 liurenjie1024 deleted the zj/cdc branch October 27, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants