Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove the TestCtlV3PutTimeout from e2e
Signed-off-by: Lavish Pal <lvishpal408@gmail.com>
  • Loading branch information
lavishpal committed Sep 29, 2025
commit 309efa5ed1aa328e0edb6e885721cbeddc46c611
2 changes: 0 additions & 2 deletions tests/common/v3_kv_test.go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of creating a new file, we can add tests in tests/common/kv_test.go.

Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import (
"go.etcd.io/etcd/tests/v3/framework/testutils"
)

// TestKV_PutTimeout migrates TestCtlV3PutTimeout from e2e to integration framework
// Original e2e test: func TestCtlV3PutTimeout(t *testing.T) { testCtl(t, putTest, withDefaultDialTimeout()) }
func TestKV_PutTimeout(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the matching e2e that its being migrated

testRunner.BeforeTest(t)
for _, tc := range clusterTestCases() {
Expand Down