-
Notifications
You must be signed in to change notification settings - Fork 211
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: fsouza/fake-gcs-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.40.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fsouza/fake-gcs-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.42.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 16 files changed
- 2 contributors
Commits on Oct 31, 2022
-
Race-free Preconditions (#935)
* upload_test: Add UploadRacesAreOnlyWonByOne This tests for race-conditions in Conditional uploads, by repeatedly uploading to the same object from multiple go-routines, and verify that only one succeeded. * backend/storage:Add `Conditions` to CreateObject Move the "Preconditions"-checking into the backend, to be done under the protection of the backend mutex. This enables `DoesNotExist`-behavior to be implemented race-free * upload_test: improve diagostics of ..RacesAreOnlyWonByOne * Apply suggestions from review Co-authored-by: fsouza <[email protected]> * upload_test:Use runServersTest in ...RacesAreOnlyWonByOne While potentially a problem for test-performance, speed of running tests are currently bearable on my machine ok github.com/fsouza/fake-gcs-server 0.016s ok github.com/fsouza/fake-gcs-server/fakestorage 1.176s ok github.com/fsouza/fake-gcs-server/internal/backend 0.031s ok github.com/fsouza/fake-gcs-server/internal/checksum 0.010s ok github.com/fsouza/fake-gcs-server/internal/config 0.010s ok github.com/fsouza/fake-gcs-server/internal/notification 0.026s Co-authored-by: fsouza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e828df - Browse repository at this point
Copy the full SHA 4e828dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38adf6 - Browse repository at this point
Copy the full SHA b38adf6View commit details -
Remove dependency on alexbrainman/goissue34681
Now that we no longer support Windows, that's no longer necessary.
Configuration menu - View commit details
-
Copy full SHA for 7524919 - Browse repository at this point
Copy the full SHA 7524919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095cc2f - Browse repository at this point
Copy the full SHA 095cc2fView commit details
Commits on Nov 1, 2022
-
Revert "readme: add note about Windows support being dropped"
This reverts commit 095cc2f.
Configuration menu - View commit details
-
Copy full SHA for c44685f - Browse repository at this point
Copy the full SHA c44685fView commit details -
It's limited: can't atomically rename things, but otherwise it should work!
Configuration menu - View commit details
-
Copy full SHA for 0db894a - Browse repository at this point
Copy the full SHA 0db894aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5ad47 - Browse repository at this point
Copy the full SHA 7c5ad47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2109a1c - Browse repository at this point
Copy the full SHA 2109a1cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.40.3...v1.42.0