mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1979] Add run_tests_using_sanitizers.sh to CI #1002
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#1002
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 (Jul 8, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1979
This can prevent memory and threading regressions. We should not set
ALL_TESTS=1to keep the run-time fast. This only takes about 10 minutes on my NUC8.@gaul commented on GitHub (Sep 8, 2023):
Fixed via
a2f2f72aaf,e66c9a82a2, anda2f2f72aaf. Most of the sanitizers are fast withALL_TESTS=1although the Valgrind one is much slower even after disabling HTTPS.