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

ci: set unstable fuzz test to 60s #3963

Closed
wants to merge 1 commit into from
Closed

ci: set unstable fuzz test to 60s #3963

wants to merge 1 commit into from

Conversation

evenyag
Copy link
Contributor

@evenyag evenyag commented May 16, 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?

120s is too large

Checklist

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

@github-actions github-actions bot added the docs-not-required This change does not impact docs. label May 16, 2024
@evenyag evenyag marked this pull request as ready for review May 16, 2024 13:14
@evenyag evenyag requested a review from a team as a code owner May 16, 2024 13:14
Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

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

comment

@@ -221,7 +221,7 @@ jobs:
GT_FUZZ_INSTANCE_ROOT_DIR: /tmp/unstable-greptime/
with:
target: ${{ matrix.target }}
max-total-time: 120
max-total-time: 60
Copy link
Member

Choose a reason for hiding this comment

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

let the bullet fly

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.41%. Comparing base (669a6d8) to head (d4824b1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3963      +/-   ##
==========================================
+ Coverage   85.38%   85.41%   +0.03%     
==========================================
  Files         978      978              
  Lines      168271   168271              
==========================================
+ Hits       143674   143726      +52     
+ Misses      24597    24545      -52     

@evenyag
Copy link
Contributor Author

evenyag commented May 16, 2024

Good News: It passed
Bad News: It didn't work

@evenyag evenyag closed this May 16, 2024
@evenyag evenyag deleted the evenyag-patch-1 branch June 7, 2024 09:20
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.

2 participants