etcd/tests/common
Wei Fu befb283cca tests: deflake TestKVDelete/ClientAutoTLS
For the sub test TestKVDelete/ClientAutoTLS, the timeout might be caused
by IO or task scheduled. It's really hard to reproduce this case. And
we don't add `VERBOSE=1` for e2e test, the pipeline doesn't show the
`EXPECT_DEBUG` log in time. It's also hard to debug when flaky case
show. So, this patch will enable `VERBOSE=1` to get timestamp in time.

And the one operation `del a c -w json` will be performed after two seconds
delay, we can increase the timeout from 15s to 30s just in case that the
put or del operations take more time in unstable env.

```
Warning: Keys between "a" and "c" will be deleted. Please interrupt the
command within next 2 seconds to cancel.
```

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2023-05-19 18:22:18 +08:00
..
alarm_test.go test: refactor the struct to make it clearer 2022-11-04 19:28:32 +08:00
auth_test.go migrate e2e auth tests to common #8 2023-05-12 22:51:47 -07:00
auth_util.go migrate auth tests to common #7 2023-03-27 19:30:41 -07:00
compact_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
defrag_test.go test: refactor the struct to make it clearer 2022-11-04 19:28:32 +08:00
e2e_test.go fix flaking auth member remove test 2023-04-03 17:41:08 -07:00
endpoint_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
integration_test.go fix flaking auth member remove test 2023-04-03 17:41:08 -07:00
kv_test.go tests: deflake TestKVDelete/ClientAutoTLS 2023-05-19 18:22:18 +08:00
lease_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
main_test.go test: update the definition of testRunner and clusterTestCases 2022-11-07 10:18:51 +08:00
maintenance_auth_test.go test: fix pipeline errors due to PRs conflict 2022-11-06 06:28:51 +08:00
member_test.go fix flaking auth member remove test 2023-04-03 17:41:08 -07:00
role_test.go tests: Extend common test to run previous release 2022-11-07 06:51:59 +08:00
status_test.go tests: Extend common test to run previous release 2022-11-07 06:51:59 +08:00
txn_test.go migrate auto tests to common #3 2023-02-15 11:08:01 -08:00
unit_test.go fix flaking auth member remove test 2023-04-03 17:41:08 -07:00
user_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00
wait_leader_test.go tests: Extend common test to run previous release 2022-11-07 06:51:59 +08:00
watch_test.go Goimports: Apply automated fixing to test files as well. 2022-12-29 13:04:45 +01:00