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/11/07 18:21:12 UTC

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

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

|  |  |  |
![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-nightly0000001636 succeeded  
---|---  
Lucene.NET-Nightly  
      
    
    Ran for 80 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%2f415&tracking_data=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTQ5NTA1MDcsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiNmZjMDBhOTktOWExOC00MzE4LTkxY2UtMjZhYjFiMDM4YmNhIn0sIkVsZW1lbnQiOiJoZXJvL2N0YSJ9)  
---  
|  |  |  |  Summary  
---  
| Build pipeline | Lucene.NET-Nightly  
---|---  
Finished | Sun, Nov 07 2021 18:20:57 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 net6.0,x64 on  
| 0 error(s), 1 warning(s)  
---  
Test net461,x64 on  
| 0 error(s), 0 warning(s)  
---  
Test net6.0,x86 on  
| 0 error(s), 1 warning(s)  
---  
Test net461,x86 on  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x86 on  
| 0 error(s), 1 warning(s)  
---  
Test net48,x64 on Windows  
| 0 error(s), 0 warning(s)  
---  
Test net5.0,x64 on  
| 0 error(s), 1 warning(s)  
---  
Publish_Azure_Artifacts  
| 0 error(s), 0 warning(s)  
---  
Test net48,x86 on Windows  
| 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 | 2  
---|---  
Passed | 140028  
Others | 1541  
Total tests | 141571  
Total run duration | 69 minutes  
|  |  Commits  
---  
|
[03bc03bb](https://github.com/apache/lucenenet/commit/03bc03bb5bcb74d12524cc9c0d85e501473a4445)
|  Lucene.Net.Tests.Replicator: Removed all Timeout and Deadlock attributes,
since changing to a ThreadJob implementation in ReplicationClient has resolved
the issues with both TestConsistencyOnException  |  NightOwl888  
---|---|---  
[be44d86a](https://github.com/apache/lucenenet/commit/be44d86a3acfb6dd4605d0a10f8506d55d357a7a)
|  BREAKING: Lucene.Net.Replicator.Http:HttpClientBase: Renamed
ResponseInputStream() overloads GetResponseStream() per .NET conventions.  |
NightOwl888  
[2bd1f2c2](https://github.com/apache/lucenenet/commit/2bd1f2c2ea6853d8d46da3ba9760fb90409edeea)
|  Lucene.Net.Replicator.ReplicationClient: Refactored to use ThreadJob so
exceptions are re-thrown on the calling thread. Added missing locks.  |
NightOwl888  
[65ab43cd](https://github.com/apache/lucenenet/commit/65ab43cdf57e00024b96244c04656edf1fe3ccc6)
|  Lucene.Net.Tests.Replicator.Http.HttpReplicatorTest: Added
TestServerErrors() test from 4.8.1  |  NightOwl888  
[e58266ae](https://github.com/apache/lucenenet/commit/e58266ae622de9ca5bec79518c7f9e00f514cd89)
|  SWEEP: Lucene.Net.Replicator: Reviewed and updated exception catch and
throw statements to match Lucene  |  NightOwl888  
[59caa862](https://github.com/apache/lucenenet/commit/59caa862aebc75c77724b053996d603e6a90b033)
|  Lucene.Net.Replicator.HttpClientBase: Factored out Execute() into a
separate shared method.  |  NightOwl888  
[594d6b6d](https://github.com/apache/lucenenet/commit/594d6b6dfebea7cdb2729acfd0ac1faabdbd807b)
|  Lucene.Net.Replicator.HttpClientBase: Use a stream wrapper to consume and
dispose the stream when there are no more bytes to read.  |  NightOwl888  
[302a3c65](https://github.com/apache/lucenenet/commit/302a3c65f22090bb1bffea9aadb32a24779d720d)
|  BREAKING: Lucene.Net.Replicator.Http.HttpClientBase: Increased timeout from
1000 ms to 100 s. Renamed DEFAULT_CONNECTION_TIMEOUT to DEFAULT_TIMEOUT and
ConnectionTimeout property to Timeout to match H  |  NightOwl888  
[eedd4dd2](https://github.com/apache/lucenenet/commit/eedd4dd2592bdd7e39ff8a1f7823bbfaa2484077)
|  Lucene.Net.Replicator.Http.HttpClientBase: Updated to include 4.8.1 changes
|  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=eyJTb3VyY2UiOiJFbWFpbCIsIlR5cGUiOiJOb3RpZmljYXRpb24iLCJTSUQiOiIyMjA0NTAiLCJTVHlwZSI6IkdSUCIsIlJlY2lwIjoxLCJfeGNpIjp7Ik5JRCI6NTQ5NTA1MDcsIk1SZWNpcCI6Im0wPTEgIiwiQWN0IjoiNmZjMDBhOTktOWExOC00MzE4LTkxY2UtMjZhYjFiMDM4YmNhIn0sIkVsZW1lbnQiOiJmb290ZXIvdmlld0xpbmsifQ%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=AIAACIMUAIHPTUZFLUFSPXLCNA45W3BHJMS3KNQWQAUJUF56K22HIMVFUTDQZOQ74FD2IQIIEAPXWTM4XRIMD2QDNNV5NWDRMRE7BWLZE2DUWP5YECRCTTYWF3SY65MJFHSADFJNGGTGFJ4XKJJFPBXLAL5HSVI&i=AIAADMZKY6IJ7Q3BKCTA2OPPZXLE476PLTMKDOMMFZ73J46OT7GHO32CMWKT2JFRMAZHXWLFJNDOSWI7HZBYYRFQ7L4P2JH6XISPITMNKX6YXGHEF6PTTXJ6UCM4ELPK6MAGS6GY7XHPSNC7INAYCAY524B235NKCMRHMASY5B4LVRVX4CKEBJIWPGOSFJDCPGRJDWNUUBIOB3KW4R3I2ZBGVQV4YE6JLDQNWUZJHEPIFFHCV2VUZPHY7TG6RGNNO4FY23NDTIZ4JC4DLTALJUULLTFHNPA)