We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running go test ./... on lakeFS project fails locally on my macOS (darwin/arm64) with the following error.
go test ./...
Note that this test creates files under my home folder, which is not expected and not a practice.
--- FAIL: TestSyncManager_upload (0.04s) --- FAIL: TestSyncManager_upload/download_folder_POSIX_perm_with_metadata (0.01s) sync_test.go:299: Error Trace: /Users/barak/work/lakeFS/pkg/local/sync_test.go:299 /Users/barak/sdk/go1.23.5/src/net/http/server.go:2220 /Users/barak/sdk/go1.23.5/src/net/http/server.go:3210 /Users/barak/sdk/go1.23.5/src/net/http/server.go:2092 /Users/barak/sdk/go1.23.5/src/runtime/asm_arm64.s:1223 Error: Not equal: expected: local.POSIXPermissions{POSIXOwnership:local.POSIXOwnership{UID:501, GID:20}, Mode:0x41f8} actual : local.POSIXPermissions{POSIXOwnership:local.POSIXOwnership{UID:501, GID:20}, Mode:0x41e8} Diff: --- Expected +++ Actual @@ -5,3 +5,3 @@ }, - Mode: (fs.FileMode) 16888 + Mode: (fs.FileMode) 16872 } Test: TestSyncManager_upload/download_folder_POSIX_perm_with_metadata sync_test.go:332: Error Trace: /Users/barak/work/lakeFS/pkg/local/sync_test.go:332 Error: Received unexpected error: upload folder2/ failed: Post "http://127.0.0.1:57153/api/v1/repositories/repo/branches/main/objects?path=folder2%2F": EOF Test: TestSyncManager_upload/download_folder_POSIX_perm_with_metadata
The text was updated successfully, but these errors were encountered:
From the numbers it expect permissions to be 770, but getting 750
Sorry, something went wrong.
nopcoder
No branches or pull requests
Running
go test ./...
on lakeFS project fails locally on my macOS (darwin/arm64) with the following error.Note that this test creates files under my home folder, which is not expected and not a practice.
The text was updated successfully, but these errors were encountered: