mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1099] [MERGED] Add log output filter script at test failure #1813
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#1813
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/1099
Author: @ggtakec
Created: 7/15/2019
Status: ✅ Merged
Merged: 7/17/2019
Merged by: @ggtakec
Base:
master← Head:filter_log📝 Commits (1)
159cd2cAdd log output filter script at test failure📊 Changes
2 files changed (+144 additions, -3 deletions)
View changed files
📝
.travis.yml(+3 -3)➕
test/filter-suite-log.sh(+141 -0)📄 Description
Relevant Issue (if applicable)
n/a
Details
If the test fails, TravisCI outputs the contents of the test-suite.log file.
At the time of test execution, loglevel = info is set to s3fs, and the operation log of s3fs is recorded in test-suite.log.
Recently, if a test fails, the test execution log file will grow and TravisCI will not be able to view everything.
In this case, TravisCI will display "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."
This PR filters the log output so that TravisCI displays the log.
Failed tests display all logs, successful tests do not display logs of s3fs information level.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.