Skip to content

Commit

Permalink
Merge branch 'testing_testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
martinb3 committed Apr 21, 2014
2 parents 3ff509b + e5c3de4 commit df40631
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ class FullRollingRestartTests extends MultiNodesBasedTests {
Thread.sleep(300)
closeNode("node2")
Thread.sleep(300)
var foo = indexer("node5").health_prepare().setTimeout("1m").setWaitForGreenStatus().setWaitForRelocatingShards(0).setWaitForNodes("3").execute.actionGet
indexer("node5").health_prepare().setTimeout("1m").setWaitForGreenStatus().setWaitForRelocatingShards(0).setWaitForNodes("3").execute.actionGet.isTimedOut should equal (false)
Thread.sleep(300)
withClue(foo.toString) {
foo.isTimedOut should equal (false)
}
indexer("node5").refresh()
//fixme
//// println("first time")
Expand Down

0 comments on commit df40631

Please sign in to comment.