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

test: introduce unstable fuzz create table test #3788

Merged
merged 18 commits into from
May 1, 2024

Conversation

WenyXu
Copy link
Member

@WenyXu WenyXu commented Apr 24, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

The unstable fuzz test for standalone will kill the GreptimeDB process randomly. The unstable_fuzz_create_table test tries to verify the atomicity of the create table procedure.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR does not require documentation updates.

@github-actions github-actions bot added the docs-not-required This change does not impact docs. label Apr 24, 2024
@WenyXu WenyXu force-pushed the feat/fuzz-test-with-kill branch 3 times, most recently from 75b8b7f to 0e2799a Compare April 24, 2024 06:02
@WenyXu WenyXu marked this pull request as ready for review April 24, 2024 06:20
@WenyXu WenyXu requested a review from a team as a code owner April 24, 2024 06:20
.env.example Outdated Show resolved Hide resolved
.github/workflows/develop.yml Outdated Show resolved Hide resolved
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 68 lines in your changes are missing coverage. Please review.

Project coverage is 85.24%. Comparing base (6957461) to head (c60f5b7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3788      +/-   ##
==========================================
- Coverage   85.58%   85.24%   -0.35%     
==========================================
  Files         955      957       +2     
  Lines      163466   163532      +66     
==========================================
- Hits       139905   139401     -504     
- Misses      23561    24131     +570     

.github/actions/fuzz-test/action.yaml Outdated Show resolved Hide resolved
tests-fuzz/src/utils.rs Outdated Show resolved Hide resolved
tests-fuzz/src/utils/config.rs Show resolved Hide resolved
tests-fuzz/README.md Outdated Show resolved Hide resolved
@WenyXu WenyXu requested review from evenyag and waynexia April 25, 2024 02:50
Copy link
Collaborator

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

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

LGTM

.env.example Outdated Show resolved Hide resolved
@WenyXu WenyXu enabled auto-merge May 1, 2024 05:49
@WenyXu WenyXu added this pull request to the merge queue May 1, 2024
@WenyXu WenyXu removed this pull request from the merge queue due to a manual request May 1, 2024
@WenyXu WenyXu enabled auto-merge May 1, 2024 05:56
@WenyXu WenyXu added this pull request to the merge queue May 1, 2024
Merged via the queue into GreptimeTeam:main with commit f6e2039 May 1, 2024
32 checks passed
@WenyXu WenyXu deleted the feat/fuzz-test-with-kill branch May 1, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required This change does not impact docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants