Skip to content

Test cache for multi operation TXN#20272

Closed
serathius wants to merge 1 commit intoetcd-io:mainfrom
serathius:cache-multi-Txn
Closed

Test cache for multi operation TXN#20272
serathius wants to merge 1 commit intoetcd-io:mainfrom
serathius:cache-multi-Txn

Conversation

@serathius
Copy link
Copy Markdown
Member

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
@k8s-ci-robot
Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: serathius

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@serathius
Copy link
Copy Markdown
Member Author

/test pull-etcd-unit-test-amd64

@serathius
Copy link
Copy Markdown
Member Author

serathius commented Jul 3, 2025

--- PASS: TestWatchWithoutCache (0.16s)
    --- PASS: TestWatchWithoutCache/Watch_all_events (0.20s)
--- FAIL: TestWatchWithCache (0.45s)
    cache_test.go:108: Open test watchers
    cache_test.go:113: Setup data
    cache_test.go:126: Validate
    --- FAIL: TestWatchWithCache/Watch_all_events (0.20s)
        cache_test.go:133: unexpected events (-want +got):
              []*clientv3.Event{
                ... // 2 identical elements
                &{Type: s"DELETE", Kv: &{Key: "/a", ModRevision: 4}},
                &{Kv: &{Key: "/a", CreateRevision: 5, ModRevision: 5, Version: 1, ...}},
            -   &{Type: s"DELETE", Kv: s`key:"/b" mod_revision:5 `},
              }

@k8s-ci-robot
Copy link
Copy Markdown

@serathius: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-unit-test-amd64 47542bc link true /test pull-etcd-unit-test-amd64

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions 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. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Copy Markdown

PR needs rebase.

Details

Instructions 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.

@serathius serathius closed this Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants