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

refactor(test): rename non-inline-style e2e_test/source to source_legacy #18890

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

xxchan
Copy link
Member

@xxchan xxchan commented Oct 14, 2024

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

What's changed and what's your intention?

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • I have added test labels as necessary. See details.
  • 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.

Copy link

gitguardian bot commented Oct 14, 2024

⚠️ 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
GitGuardian id GitGuardian status Secret Commit Filename
9425213 Triggered Generic Password 99c88c4 ci/scripts/e2e-source-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 secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  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.

@xxchan xxchan requested a review from BugenZhao October 14, 2024 07:55
@xxchan xxchan marked this pull request as ready for review October 14, 2024 07:55
Copy link
Member

@BugenZhao BugenZhao left a comment

Choose a reason for hiding this comment

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

So "legacy" is referring to shared/non-shared, instead of inline/non-inline tests? Can you add some description in PR body?

@xxchan xxchan force-pushed the xxchan/marked-chinchilla branch from be6a9ab to b12b602 Compare October 14, 2024 08:27
@xxchan
Copy link
Member Author

xxchan commented Oct 14, 2024

So "legacy" is referring to shared/non-shared, instead of inline/non-inline tests? Can you add some description in PR body?

Good question, thanks.

No, "legacy" means non-inline style, not related with shared. Motivation is to fully deprecate old styles and avoid developers adding new tests there.

(Although I gain the motivation from working on shared source. I need to modify some tests, but I'm reluctant to touch legacy tests, and want to modernize them first.)

I found original PR #18870 not trivial to review the diff, so split it into steps.

@xxchan xxchan changed the title refactor(test): rename e2e_test/source to source_legacy refactor(test): rename non-inline-style e2e_test/source to source_legacy Oct 14, 2024
@xxchan xxchan enabled auto-merge October 14, 2024 08:37
@xxchan xxchan force-pushed the xxchan/marked-chinchilla branch from b12b602 to 99c88c4 Compare October 14, 2024 09:00
@xxchan xxchan added this pull request to the merge queue Oct 14, 2024
@graphite-app graphite-app bot requested a review from a team October 14, 2024 09:35
Merged via the queue into main with commit 909b715 Oct 14, 2024
29 of 31 checks passed
@xxchan xxchan deleted the xxchan/marked-chinchilla branch October 14, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants