mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2184] [MERGED] Fixed test setting for macOS #2376
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#2376
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/2184
Author: @ggtakec
Created: 6/7/2023
Status: ✅ Merged
Merged: 6/8/2023
Merged by: @gaul
Base:
master← Head:fix_macos_test📝 Commits (1)
5d7ee96Fixed test setting for macOS📊 Changes
1 file changed (+12 additions, -1 deletions)
View changed files
📝
test/integration-test-common.sh(+12 -1)📄 Description
Relevant Issue (if applicable)
n/a
Details
For testing on macOS, we need to change two test settings:
How to pass parameters to
keytoolwhen generatingkeystore.jksused by s3proxyecho -eshould be changed to printf considering the case where macOSechois differentThe parameter
yesis not accepted unless it isy.A case for failure to verify SSL certificate
The exact reason is still unknown, but since verifying of the SSL certificate resulted in an error, we will prepare a means to bypass this. (Specify
NO_CHECK_CERT=1when executingmake check)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.