etcd/clientv3/integration
Gyuho Lee 7284e5a0a9 clientv3/integration: fix "TestMaintenanceSnapshotErrorInflight"
Errors from gRPC should be typed *status.statusError

=== RUN   TestMaintenanceSnapshotErrorInflight
WARNING: 2018/05/29 11:43:21 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial unix localhost:55815860381826373260: connect: no such file or directory"; Reconnecting to {localhost:55815860381826373260 0  <nil>}
--- FAIL: TestMaintenanceSnapshotErrorInflight (2.42s)
	maintenance_test.go:192: expected context deadline exceeded, got rpc error: code = DeadlineExceeded desc = context deadline exceeded

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-05-29 11:49:18 -07:00
..
black_hole_test.go clientv3/integration: fix typos 2018-01-03 17:26:43 -08:00
cluster_test.go clientv3/integration: add TestMemberAddUpdateWrongURLs 2018-01-22 11:24:15 -08:00
dial_test.go *: regenerate "fixtures-expired" 2018-04-09 10:59:52 -07:00
doc.go clientv3: update LICENSE header 2016-05-12 20:50:58 -07:00
kv_test.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
lease_test.go clientv3/integration: test "rpctypes.ErrLeaseTTLTooLarge" 2018-03-08 10:19:30 -08:00
leasing_test.go clientv3/integration: adjust timeouts for TestLeasingReconnectOwnerRevoke 2018-03-08 10:58:18 -08:00
logger_test.go clientv3: use "zap" logger in integration tests 2018-05-01 16:15:09 -07:00
main_test.go *: expose integration functions for clientv3 2016-01-28 21:21:34 -08:00
maintenance_test.go clientv3/integration: fix "TestMaintenanceSnapshotErrorInflight" 2018-05-29 11:49:18 -07:00
metrics_test.go words: whitelist prometheus 2017-11-10 10:08:48 -08:00
mirror_test.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
namespace_test.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
network_partition_test.go integration: add constant RequestWaitTimeout. 2018-01-03 15:53:57 -05:00
role_test.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
server_shutdown_test.go clientv3/integration: log test failures from slow balancer as TODO 2018-04-10 13:47:07 -07:00
txn_test.go clientv3/integration: skip retry test on txn read 2017-10-22 16:14:39 -07:00
user_test.go *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
util.go clientv3/integration: log test failures from slow balancer as TODO 2018-04-10 13:47:07 -07:00
watch_fragment_test.go clientv3/integration: do not run fragmentation tests with gRPC Proxy 2018-05-18 10:45:03 -07:00
watch_test.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00