Hi,

Just a quick update from my compilations. This release both compiles and tests 
executes sucessfully. I do not have a proper ui for the test results, but 
Notepad++ and searching for result=”Failed” shows up two cases in 
Lucene.Net.Tests, and two cases regarding the ICU. I ignore those since the 
message is “LUCENENET TODO: AccessViolationException being thrown from 
icu-dotnet”.

Case: Lucene.Net.Tests - Lucene.Net.Store.TestLockFactory.TestStressLocks 
(net451)
System.UnauthorizedAccessException: Access to the path 
[…]\LuceneTemp\index.TestLockFactory6-1\_f.cfs' is denied.

Suite: Lucene.Net.Tests - Lucene.Net.Search.TestMultiTermConstantScore 
(netcoreapp1.0)
NullReferenceExcention in TearDown.

I do not know how to properly share the details of these with you. I’ve 
attached two text files with the test-case and test-suite xml elements from my 
result files. I haven’t given any deep thoughts regarding the severity of these 
issues.

I’ll start another run of the tests to see if they are repeatable.

----------------------------------------------------------------------
Build Time Report
----------------------------------------------------------------------
Name       Duration
----       --------
Clean      00:00:00.9646581
InstallSDK 00:00:00.6982383
Init       00:00:00.1952227
Restore    00:00:36.2763789
Compile    00:04:33.3634128
Pack       00:00:10.8073289
Test       02:22:23.0537584
Total:     02:27:09.3081056

// Simon

Från: Shad Storhaug
Skickat: den 10 maj 2017 13:56
Till: [email protected]
Ämne: [Vote] Apache Lucene.Net 4.8.0-beta00002

Due to a severe concurrency bug in 4.8.0-beta00001 we are rolling another 
release. Note this is not the same release that we just voted on, but a patch 
for it with a new version number. We've decided to postpone the official 
announcement until this patch is live.



The source and binary packages are available for inspection at: 
https://dist.apache.org/repos/dist/dev/lucenenet/.



There is a MyGet feed that can be accessed at:

V2: https://www.myget.org/F/lucene-net-nuget/api/v2 (VS2012+)

V3: https://www.myget.org/F/lucene-net-nuget/api/v3/index.json (VS2015+)



The tag is: 
https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00002





Please review the beta and vote (build and test instructions to follow).

This vote will close no sooner than 72 hours from now, i.e. sometime after 
12:00 UTC 13-May 2017



+1 - release it, already!

0 - indifferent

-1 - Not ready, because...



--------------------------------------------------



Building and Testing (Windows Only)



--------------------------------------------------



CLI - Prerequisites



1.       Powershell 3.0 or higher

2.       .NET Framework 4.5.1 Developer Pack 
(https://www.microsoft.com/en-us/download/details.aspx?id=40772)



Command (from the project root)



build     (run build and create NuGet packages in the release/NugetPackages 
directory)

build --test     (run build and create NuGet packages in the 
release/NugetPackages directory, run all tests and put results in 
release/TestResults directory)

build -t     (same as above with shorter syntax)



--------------------------------------------------



Visual Studio - Prerequisites



1.       Visual Studio 2015 Update 3

2.       .NET Framework 4.5.1 Developer Pack 
(https://www.microsoft.com/en-us/download/details.aspx?id=40772)

3.       1.1 with SDK Preview 2.1 build 3177 
(https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)

4.       NUnit3 Test Adapter 
(https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter)



Use Lucene.Net.sln for .NET Framework 4.5.1. Use Lucene.Net.Portable.sln for 
.NET Standard/.NET Core.



NOTE: To compile in .NET Core, you may need to first run "dotnet restore" from 
the CLI before opening the solution in Visual Studio 2015. Visual Studio 2017 
is not supported.



--------------------------------------------------





Thanks,

Shad Storhaug (NightOwl888)



Reply via email to