[PR #1099] [MERGED] Add log output filter script at test failure #1813

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

📋 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: masterHead: filter_log


📝 Commits (1)

  • 159cd2c Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1099 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 7/15/2019 **Status:** ✅ Merged **Merged:** 7/17/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `filter_log` --- ### 📝 Commits (1) - [`159cd2c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/159cd2c68210396a75013270cd0cfa6bd459c5d0) Add log output filter script at test failure ### 📊 Changes **2 files changed** (+144 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -3) ➕ `test/filter-suite-log.sh` (+141 -0) </details> ### 📄 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. --- <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:17 +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#1813
No description provided.