storj/pkg/datarepair
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
..
checker Re-enabling and fixing repairer tests (#2099) 2019-06-10 09:06:21 +02:00
irreparable pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
queue ensure TestParallel doesn't deadlock on error (#1808) 2019-04-24 13:15:46 +03:00
repairer repairer: fix config comments (#2105) 2019-06-04 14:13:31 +02:00
datarepair_test.go Re-enabling and fixing repairer tests (#2099) 2019-06-10 09:06:21 +02:00
datarepair.go cover all the things (#1818) 2019-04-26 16:39:11 +03:00