[PR #2260] [CLOSED] Fixed test_not_existed_dir_obj and test_update_time_touch #2425

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2260
Author: @ggtakec
Created: 8/12/2023
Status: Closed

Base: masterHead: fix_alpine_test


📝 Commits (1)

  • 61a9465 Fixed test_not_existed_dir_obj and test_update_time_touch

📊 Changes

1 file changed (+53 additions, -32 deletions)

View changed files

📝 test/integration-test-main.sh (+53 -32)

📄 Description

Relevant Issue (if applicable)

n/a

Details

In ALPINE, I confirmed that test_not_existed_dir_obj and test_update_time_touch occasionally failed.
The reason for this is that it may be affected by cache (although it is not clear), so I added sleep to the relevant part and added 1 second (time until cache out).
Also, the indentation was wrong, so I'm fixing them.


🔄 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/2260 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 8/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_alpine_test` --- ### 📝 Commits (1) - [`61a9465`](https://github.com/s3fs-fuse/s3fs-fuse/commit/61a9465d876cccf8cd5aef6a089381ab45efeb67) Fixed test_not_existed_dir_obj and test_update_time_touch ### 📊 Changes **1 file changed** (+53 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `test/integration-test-main.sh` (+53 -32) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details In `ALPINE`, I confirmed that `test_not_existed_dir_obj` and `test_update_time_touch` occasionally failed. The reason for this is that it may be affected by cache (although it is not clear), so I added sleep to the relevant part and added 1 second (time until cache out). Also, the indentation was wrong, so I'm fixing them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:28 +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#2425
No description provided.