You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucenenet.apache.org by Azure DevOps <az...@microsoft.com.INVALID> on 2021/09/17 18:13:27 UTC

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET - 89bad64c

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET -
89bad64c

|  |  |  |
![Microsoft](https://cdn.vsassets.io/content/notifications/v3/microsoft.png) |
Azure DevOps  
---|---  
|  |  |  | ![](https://cdn.vsassets.io/content/notifications/icon-
success-20.png) | Build #4.8.0-nightly0000001585 succeeded  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 72 minutes  
  
|  |  [ View results ](https://dev.azure.com/lucene-
net/web/build.aspx?pcguid=4b707bf5-2753-424a-a77b-44992ecbed30&builduri=vstfs%3a%2f%2f%2fBuild%2fBuild%2f362&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTEwMjYwMTQsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiNTg4Zjg3YTktNjk3Mi00ZmRmLTgzYWQtZTFiMzA2YWJhYzRkIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Fri, Sep 17 2021 18:13:09 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Test net48,x64 on Windows  
---  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 0 error(s), 1 warning(s)  
---  
Test net461,x64 on  
| 0 error(s), 0 warning(s)  
---  
Website  
| 0 error(s), 0 warning(s)  
---  
Publish_Azure_Artifacts  
| 0 error(s), 0 warning(s)  
---  
Docs  
| 0 error(s), 0 warning(s)  
---  
Test net48,x86 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net461,x86 on  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x86 on  
| 0 error(s), 1 warning(s)  
---  
Build Release Artifacts for [VOTE]  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x86 on  
| 0 error(s), 1 warning(s)  
---  
Build  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x64 on  
| 0 error(s), 1 warning(s)  
---  
|  |  Test results  
---  
| Failed | 29  
---|---  
Passed | 137962  
Others | 1560  
Total tests | 139551  
Total run duration | 57 minutes  
|  |  Commits  
---  
|
[89bad64c](https://github.com/apache/lucenenet/commit/89bad64c3d0058e7e648291db0d13e5de0b9205a)
|  BUG: Lucene.Net.Index.IndexReader: Use ConditionalWeakTable/WeakDictionary
to ensure dead elements are pruned and garbage collected (fixes #506).  |
NightOwl888  
---|---|---  
[ddfb7b21](https://github.com/apache/lucenenet/commit/ddfb7b2108f0d72fd03c563c4bfc2f3479cdf91f)
|  Lucene.Net.Support.WeakDictionary: Changed backing collection from
J2N.Collections.Generic.Dictionary<TKey, TValue> to ConcurrentDictionary<TKey,
TValue> to allow reap to function while doing a forwar  |  NightOwl888  
[1fe3b485](https://github.com/apache/lucenenet/commit/1fe3b485e6210ab440e82e8e486dbbd0368928cb)
|  Lucene.Net.Support.WeakDictionary: Changed WeakKey to use WeakReference<T>
instead of WeakReference to avoid problems with garbage collection (see #506).
|  NightOwl888  
[70cd8b87](https://github.com/apache/lucenenet/commit/70cd8b87a8e61a36c4d093d40f6c4dccff986e90)
|  Lucene.Net.Tests.Index.TestIndexWriter: Added Timeout and Deadlock
attributes to TestThreadInterruptDeadlock() and
TestTwoThreadsInterruptDeadlock(), since they sometimes hang  |  NightOwl888  
[fe3128c0](https://github.com/apache/lucenenet/commit/fe3128c051cccd7c2d548cb99db13cb5cb4279ce)
|  Lucene.Net.Tests.Index.TestAddIndexes: Updated error handling to use our
extension methods and use printStackTrace() to log errors  |  NightOwl888  
[2dc1c372](https://github.com/apache/lucenenet/commit/2dc1c372a11b08a3f7999a89d1ea3b9dd98ced66)
|  BUG:
Lucene.Net.Tests.Index.TestIndexWriterWithThreads::TestRollbackAndCommitWithThreads():
Restored original NullReferenceException catch blocks that were in Lucene due
to random test failures.  |  NightOwl888  
[beb697ca](https://github.com/apache/lucenenet/commit/beb697ca2c205f3595bc7315ac48f441e7b8299c)
|  SWEEP: Removed FEATURE_THREAD_PRIORITY, since it only applied to .NET
Standard 1.x  |  NightOwl888  
[4d13c36c](https://github.com/apache/lucenenet/commit/4d13c36c8cc1fd419f125661632396cf1d305cd0)
|  SWEEP: Removed FEATURE_THREAD_YIELD and changed all calls to use
Thread.Yield() instead of Thread.Sleep(0)  |  NightOwl888  
[b446f84d](https://github.com/apache/lucenenet/commit/b446f84d5c7a2d71bc4a305b9ac78812cc57832a)
|  BUG: Lucnene.Net.Tests.Index.TestDocumentsWriterStallControl: Changed to
use Thread.Yield() instead of Thread.Sleep(0) to match Lucene. This was a
workaround for .NET Standard 1.x that is no longer ap  |  NightOwl888  
[0d223f20](https://github.com/apache/lucenenet/commit/0d223f2048df466b3e60554126336b3491a5fe12)
|  SWEEP: Changed test framework for .NET Standard 2.0 from netcoreapp2.1 to
net461  |  NightOwl888  
|  We sent you this notification on behalf of [Lucene.NET]\Lucene.NET Team.
[View](https://dev.azure.com/lucene-
net/_notifications?subscriptionId=220450&publisherId=ms.vss-build.build-event-
publisher&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTEwMjYwMTQsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiNTg4Zjg3YTktNjk3Mi00ZmRmLTgzYWQtZTFiMzA2YWJhYzRkIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%3d%3d)  
---  
Microsoft respects your privacy. Review our Online Services [Privacy
Statement](https://privacy.microsoft.com/privacystatement).  
One Microsoft Way, Redmond, WA, USA 98052.  
Sent from Azure DevOps  
  
![](https://mucp.api.account.microsoft.com/m/v2/v?d=AIAADBSBKXX4RZRHH43DBAOUP3BEI4ZLGVF5GSYG2PF664GZJ7T6UY7L2T5J6KKYDSAB7X4OPNUUGQB5WHXGNF2C2NA2YBEX36MR2672BKMWA2R3OOFXDMDP3RYVD4H4SB6KT5Y2TJJK3KXDXAJ6ZJAJU2BWO7Q&i=AIAACJRDEBKCC4PZ2JKV37VD6VLY36FEBZTYATXYHZDRUDDCYFOZJSYR7WLLU4KKZEZWLRPX35Z5PXL2QZDPNXNLS2T3FA4PHMSGAZ4UYGQZGVSRKVK42JVFRILC5AY2ROTKCFXF6FKGD25XQTPPHXIVHQTXPCTJRWGJPDABBO5UVIYBGBVW2CTPITFFF5YUXEHDFY3VMCLNBUW672YLWE7BFEISUQC4EMI6KNVVLUVKIBMMYY4G4Z25T2O26MLOPVVP2DKSZ7QHS2JHZAD3UB6K362OPKA)