-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
TestStatsGroupOperations is failing under: github.com/rclone/rclone/fs/accounting #8345
Comments
Hmm, that test is marked as unreliable rclone/fs/accounting/stats_groups_test.go Lines 96 to 97 in dc9c872
So I suggest you ignore that. If you want to run like the rclone CI does then |
thanks @ncw ! |
FWIW, the issue here seems to be that the heap count post GC is higher than the heap count before GC. If that's handled, it should still fall within the reasonable limit of 1%. Do we want a fix for that case or leave it as is? |
Sounds great @darthShadow - if you can make this run reliably that is a win :-) |
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
my env is rhel9:
when running locally
make quicktest
on latestmaster
branch i get:The text was updated successfully, but these errors were encountered: