storj/pkg
ethanadams 8f2dca8437 Re-enabling and fixing repairer tests (#2099)
* Disabled discovery service by changiing from Stop() to Pause()

Paused to solve race condition.  If discovery is running, it may mark a node "up" after they've been manually marked "down" in this test.

* Extend to the repair timeout

Fixes intermittent test failures when repairs were taking more than 2 seconds.

* Re-enabled test. Disabled discovery service by changiing from Stop() to Pause()

* Changed back to Stop.

* Revert "Changed back to Stop."

This reverts commit 46d410e72dfae63e0c44915be42784cc9a7b5abf.

* re-enabling TestIdentifyInjuredSegments

* Changed Pause to Stop.  Commented on timeout change

* testing...

* temporarily skipping audit tests

* changing back to discover Stop for testing via jenkins

* Revert "changing back to discover Stop for testing via jenkins"

This reverts commit 6aa8558b11a0053c30e0c8b2dbf0d6c0cb34ee6c.

* Changing back to Stop().  Depends on PR 2137

* Revert "temporarily skipping audit tests"

This reverts commit 1940ed9b315d663a0eb6c95521780cbcb48cb121.

* Removed reference to Graveyard since its been removed
2019-06-10 09:06:21 +02:00
..
accounting Remove bwagreement leftovers (#2140) 2019-06-06 18:16:14 +03:00
audit rename verifier test files (#2154) 2019-06-07 16:02:36 -05:00
auth pkg/bwagreements: remove service (#2138) 2019-06-06 15:57:58 +02:00
certdb Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
certificates storage: add monkit task to missing places (#2122) 2019-06-05 16:23:10 +02:00
cfgstruct process/metrics: have metrics suffix default to dev/release status (#2073) 2019-05-31 16:47:48 -06:00
datarepair Re-enabling and fixing repairer tests (#2099) 2019-06-10 09:06:21 +02:00
dht Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
discovery discovery: remove graveyard (#2145) 2019-06-07 08:40:51 +03:00
eestream pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
encryption pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
identity storage: add monkit task to missing places (#2122) 2019-06-05 16:23:10 +02:00
kademlia pkg/kademlia: Fix bug using ref of var range loop (#2149) 2019-06-07 15:08:09 +02:00
macaroon monitor macaroon parse/serialization perf (#2132) 2019-06-06 11:35:03 +02:00
metainfo/kvmetainfo makes sure all uplink cli configs get passed to libuplink, add stripeSize (#2103) 2019-06-06 11:55:10 -07:00
miniogw makes sure all uplink cli configs get passed to libuplink, add stripeSize (#2103) 2019-06-06 11:55:10 -07:00
overlay add disqualified check to node selection queries (#2102) 2019-06-05 20:21:32 -04:00
pb Remove bwagreement leftovers (#2140) 2019-06-06 18:16:14 +03:00
peertls pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
pkcrypto Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
process process/metrics: have metrics suffix default to dev/release status (#2073) 2019-05-31 16:47:48 -06:00
ranger pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
server add capability of logging all GRPC calls/payloads (#2067) 2019-06-04 14:55:24 +02:00
storage Re-enabling and fixing repairer tests (#2099) 2019-06-10 09:06:21 +02:00
storj Improve error analysis in audit service (#2125) 2019-06-07 15:38:41 +03:00
stream remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
telemetry pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
transport Moved monkit tracing after the limit nil check & fix node id formatting. (#2156) 2019-06-07 18:34:16 -04:00