minio/pkg/server
Harshavardhana 0e416ea699 Tests were running 4 times due to multiple times the TestingT{} was being called
Calling multiple times TestingT{} will hook up runner for Suites for that many times
which would lead to repeated running tests.

Fix it by only initializing it once for all the Suites
2015-08-20 22:32:50 -07:00
..
api simplify probe APIs 2015-08-18 19:30:17 -07:00
minhttp Migrate to govendor to avoid limitations of godep 2015-08-12 19:24:57 -07:00
rpc simplify probe APIs 2015-08-18 19:30:17 -07:00
api_donut_cache_test.go Tests were running 4 times due to multiple times the TestingT{} was being called 2015-08-20 22:32:50 -07:00
api_donut_test.go Tests were running 4 times due to multiple times the TestingT{} was being called 2015-08-20 22:32:50 -07:00
api_signature_v4_test.go Tests were running 4 times due to multiple times the TestingT{} was being called 2015-08-20 22:32:50 -07:00
router.go Migrate to govendor to avoid limitations of godep 2015-08-12 19:24:57 -07:00
rpc_test.go Tests were running 4 times due to multiple times the TestingT{} was being called 2015-08-20 22:32:50 -07:00
server.go Probe revamped to provide for a new WrappedError struct to wrap probes as error interface 2015-08-08 00:16:38 -07:00
signature-v4_test.go Tests were running 4 times due to multiple times the TestingT{} was being called 2015-08-20 22:32:50 -07:00