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: add fuzz test for create table #3441

Merged
merged 10 commits into from Mar 7, 2024

Conversation

WenyXu
Copy link
Member

@WenyXu WenyXu commented Mar 6, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

#3174

What's changed and what's your intention?

Add a fuzz test for create table

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 Mar 6, 2024
@WenyXu WenyXu force-pushed the test/fuzz-create-table branch 2 times, most recently from 2b344bf to a0cb1b6 Compare March 6, 2024 09:40
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

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

Project coverage is 85.03%. Comparing base (c52bc61) to head (6e044b3).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3441      +/-   ##
==========================================
- Coverage   85.44%   85.03%   -0.41%     
==========================================
  Files         895      896       +1     
  Lines      147093   147137      +44     
==========================================
- Hits       125685   125124     -561     
- Misses      21408    22013     +605     

@WenyXu WenyXu marked this pull request as draft March 6, 2024 09:47
@WenyXu WenyXu force-pushed the test/fuzz-create-table branch 2 times, most recently from 9e427b5 to 33e0145 Compare March 6, 2024 14:17
@WenyXu WenyXu marked this pull request as ready for review March 7, 2024 02:59
.github/actions/fuzz-test/action.yaml Outdated Show resolved Hide resolved
tests-fuzz/README.md Outdated Show resolved Hide resolved
tests-fuzz/src/error.rs Show resolved Hide resolved
tests-fuzz/src/generator.rs Show resolved Hide resolved
.github/actions/fuzz-test/action.yaml Outdated Show resolved Hide resolved
@MichaelScofield
Copy link
Collaborator

Do we have the doc on "how to write fuzz test"? @WenyXu

@WenyXu
Copy link
Member Author

WenyXu commented Mar 7, 2024

Do we have the doc on "how to write fuzz test"? @WenyXu

Yes, I will add one.

@MichaelScofield MichaelScofield added this pull request to the merge queue Mar 7, 2024
Merged via the queue into GreptimeTeam:main with commit a218f12 Mar 7, 2024
24 checks passed
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.

None yet

3 participants