-
Notifications
You must be signed in to change notification settings - Fork 698
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
bugfix: CIFuzz fail due to timeout on FuzzReadExperimentFile #4876
bugfix: CIFuzz fail due to timeout on FuzzReadExperimentFile #4876
Conversation
* Since we're testing for non-existent files in our unit tests, we'll skip the unnecessary tests. Signed-off-by: Soyeon Park <[email protected]>
can you check a build-pipeline? |
* Deleting test cases due to timeouts Signed-off-by: Soyeon Park <[email protected]>
@namkyu1999 I've removed the |
Can you also fix the existing failure cases @sypark9646 ? |
Okay, I'll get started on this. Also, the following error occurred in the
|
Proposed changes
delete redundant code in
FuzzReadExperimentFile
: We are testing for a file that doesn't exist in our unit test.If the timeout is consistently over 25 seconds, we want to delete
FuzzReadExperimentFile
test case.Types of changes
What types of changes does your code introduce to Litmus? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Dependency
Special notes for your reviewer:
/github/workspace/build-out/FuzzReadExperimentFile -timeout=25 -rss_limit_mb=2560 -len_control=0 -seed=1337 -artifact_prefix=/tmp/tmprxp861gc/ -max_total_time=4 -print_final_stats=1 /github/workspace/cifuzz-corpus/FuzzReadExperimentFile >fuzz-3.log 2>&1