You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/08/26 17:54:09 UTC

[lucene-solr] branch reference_impl_dev updated (0a46721 -> ffe7ff5)

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a change to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 0a46721  Re-enable JsonQueryRequestHeatmapFacetingTest and fix async wait issue in CloudHttp2SolrClient's doParallelUpdate impl
     add ffe7ff5  Re-enable TestDocCollectionWatcher and TestCollectionStateWatchers tests but move to @Nightly because they are very slow Introduce Awaitility in test classpath for constructing wait conditions in tests Fix inconsistent use of DEFAULT_TIMEOUT (from SolrCloudTestCase) which was being used as SECONDS and MILLIS in some cases

No new revisions were added by this update.

Summary of changes:
 lucene/ivy-versions.properties                     |   3 +
 .../solr/analytics/SolrAnalyticsTestCase.java      |   3 +-
 .../legacy/LegacyAbstractAnalyticsCloudTest.java   |   1 -
 .../DistribDocExpirationUpdateProcessorTest.java   |   2 +-
 .../solr/cloud/DistributedVersionInfoTest.java     |   2 +-
 .../solr/cloud/FullSolrCloudDistribCmdsTest.java   |   2 +-
 .../api/collections/CollectionReloadTest.java      |   2 +-
 .../CollectionsAPIDistributedZkTest.java           |   3 +-
 .../org/apache/solr/handler/TestSQLHandler.java    |   1 -
 .../schema/ManagedSchemaRoundRobinCloudTest.java   |   2 +-
 .../PreAnalyzedFieldManagedSchemaCloudTest.java    |   2 +-
 .../apache/solr/schema/SchemaApiFailureTest.java   |   2 +-
 .../solrj/io/stream/CloudAuthStreamTest.java       |   2 +-
 .../client/solrj/io/stream/MathExpressionTest.java |   1 -
 .../solrj/io/stream/SelectWithEvaluatorsTest.java  |   1 -
 .../solrj/io/stream/StreamDecoratorTest.java       |   1 -
 .../solrj/io/stream/StreamExpressionTest.java      |   1 -
 .../common/cloud/TestCollectionStateWatchers.java  | 106 ++++++---------------
 .../common/cloud/TestDocCollectionWatcher.java     |  80 ++++------------
 solr/test-framework/build.gradle                   |   1 +
 solr/test-framework/ivy.xml                        |   1 +
 .../apache/solr/cloud/MiniSolrCloudCluster.java    |   2 +-
 .../org/apache/solr/cloud/SolrCloudTestCase.java   |  12 +--
 versions.lock                                      |   4 +-
 versions.props                                     |   3 +-
 25 files changed, 75 insertions(+), 165 deletions(-)