mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1572] [MERGED] Added no_time_stamp_ms option mainly for testing #2054
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#2054
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1572
Author: @ggtakec
Created: 2/13/2021
Status: ✅ Merged
Merged: 2/20/2021
Merged by: @gaul
Base:
master← Head:notimestamp📝 Commits (2)
6bb15aeAdded no_time_stamp_ms option mainly for testingfcfe9b8Merge branch 'master' into notimestamp📊 Changes
6 files changed (+64 additions, -20 deletions)
View changed files
📝
doc/man/s3fs.1(+5 -0)📝
src/s3fs.cpp(+7 -0)📝
src/s3fs_help.cpp(+7 -0)📝
src/s3fs_logger.cpp(+21 -4)📝
src/s3fs_logger.h(+23 -16)📝
test/integration-test-common.sh(+1 -0)📄 Description
Relevant Issue (if applicable)
n/a
Details
The main purpose of this PR is to reduce test time.(Although it may not make a big difference)
We added a time stamp to the debug message output by s3fs, but it seems that the test was slow on OSX which
CLOCK_MONOTONIC_COARSEcannot be used.And I sometimes get an error from
filter-suite-log.sh, so I would like to remove the time stamp when testing.I don't think the time stamp is necessary for the s3fs-fuse test itself, so I don't want to output the time stamp during the test.
Thus, I added the startup option no_time_stamp_msg.
I also added
S3FS_MSGTIMESTAMPenvironment, which plays the same function.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.