Benjamin Wang
|
5a437a3c55
|
Cleanup github.com/etcd-io/gofail
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
|
2024-08-02 13:21:59 +01:00 |
|
Marek Siarkowicz
|
a060b42e47
|
server: Use default logging configuration instead of zap production one
This fixes problem where logs json changes format of timestamp.
|
2022-04-01 12:23:44 +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 |
|