NightOwl888 commented on issue #1034: URL: https://github.com/apache/lucenenet/issues/1034#issuecomment-2486410584
This is a bit worse than I thought. Not only are there intermittent test failures on .NET Framework, but there are frequent crashes when testing .NET Core, x86 on Windows (it failed on both `net6.0` and `net5.0` and I haven't yet had a successful run). Here is the stderr output from the `net6.0` run: ``` The active test run was aborted. Reason: Test host process crashed : at Lucene.Net.Expressions.JS.TestCustomFunctions.StaticThrowingException.Method() in /_/src/Lucene.Net.Tests.Expressions/JS/TestCustomFunctions.cs:line 215 at Lucene.Net.Expressions.CompiledExpression.Evaluate(Int32 , FunctionValues[] ) at Lucene.Net.Expressions.JS.TestCustomFunctions.TestThrowingException() in /_/src/Lucene.Net.Tests.Expressions/JS/TestCustomFunctions.cs:line 231 Fatal error. 0xC0000005 at Lucene.Net.Expressions.CompiledExpression.Evaluate(Int32, Lucene.Net.Queries.Function.FunctionValues[]) at Lucene.Net.Expressions.JS.TestJavascriptOperations.AssertEvaluatesTo(System.String, Int64) at Lucene.Net.Expressions.JS.TestJavascriptOperations.TestBitShiftLeft() at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Span`1<System.Object> ByRef, System.Signature, Boolean, Boolean) at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo) at System.Reflection.MethodBase.Invoke(System.Object, System.Object[]) at NUnit.Framework.Internal.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object, System.Object[]) at NUnit.Framework.Internal.MethodWrapper.Invoke(System.Object, System.Object[]) at NUnit.Framework.Internal.Commands.TestMethodCommand.InvokeTestMethod(NUnit.Framework.Internal.TestExecutionContext) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(NUnit.Framework.Internal.TestExecutionContext) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(NUnit.Framework.Internal.TestExecutionContext) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand+<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(NUnit.Framework.Internal.TestExecutionContext, System.Action) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.Execute(NUnit.Framework.Internal.TestExecutionContext) at NUnit.Framework.Internal.Commands.TimeoutCommand+<>c__DisplayClass5_0.<RunTestOnSeparateThread>b__0() at System.Threading.Tasks.Task`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].InnerInvoke() at System.Threading.Tasks.Task+<>c.<.cctor>b__272_0(System.Object) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread) at System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread) at System.Threading.Tasks.Task.ExecuteFromThreadPool(System.Threading.Thread) at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback() Test Run Aborted. The active Test Run was aborted because the host process exited unexpectedly. Please inspect the call stack above, if available, to get more information about where the exception originated from. The test running when the crash occurred: Lucene.Net.Expressions.JS.TestJavascriptOperations.TestBitShiftLeft This test may, or may not be the source of the crash. ``` Here are links to the runs where logs and other artifacts can be downloaded: https://dev.azure.com/LuceneNET-Temp/Lucene.NET/_build/results?buildId=2375&view=results https://dev.azure.com/lucene-net-temp2/Lucene.NET/_build/results?buildId=1073&view=results -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org