-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
#831: [Disk Manager] validate crc32 for each block; log new crc32 for each block after writing in tests; #836
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
2 times, most recently
from
March 28, 2024 13:04
9387efa
to
21fd1ce
Compare
BarkovBG
changed the title
#831: [Disk Manager] write the clientid at the beginning of the data …
#831: [Disk Manager] validate crc32 for each block
Mar 28, 2024
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
3 times, most recently
from
March 28, 2024 13:23
5f559d3
to
58a8bb3
Compare
BarkovBG
changed the title
#831: [Disk Manager] validate crc32 for each block
#831: [Disk Manager] validate crc32 for each block; log new crc32 for each block after writing in tests;
Mar 28, 2024
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
2 times, most recently
from
March 28, 2024 13:34
89087f4
to
7411368
Compare
BarkovBG
added
large-tests
Launch large tests for PR
disk_manager
Add this label to run only cloud/disk_manager build and tests on PR
labels
Mar 28, 2024
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
from
March 28, 2024 13:45
7411368
to
c0074dc
Compare
SvartMetal
reviewed
Mar 28, 2024
SvartMetal
reviewed
Mar 28, 2024
cloud/disk_manager/internal/pkg/facade/disk_service_test/disk_service_test.go
Outdated
Show resolved
Hide resolved
SvartMetal
reviewed
Mar 28, 2024
SvartMetal
reviewed
Mar 28, 2024
SvartMetal
reviewed
Mar 28, 2024
SvartMetal
reviewed
Mar 28, 2024
cloud/disk_manager/internal/pkg/facade/disk_service_test/disk_service_test.go
Outdated
Show resolved
Hide resolved
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
from
March 28, 2024 16:32
e8aed5a
to
7cd29a4
Compare
SvartMetal
reviewed
Mar 28, 2024
librarian
added
rebase
Add this label if you want to rebase your PR for test run
and removed
rebase
Add this label if you want to rebase your PR for test run
labels
Mar 28, 2024
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
2 times, most recently
from
March 29, 2024 09:46
00302cd
to
e5f3eb8
Compare
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
4 times, most recently
from
March 29, 2024 14:32
47e808d
to
ad8204e
Compare
BarkovBG
force-pushed
the
users/barkovbg/clientid
branch
from
March 29, 2024 15:30
ad8204e
to
4bc6beb
Compare
SvartMetal
approved these changes
Apr 1, 2024
drbasic
approved these changes
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
disk_manager
Add this label to run only cloud/disk_manager build and tests on PR
large-tests
Launch large tests for PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#831