[release-3.6] back port tests: skip TestCorruptedBackupFileCheck test on big endian platforms#20534
Conversation
This skips the TestCorruptedBackupFileCheck test that uses a little endian format file as test input and causes the test to fail for the wrong reason. Signed-off-by: Jonathan Albrecht <jonathan.albrecht@ibm.com>
|
Hi @jonathan-albrecht-ibm. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 17 files with indirect coverage changes @@ Coverage Diff @@
## release-3.6 #20534 +/- ##
===============================================
+ Coverage 68.96% 68.98% +0.02%
===============================================
Files 420 420
Lines 35666 35666
===============================================
+ Hits 24596 24605 +9
+ Misses 9640 9631 -9
Partials 1430 1430 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
/test pull-etcd-integration-1-cpu-arm64 |
|
/test pull-etcd-robustness-amd64 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, jonathan-albrecht-ibm The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Back port of #20525 to release-3.6 branch.
fixes: #20517