[PR #1234] [MERGED] Suppressed a lot of message output about cache cleanup #1878

Closed
opened 2026-03-04 02:02:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1234
Author: @ggtakec
Created: 1/30/2020
Status: Merged
Merged: 1/30/2020
Merged by: @ggtakec

Base: masterHead: fix_dbg


📝 Commits (1)

  • 018ccb9 Suppressed a lot of message output about cache cleanup

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 src/fdcache.cpp (+3 -3)
📝 test/integration-test-main.sh (+2 -2)

📄 Description

Relevant Issue (if applicable)

n/a

Details

Log level doe cache cleanup

Suppress debug messages when clearing the cache and starting and completing it.
Although the output is at the INFO level, the log may be too large in TravisCI and the build may fail.
Changed to DBG level and commented out.

test_clean_up_cache test

In the test_clean_up_cache() test, I changed the test to 10MB * 25 files instead of 1MB * 256 files, and reduced the log output.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1234 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 1/30/2020 **Status:** ✅ Merged **Merged:** 1/30/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_dbg` --- ### 📝 Commits (1) - [`018ccb9`](https://github.com/s3fs-fuse/s3fs-fuse/commit/018ccb9a110f1b63916506842ce3854c851bcb3c) Suppressed a lot of message output about cache cleanup ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache.cpp` (+3 -3) 📝 `test/integration-test-main.sh` (+2 -2) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details #### Log level doe cache cleanup Suppress debug messages when clearing the cache and starting and completing it. Although the output is at the INFO level, the log may be too large in TravisCI and the build may fail. Changed to DBG level and commented out. #### test_clean_up_cache test In the test_clean_up_cache() test, I changed the test to 10MB * 25 files instead of 1MB * 256 files, and reduced the log output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1878
No description provided.