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/04/08 18:51:21 UTC

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

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

|  |  |  |
![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-nightly0000001444 succeeded  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 111 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%2f221&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDA5MjQwNTEsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiZGQ0YzI3NzUtN2NkZC00NzliLTlmNzktYTM5N2E2MDY3YTgwIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Thu, Apr 08 2021 18:51:05 GMT+00:00  
Reason | Schedule  
|  |  Details  
---  
| Docs  
---  
| 0 error(s), 0 warning(s)  
---  
Website  
| 0 error(s), 0 warning(s)  
---  
Build  
| 0 error(s), 0 warning(s)  
---  
Test net48,x64 on Windows  
| 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)  
---  
Test netcoreapp2.1,x64 on  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 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)  
---  
Build Release Artifacts for [VOTE]  
| 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 results  
---  
| Failed | 21  
---|---  
Passed | 140873  
Others | 1922  
Total tests | 142816  
Total run duration | 100 minutes  
|  |  Commits  
---  
|
[bf64baf8](https://github.com/apache/lucenenet/commit/bf64baf8bfd1e9ed71bfe2ea7a43c01f14cf4421)
|  PERFORMANCE: Lucene.Net.IndexWriter.ReaderPool: Swapped in
ConcurrentDictionary<TKey, TValue> instead of Dictionary<TKey, TValue> to take
advantage of the fact ConcurrentDictionary supports deleting w  |  NightOwl888  
---|---|---  
[52f53b73](https://github.com/apache/lucenenet/commit/52f53b736aaddd8cbfae0e99512978d30b7779ff)
|  BUG: Lucene.Net.Codecs.SimpleText (SimpleTextStoredFieldsWriter +
SimpleTextTermVectorsWriter): Fixed Abort() methods to correctly swallow any
exceptions thrown by Dispose().  |  NightOwl888  
[63c274cc](https://github.com/apache/lucenenet/commit/63c274cc7693db5a3b703714682fc3006e24164f)
|  Lucene.Net.Analysis.OpenNLP: Upgraded NuGet package dependency to
OpenNLP.NET 1.9.1.1 and updated the projects to sign the
Lucene.Net.Analysis.OpenNLP and Lucene.Net.Analysis.Tests.OpenNLP assemblies.
|  NightOwl888  
[2b9716f9](https://github.com/apache/lucenenet/commit/2b9716f916138d332a45b03227d632f3c31bc175)
|  run-tests-on-os.yml: Download the lucene-cli NuGet package on the test
server, since it is required by installation tests (See #453)  |  NightOwl888  
[384df504](https://github.com/apache/lucenenet/commit/384df50466eef17d7ed18e893a71100e80cc190d)
|  Lucene.Net.Tests.Cli: Added InstallationTest to install lucene-cli and run
it to ensure it can be installed and has basic functionality. (See #453)  |
NightOwl888  
[f9f4754c](https://github.com/apache/lucenenet/commit/f9f4754c87e260f93f120278cd131ffb630e09a3)
|  BREAKING: Changed exit codes to well-defined constants to make testing
simpler  |  NightOwl888  
[9e256d0f](https://github.com/apache/lucenenet/commit/9e256d0f82d1b957f8c2a90660e635575108ab9e)
|  BUG: Lucene.Net.Tests.Cli.EnvironmentTest: Subclass LuceneTestCase or NUnit
won't locate our tests  |  NightOwl888  
[a54a65b6](https://github.com/apache/lucenenet/commit/a54a65b6480b0ba4cd6114014c02adf7675d3ea8)
|  Lucene.Net.Tests.Cli.Configuration.TestConfigurationSettings: Renamed
ConfigurationSettingsTest to follow naming conventions of this project.  |
NightOwl888  
[3946e15c](https://github.com/apache/lucenenet/commit/3946e15c5b90ba05ee28871e5ef8140c1518e658)
|  Lucene.Net.Cli.Configuration.TestConfigurationSettings: Added
[LuceneNetSpecifc] attribute  |  NightOwl888  
[9213cb95](https://github.com/apache/lucenenet/commit/9213cb95404b6caa1bf9d803417d9085ce5a33fe)
|  lucene-cli: Made appsettings.json file optional (See #453)  |  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=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NDA5MjQwNTEsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiZGQ0YzI3NzUtN2NkZC00NzliLTlmNzktYTM5N2E2MDY3YTgwIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%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=AIAACJQZ5Q4SX4T2OF5V2XSBLNA6MXHPAAHAJ3Z4NPWTTQQ3ZQMJJ36CUAMXLHBGRLQ2OJ3EGYRX6WYNP7DQJICLBGDZQFM4T7TSBWG6UFPW3OAPXVS6RYLXJTL3R6EIBAKT762OUGAK2XIJK2U5RHH4B5ZUAVI&i=AIAADLQFEDGLDMDG56L57HVPNBMDEKLNS76FYRRVAFIX4YH2ITU7SH27K7HB4EW6YSW2EMBQNLZPPNPYNDVCKOBQQKFOF2LSMLG3F42VDGUMRA3RQI4WGNG44CP7QWTUJCB6IVTQO6JHNYX4OYNR3ZXWSLXNS3OS34XRDMFTKLZN372GEGL2HGM3ONSMWBZVMCO62UTJSDESB5YRRO4EHCD4H2NMHGLLTSE56QODTMCCHFLQW424ZSNLGK2OJ35STZSKSUFMBUL3CCY62ERNLHWAD6QTHGQ)
\--------------------------------------------------------------------- To
unsubscribe, e-mail: builds-unsubscribe@lucenenet.apache.org For additional
commands, e-mail: builds-help@lucenenet.apache.org