[ 
https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891600#comment-13891600
 ] 

Steve Davids commented on SOLR-3854:
------------------------------------

After running the test suite there appears to be some inconsistencies between 
test runs.

The first run resulted in 7 failed tests...
{noformat:title=ant -Dtests.jvms=8 test}
   [junit4] Tests with failures:
   [junit4]   - org.apache.solr.analytics.expression.ExpressionTest.powerTest
   [junit4]   - 
org.apache.solr.analytics.expression.ExpressionTest.absoluteValueTest
   [junit4]   - org.apache.solr.analytics.expression.ExpressionTest.divideTest
   [junit4]   - org.apache.solr.analytics.expression.ExpressionTest.multiplyTest
   [junit4]   - org.apache.solr.analytics.expression.ExpressionTest.negateTest
   [junit4]   - org.apache.solr.analytics.expression.ExpressionTest.addTest
   [junit4]   - 
org.apache.solr.cloud.BasicDistributedSSLZkTest.testDistribSearch
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     2.60 ..   692.15 =   689.55s
   [junit4] JVM J1:     2.12 ..   704.03 =   701.91s
   [junit4] JVM J2:     2.60 ..   692.29 =   689.69s
   [junit4] JVM J3:     2.35 ..   692.78 =   690.43s
   [junit4] JVM J4:     2.12 ..   693.73 =   691.62s
   [junit4] JVM J5:     2.35 ..   693.26 =   690.92s
   [junit4] JVM J6:     2.60 ..   696.68 =   694.08s
   [junit4] JVM J7:     2.35 ..   691.85 =   689.50s
   [junit4] Execution time total: 11 minutes 44 seconds
   [junit4] Tests summary: 366 suites, 1591 tests, 7 failures, 27 ignored (14 
assumptions)
{noformat}

Tried it again and 3 tests failed...
{noformat:title=ant -Dtests.jvms=8 test}
   [junit4] Tests with failures:
   [junit4]   - 
org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   - org.apache.solr.cloud.OverseerRolesTest.testDistribSearch
   [junit4]   - 
org.apache.solr.cloud.BasicDistributedSSLZkTest.testDistribSearch
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     2.35 ..   704.78 =   702.43s
   [junit4] JVM J1:     2.35 ..   704.96 =   702.61s
   [junit4] JVM J2:     2.37 ..   704.79 =   702.42s
   [junit4] JVM J3:     2.35 ..   705.01 =   702.66s
   [junit4] JVM J4:     2.35 ..   704.87 =   702.52s
   [junit4] JVM J5:     2.35 ..   766.99 =   764.65s
   [junit4] JVM J6:     2.37 ..   705.05 =   702.68s
   [junit4] JVM J7:     2.59 ..   704.88 =   702.28s
   [junit4] Execution time total: 12 minutes 47 seconds
   [junit4] Tests summary: 366 suites, 1591 tests, 1 error, 2 failures, 26 
ignored (13 assumptions)
{noformat}

Decided to isolate just running the SolrCloud test package and all tests 
passed...
{noformat:title=ant -Dtests.jvms=8 -Dtests.class=org.apache.solr.cloud.* test}
   [junit4] JVM J0:     2.22 ..   352.21 =   349.99s
   [junit4] JVM J1:     2.23 ..   371.36 =   369.13s
   [junit4] JVM J2:     2.22 ..   351.94 =   349.72s
   [junit4] JVM J3:     2.22 ..   351.69 =   349.47s
   [junit4] JVM J4:     2.48 ..   356.82 =   354.34s
   [junit4] JVM J5:     2.22 ..   352.47 =   350.25s
   [junit4] JVM J6:     2.22 ..   353.56 =   351.34s
   [junit4] JVM J7:     2.22 ..   384.37 =   382.15s
   [junit4] Execution time total: 6 minutes 24 seconds
   [junit4] Tests summary: 52 suites, 102 tests, 8 ignored (7 assumptions)
     [echo] 5 slowest tests:
[junit4:tophints] 237.14s | org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
[junit4:tophints] 192.24s | org.apache.solr.cloud.BasicDistributedSSLZkTest
[junit4:tophints] 179.70s | org.apache.solr.cloud.DistribCursorPagingTest
[junit4:tophints] 179.07s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 161.44s | org.apache.solr.TestRandomFaceting
{noformat}

Anyone have ideas why there are inconsistencies between test runs?

> SolrCloud does not work with https
> ----------------------------------
>
>                 Key: SOLR-3854
>                 URL: https://issues.apache.org/jira/browse/SOLR-3854
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Sami Siren
>            Assignee: Mark Miller
>             Fix For: 5.0, 4.7
>
>         Attachments: SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch
>
>
> There are a few places in current codebase that assume http is used. This 
> prevents using https when running solr in cloud mode.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to