~vcs-imports/lucene/trunk

« back to all changes in this revision

Viewing changes to solr/core/src/test/org/apache/solr/cloud/ChaosMonkeySafeLeaderTest.java

  • Committer: markrmiller
  • Date: 2012-02-18 02:00:03 UTC
  • Revision ID: svn-v4:13f79535-47bb-0310-9956-ffa450edef68:lucene/dev/trunk:1245836
SOLR-3126: hardening around peer sync and tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  public void setUp() throws Exception {
49
49
    super.setUp();
50
50
    // we expect this time of exception as shards go up and down...
51
 
    ignoreException(".*");
 
51
    //ignoreException(".*");
52
52
    
53
53
    // sometimes we cannot get the same port
54
54
    ignoreException("java\\.net\\.BindException: Address already in use");