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/07/28 18:14:19 UTC

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET - 4641653b

[Build succeeded] Lucene.NET-Nightly - apache/lucenenet:master - Lucene.NET -
4641653b

|  |  |  |
![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-nightly0000001534 succeeded  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 73 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%2f311&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDc0NTA3MzksIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiZDkwNTQ1MGYtYjNhYy00MWVhLTk4MjAtY2Q0YTBmYzZmZDZlIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Wed, Jul 28 2021 18:14:02 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Website  
---  
| 0 error(s), 0 warning(s)  
---  
Docs  
| 0 error(s), 0 warning(s)  
---  
Build  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x86 on  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp3.1,x64 on  
| 0 error(s), 0 warning(s)  
---  
Test net48,x64 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp2.1,x86 on  
| 0 error(s), 0 warning(s)  
---  
Publish_Azure_Artifacts  
| 0 error(s), 0 warning(s)  
---  
Test net48,x86 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x86 on  
| 0 error(s), 0 warning(s)  
---  
Build Release Artifacts for [VOTE]  
| 0 error(s), 0 warning(s)  
---  
Test netcoreapp2.1,x64 on  
| 0 error(s), 0 warning(s)  
---  
|  |  Test results  
---  
| Failed | 20  
---|---  
Passed | 176884  
Others | 1958  
Total tests | 178862  
Total run duration | 60 minutes  
|  |  Commits  
---  
|
[4641653b](https://github.com/apache/lucenenet/commit/4641653b8fe9601382afe1f5b0f37294b710b3bf)
|  BUG: Lucene.Net.Tests.Search.TestMultiThreadTermVectors: Removed stray
[Test] attribute that was causing extra overhead with no benefit  |
NightOwl888  
---|---|---  
[a9ada86f](https://github.com/apache/lucenenet/commit/a9ada86f2a7c2e8dab10d85c3d329863fc4ab018)
|  PERFORMANCE: Lucene.Net.Util.UnicodeUtil::ToString(): Updated to cascade
the call to Character.ToString()  |  NightOwl888  
[15549f85](https://github.com/apache/lucenenet/commit/15549f854df8ed750cd258c2c3d9b303c473763e)
|  BREAKING: Lucene.Net.QueryParser.Flexible.Core.Nodes.IQueryNode: Added
TryGetTag() method to simplify looking up a tag by name.  |  NightOwl888  
[68e8e48d](https://github.com/apache/lucenenet/commit/68e8e48dd75161d90481316c231780a6c42941c1)
|  BREAKING: Lucene.Net.QueryParser.Flexible.Core.Nodes.IQueryNode: Added
RemoveChildren() method from Lucene 8.8.1 to fix broken RemoveFromParent()
method behavior (applies patch LUCENE-5805).  |  NightOwl888  
[d58ed592](https://github.com/apache/lucenenet/commit/d58ed592d43ed3f0e6a2187c618efc1c4730ea73)
|  Lucene.Net.Support.ListExtensions::SubList(): Factored out in favor of
J2N's GetView() method  |  NightOwl888  
[a147f676](https://github.com/apache/lucenenet/commit/a147f676acc3526056a10dec08ad2bb029267d03)
|  Lucene.Net.Benchmark: Use RetainAll() for better efficiency  |  NightOwl888  
[0d9abf64](https://github.com/apache/lucenenet/commit/0d9abf64c4eb8d3867254bc7f60c4ef1367b3b90)
|  Lucene.Net.Support.CollectionExtensions: Made more efficient RemoveAll()
method and added RetainAll() for use in rare circumstances when we want to do
set actions on ICollection<T> |  NightOwl888  
[0e4795f2](https://github.com/apache/lucenenet/commit/0e4795f23e7297b6dc45c77395ef9be6ba6d2170)
|  Lucene.Net.Analysis.Phonetic, Lucene.Net.TestFramework: Reduced dependency
on Lucene.Net.Support.CollectionExtensions by calling ExceptWith instead of
CollectionExtensions.RemoveAll()  |  NightOwl888  
[c73ffd12](https://github.com/apache/lucenenet/commit/c73ffd12b4361594a0cb8067f5a91b04f465d87e)
|  PERFORMANCE: SWEEP: Replaced Substring method where appropriate with the
overloads of number class Parse/TryParse that accept startIndex and length  |
NightOwl888  
[1da0c5fb](https://github.com/apache/lucenenet/commit/1da0c5fb036ac212f543a8c754f506d3a1d4ba47)
|  SWEEP: Factored out Lucene.Net.Support.Time in favor of J2N.Time. Replaced
all calls (except Lucene.Net.Tests.Search.TestDateFilter) to
Environment.TickCount and Time.CurrentTimeMilliseconds() to use  |
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=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDc0NTA3MzksIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiZDkwNTQ1MGYtYjNhYy00MWVhLTk4MjAtY2Q0YTBmYzZmZDZlIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%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=AIAADRJQWO4XGPRC65NGLGJCNKBDJP4A7P6AD2U3JBYHE5BTND64WQ6QBB2AVXZDEF2MSERYHUSVA3E5X7WD3HWJXH6ZORAXOPU75CPBFBDTBZ65XMZPRH52DATFDRNU3HCM6VTAFKPPG67XRJ4JSTTCBYX4ELA&i=AIAADVODNLMLR26DXK4C4MUM5UWL5AO5SWPITQ6BCH4QNLYKUV2KZ7EY2I26RCTACFUEPRFI6UY4ICCWTQRNEOK43D2SWGCF55VLHORFEVCJ5AQ6RCAEBG4QBAYO5E3SKLSV7BJIRPZTIKK75BEOVYGJ5YPV5X2MAUH65OIDSBMYXCZIXZYMF2OLEA3QZ7EBTYAIS42E7273NURQ6SPFSID222TWZLWPXSVOVZVDHZOWBLUAEU4KHNRZBU65H527JCYQTOPCYTORFZAW56JOBGSKGRNDICY)
\--------------------------------------------------------------------- To
unsubscribe, e-mail: builds-unsubscribe@lucenenet.apache.org For additional
commands, e-mail: builds-help@lucenenet.apache.org