HDDS-11821. Fix testECKeyCreatetWithDatanodeIdChange by writing lesser data to reduce data written#8988
Closed
swamirishi wants to merge 31 commits intoapache:masterfrom
Closed
HDDS-11821. Fix testECKeyCreatetWithDatanodeIdChange by writing lesser data to reduce data written#8988swamirishi wants to merge 31 commits intoapache:masterfrom
swamirishi wants to merge 31 commits intoapache:masterfrom
Conversation
…r data to reduce data written Change-Id: I2a3973b50b9c3daea7491db3c023a8d80b8e689a
Change-Id: I2ffea98a0d1e3fad782bd01cdfa2b3532cd58e05
Change-Id: I92767c98fb0b77156a30aa24d7a2ca0e6085b4fc
Change-Id: I0066b3873129952a90ff369b6b5e27276d507841
Change-Id: I0dcfbb8ebe1c4802475dda498b58312e7e83623c
Change-Id: If7ed6383796eeeaa369648d93ac03d1c2ab891df
Change-Id: I787207ffc5689be4a074c15be205db0b9e8bc8ce
Change-Id: I40082593749aaf5c04f857e1fbcb28abeca15470
Change-Id: I519c9d8364e0c07ae02ab62ef925a8cc73f895d8
Change-Id: I8ec01702553b50fc85a4e7bbac733c1ad08275c8
Change-Id: I5aa1c1c66aec9b2541820ca75c8b2d58c2830539
Change-Id: Ida01d10e7ea7cdf60fd4b245390b3afae2a2a0d3
Change-Id: I6d60c45caaca3be3a6c6973d95d53cbe563ced7e
Change-Id: If0d30fca8a9d3836aba051f082d84e7285f7fe44
Change-Id: Iaaa9ce10aea9d36bc20be254af9370b552a73d5a
Change-Id: Ic97a30088cebe6ab4009c19b526fb318520011e2
Change-Id: Idd8a70d1befce96884a204344be86cf0f5f3cdbc
Change-Id: I868b63a7ab7d3abdb6cacf29e61a8bb7e0b84d01
Change-Id: I54e9038ad59ea2780d07769065cbb1f05a6d9988
Change-Id: I9f9c20e44913d62f330471e9162ecf2213971ded
Change-Id: Ia43820e0cdbf795a85ea80ac3632d5875762743f
Change-Id: I22c930527e44fce12f30bb4b3b49a9588db2fef3
Change-Id: I163886b701561ffdeccc0f62cf175f7c8f09b4b0
Change-Id: I6e613a070698ea4d30cc9b2bbdaae0c71c870080
Change-Id: Ia8656a32792c65e353f71ab1d629f900ad2fffd2
Change-Id: I8bea3f929e6ee46ed8803c0adaff4bec40ce1eea
Change-Id: I0a759a936b4cce14f6d7839ff937e0fbfb7ef8e3
Change-Id: I930e2ca25d40921b00ad17aa3a712f0829043378
Change-Id: I27f2c7857c1df7b4c5d5c62bb1e1f834bef46f62
Change-Id: I497a15104305c0500215486d42b324e030194dd3
Change-Id: I7ae4a183e9d4c182afee578c712d76e5ce4d62cd
|
This PR has been marked as stale due to 21 days of inactivity. Please comment or remove the stale label to keep it open. Otherwise, it will be automatically closed in 7 days. |
|
Thank you for your contribution. This PR is being closed due to inactivity. If needed, feel free to reopen it. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Fixing the testcase to write lesser data. Earlier the test was writing about 5KBs in each stripe which didn't seem like a lot initially however this PR changes the test to write only 5 Bytes which is huge reduction in the data written.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-11821
How was this patch tested?
Ran test multiple times[3x10] the flakiness should hopefully go away after this.
https://github.com/swamirishi/ozone/actions/runs/17351685514