[
https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868869#comment-16868869
]
Hoss Man commented on SOLR-13268:
---------------------------------
[~erickerickson] - we're still seeing jenkins test failures that indicate
messages are leaking from one test to another...
In this jenkins job, TestNumericTerms64 (which does no logging or writting to
sysout, and extends SolrTestCase is failing because the logging from the
previous test inthe same JVM, TestStressReorder, is bleding into it and
exceeding the default sysout limits for the test runner...
http://fucit.org/solr-jenkins-reports/job-data/thetaphi/Lucene-Solr-8.x-Linux/735
{noformat}
Checking out Revision 1c27c473558e81bf14a1392d9da6ebd7a2f961e1
(refs/remotes/origin/branch_8x)
Commit message: "SOLR-10291: Updates CHANGES.txt"
...
[junit4] Suite: org.apache.solr.uninverting.TestNumericTerms64
[junit4] 2> 1078666 INFO (READER6) [ ] o.a.s.c.S.Request
[collection1] webapp=null path=null params={q=id:4&omitHeader=true&wt=json}
hits=0 status=0 QTime=0
...
[junit4] 2> 1078900 INFO
(SUITE-TestStressReorder-seed#[6B010C34AB756A8C]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked reso
urces to be released
[junit4] 2> NOTE: test params are: codec=Lucene80,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6180af4c),
locale=lo-LA, timezone=America/Lower_Princes
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea
(64-bit)/cpus=8,threads=1,free=81869784,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[ShufflingReplicaListTransformerTest, HighlighterTest, TestConfig,
DeleteShardTest, TestRandomDVFaceting, AddReplicaTest, TestFieldCacheSort,
PeerSyncWi
thLeaderAndIndexFingerprintCachingTest,
DistributedQueryComponentCustomSortTest, TestManagedSchemaAPI,
DistanceUnitsTest, BlockCacheTest, TestBackupRepositoryFactory,
TestLegacyNumericUtils, CoreMergeIn
dexesAdminHandlerTest, TestSimpleTextCodec, CloudExitableDirectoryReaderTest,
SolrShardReporterTest, TestNamedUpdateProcessors, TestCollationFieldDocValues,
UUIDFieldTest, TestCSVLoader, TestCustomDocTr
ansformer, TestStandardQParsers, SpellCheckCollatorTest,
PropertiesRequestHandlerTest, ScheduledMaintenanceTriggerTest, SyncSliceTest,
EmbeddedSolrNoSerializeTest, MetricsHistoryWithAuthIntegrationTest,
PolyFieldTest, RAMDirectoryFactoryTest,
OverseerCollectionConfigSetProcessorTest, HdfsThreadLeakTest,
CreateCollectionCleanupTest, TestQuerySenderNoQuery, TestFaceting,
TestXmlQParser, CircularListTest
, TestCoreDiscovery, TestCollapseQParserPlugin, AssignTest, TestCoreAdminApis,
TestFunctionQuery, EchoParamsTest, TestReloadDeadlock, CollectionPropsTest,
TestDynamicFieldResource, TestStreamBody, TestW
ordDelimiterFilterFactory, TestIndexSearcher, TestMergePolicyConfig,
UniqFieldsUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest,
ExecutePlanActionTest, SuggestComponentContextFilterQueryTest,
DistributedFacetPivotSmallTest, TestJettySolrRunner,
HdfsBasicDistributedZk2Test, TestPerFieldSimilarityWithDefaultOverride,
TestLeaderElectionZkExpiry, SolrPluginUtilsTest, AuditLoggerPluginTest, Synon
ymTokenizerTest, TestRecovery, CoreSorterTest, OrderedExecutorTest,
TestCloudConsistency, SolrCoreMetricManagerTest, NotRequiredUniqueKeyTest,
NodeMutatorTest, HdfsDirectoryTest, OverseerStatusTest, Tes
tLegacyBM25SimilarityFactory, TestSegmentSorting, TestScoreJoinQPNoScore,
NodeAddedTriggerIntegrationTest, TestMinHashQParser, InfoHandlerTest,
DateRangeFieldTest, TestFieldCacheWithThreads, SpellingQue
ryConverterTest, TestCrossCoreJoin, PrimitiveFieldTypeTest,
HdfsWriteToMultipleCollectionsTest, SaslZkACLProviderTest,
TestCollectionsAPIViaSolrCloudCluster, LeaderElectionContextKeyTest,
SuggesterWFSTT
est, MoveReplicaHDFSFailoverTest, TestSimExecutePlanAction,
TestSkipOverseerOperations, TestJavabinTupleStreamParser, TestFieldSortValues,
AnalysisAfterCoreReloadTest, MultiSolrCloudTestCaseTest, ShowFi
leRequestHandlerTest, DocValuesTest, IndexSizeTriggerTest,
CurrencyRangeFacetCloudTest, TestRawResponseWriter,
BigEndianAscendingWordSerializerTest, TestExclusionRuleCollectionAccess,
TestSolrCoreProper
ties, CursorPagingTest, TestSolr4Spatial2, ZkCollectionPropsCachingTest,
ClassificationUpdateProcessorFactoryTest,
DistribDocExpirationUpdateProcessorTest, TaggerTest,
TestTolerantUpdateProcessorRandomC
loud, TestApiFramework, PeerSyncReplicationTest, SolrJmxReporterTest,
MoreLikeThisHandlerTest, RankQueryTest, DistributedFacetPivotLargeTest,
TestSubQueryTransformer, TestStressReorder, TestNumericTerms
64]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestNumericTerms64
-Dtests.seed=6B010C34AB756A8C -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=lo-LA -Dtests.timezone=America/Lower_Princes
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestNumericTerms64 (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: The test or suite
printed 641788 bytes to stdout and stderr, even though the limit was set to
8192 bytes. Increase the limit with @Limit, ignore it completely with
@SuppressSysoutChecks or run with -Dtests.verbose=true
[junit4] > at
__randomizedtesting.SeedInfo.seed([6B010C34AB756A8C]:0)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:835)
{noformat}
> Clean up any test failures resulting from defaulting to async logging
> ---------------------------------------------------------------------
>
> Key: SOLR-13268
> URL: https://issues.apache.org/jira/browse/SOLR-13268
> Project: Solr
> Issue Type: Bug
> Reporter: Erick Erickson
> Assignee: Erick Erickson
> Priority: Major
> Attachments: SOLR-13268-flushing.patch, SOLR-13268.patch,
> SOLR-13268.patch, SOLR-13268.patch
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> This is a catch-all for test failures due to the async logging changes. So
> far, the I see a couple failures on JDK13 only. I'll collect a "starter set"
> here, these are likely systemic, once the root cause is found/fixed, then
> others are likely fixed as well.
> JDK13:
> ant test -Dtestcase=TestJmxIntegration -Dtests.seed=54B30AC62A2D71E
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv-LV
> -Dtests.timezone=Asia/Riyadh -Dtests.asserts=true -Dtests.file.encoding=UTF-8
> ant test -Dtestcase=TestDynamicURP -Dtests.seed=54B30AC62A2D71E
> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=rwk
> -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]