tangcong
|
4fb22093a6
|
functional: add SHORT_TTL_LEASE_EXPIRE checker
|
2021-04-26 20:00:45 +08:00 |
|
wpedrak
|
dac6e37ea1
|
*: over 20 staticcheck fixes
|
2021-03-18 15:06:17 +01:00 |
|
Piotr Tabor
|
e33c6dd9df
|
client/v3: Rename of imports
|
2020-10-20 10:13:06 +02:00 |
|
Piotr Tabor
|
8907b146d4
|
tests/functional: Mechanical rename of imports etcd/v3/functional/ -> etcd/tests/v3/functional/...
% find ./ -name "*.go" | xargs sed -i "s|go.etcd.io/etcd/v3/functional/agent|go.etcd.io/etcd/tests/v3/functional/agent|g"
% find ./ -name "*.go" | xargs sed -i "s|go.etcd.io/etcd/v3/functional/runner|go.etcd.io/etcd/tests/v3/functional/runner|g"
% find ./ -name "*.go" | xargs sed -i "s|go.etcd.io/etcd/v3/functional/tester|go.etcd.io/etcd/tests/v3/functional/tester|g"
% find ./ -name "*.go" | xargs sed -i "s|go.etcd.io/etcd/v3/functional/rpcpb|go.etcd.io/etcd/tests/v3/functional/rpcpb|g"
|
2020-10-07 15:09:12 +02:00 |
|
Piotr Tabor
|
69254d8cf8
|
functional,tests: git mv functional tests/
Modularization: Mechanical move of "functional" directory into tests module using:
% git mv functional tests/
|
2020-10-07 15:03:51 +02:00 |
|