mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2172] Add run_tests_using_sanitizers.sh to CI #1104
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2172
This will help avoid memory and thread safety regressions. We only need to run these on one distro, e.g., Fedora 38.
@ggtakec commented on GitHub (May 28, 2023):
I posted Draft PR #2173 for this issue.
I considered the code to call
run_tests_using_sanitizers.shbut gave up and wrote it directly inci.yaml.That is each test in
run_tests_using_sanitizers.shseem best to be a CI Job because all of test several patterns require execution from the build.And the testing base container is Ubuntu:22.04.
However, some test results are failing, so I think it is necessary to modify the source code. (This is one of the reasons why it is a draft.)
Please check and review it.
@ggtakec commented on GitHub (May 28, 2023):
Additinal Information about #2173
valgrindtest is taking too long (maybe not finished) and has been aborted by manual.sanitaize thread/memorytest is failing.@ggtakec commented on GitHub (Jul 16, 2023):
This issue is closed.
ThreadSanitizer tests still detect errors, which are discussed in #2220.