This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from ece6bea Update home-quick-start.tmpl.partial
new 3b28f2d Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManager:
Reduced ordLimit from 100000 to 30000 to keep Nightly run time under 60 minutes
new a8b71cc Lucene.Net.Tests.Index.TestBagOfPositions: Reduced numTerms
by a factor of 6 instead of a factor of 2 to keep Nightly run time under 60
minutes
new 742a1cc Lucene.Net.Tests.Index.TestBagOfPostings: Reduced numTerms by
a factor of 6 instead of a factor of 2 to keep Nightly run time under 60 minutes
new 8cc6c06 Lucene.Net.Tests.Index.Test2BPostings: Ignored test because
it pushes Azure DevOps over the 1 hour time limit allowed
new c6bdb06
Lucene.Net.TestFramework.Index.ThreadedIndexingAndSearchingTestCase: Reduced
amount of pause and run time for concurrency tests to keep the total test time
below 1 hour
new a6d8a02 Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManager:
Reduced ordLimit from 100000 to 30000 to keep Nightly run time under 60 minutes
new 69520d3 Lucene.Net.TestFramework.Util.LuceneTestCase::Rarely():
Reduced nightly instances by 50%
new b5c9123 Lucene.Net.Tests.Index.Test4GBStoredFields: Added exception
because this test runs out of memory on x86
new 73e4649 Lucene.Net.Tests.Facet: Don't use NO_OP_CACHE during Nightly
builds to stay under the 1 hour job limit in Azure DevOps
new 94d1b9d Lucene.Net.TestFramework.Util.LuceneTestCase: Reduced
AtLeast() factor from 2 to 1.5
new 4622b36 Lucene.Net.Tests.TestFramework.Analysis
(TestLookaheadTokenFilter + TestMockAnalyzer): Reduced maximum nightly
iterations by 50%
new 03aa9dc azure-pipelines.yml: Added x86 nightly tests for
netcoreapp3.1 and netcorapp2.1
new 5a84839 Added [Timeout] attribute on tests that have [Deadlock]
attribute to prevent them from timing out Azure DevOps.
new 744a922 Lucene.Net.Tests: Added logging in TestDuringAddIndexes() and
TestTermVectorCorruption() to assist with debugging occasional test failures on
Linux/macOS
new 833042b
Lucene.Net.TestFramework.Index.BaseStoredFieldsFormatTestCase::TestBigDocuments()
Reduced size of big documents to keep test time under 1 hour
new 23620d0 publish-test-results.yml: Removed call to show-all-files.yml
that is for debugging
new b822beb
Lucene.Net.Tests.Index.TestFlushByRamOrCountsPolicy::TestFlushByRam():
Increased ramBuffer size to offset the fact that LuceneTestCase.AtLeast() was
decreased.
new 50907cf Lucene.Net.Tests.Index: Added TimeoutAttribute on several
Nightly tests to prevent them from going over Azure's 1hr time limit and detect
which test(s) limits are problematic
new a3e7c96 Added TimeoutAttribute at the assembly level of tests to stop
tests at 47-55 minutes in order to allow the test results to be uploaded. This
will make troubleshooting which tests are taking too long easier.
new 6f7c2e3
Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManger::Test_Directory():
increased timeout to 30 minutes
new 8ca6951
Lucene.Net.Tests.Index.TestDocumentsWriterStallControl::TestAccquireReleaseRace():
Reduced nightly probability by 50% on x86 to keep from timing out
The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
azure-pipelines.yml | 68 +++++++++++++++++++++-
build/azure-templates/publish-test-results.yml | 2 +-
.../Index/BaseStoredFieldsFormatTestCase.cs | 15 ++++-
.../Index/ThreadedIndexingAndSearchingTestCase.cs | 19 ++++--
.../Util/LuceneTestCase.cs | 60 ++++++++++++++++++-
.../Properties/AssemblyInfo.cs | 4 ++
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 4 ++
.../SimpleText/TestSimpleTextStoredFieldsFormat.cs | 3 +-
.../Properties/AssemblyInfo.cs | 6 +-
.../Properties/AssemblyInfo.cs | 4 ++
.../Directory/TestConcurrentFacetedIndexing.cs | 13 +++--
.../Directory/TestDirectoryTaxonomyWriter.cs | 15 ++---
.../Taxonomy/TestSearcherTaxonomyManager.cs | 12 +++-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 4 ++
.../Properties/AssemblyInfo.cs | 4 ++
.../IndexAndTaxonomyReplicationClientTest.cs | 2 +-
.../IndexReplicationClientTest.cs | 2 +-
.../Properties/AssemblyInfo.cs | 6 ++
.../Properties/AssemblyInfo.cs | 4 ++
.../Properties/AssemblyInfo.cs | 5 +-
.../Properties/AssemblyInfo.cs | 4 ++
.../Analysis/TestLookaheadTokenFilter.cs | 10 +++-
.../Analysis/TestMockAnalyzer.cs | 5 +-
.../Lucene.Net.Tests._A-D.csproj | 1 +
.../Lucene.Net.Tests._E-I.csproj | 1 +
.../Lucene.Net.Tests._I-J.csproj | 1 +
.../Lucene.Net.Tests._J-S.csproj | 1 +
.../Lucene.Net.Tests._T-Z.csproj | 1 +
src/Lucene.Net.Tests/Index/Test2BPostings.cs | 1 +
src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs | 5 ++
src/Lucene.Net.Tests/Index/TestAddIndexes.cs | 4 +-
src/Lucene.Net.Tests/Index/TestBagOfPositions.cs | 5 +-
src/Lucene.Net.Tests/Index/TestBagOfPostings.cs | 5 +-
.../Index/TestDocValuesWithThreads.cs | 1 +
.../Index/TestDocumentsWriterStallControl.cs | 7 ++-
.../Index/TestFlushByRamOrCountsPolicy.cs | 6 +-
.../Index/TestIndexWriterDelete.cs | 1 +
.../Index/TestIndexWriterExceptions.cs | 2 +-
.../Index/TestIndexWriterForceMerge.cs | 1 +
.../Index/TestIndexWriterOnDiskFull.cs | 1 +
.../Index/TestIndexWriterReader.cs | 6 +-
.../Index/TestIndexWriterWithThreads.cs | 2 +-
.../Index/TestNRTReaderWithThreads.cs | 2 +-
.../Index/TestTermVectorsWriter.cs | 5 ++
src/Lucene.Net.Tests/Properties/AssemblyInfo.cs | 5 +-
src/Lucene.Net/Store/NativeFSLockFactory.cs | 4 +-
57 files changed, 332 insertions(+), 62 deletions(-)