raulcd commented on PR #41392:
URL: https://github.com/apache/arrow/pull/41392#issuecomment-2079574227
@CurtHagenlocher there seems to be an error with .net 8 on that job now that
I fixed Python:
```
Passed! - Failed: 0, Passed: 25, Skipped: 0, Total: 25,
Duration: 279 ms - Apache.Arrow.Compression.Tests.dll (net8.0)
The active test run was aborted. Reason: Test host process crashed : Stack
overflow.
at Python.Runtime.Runtime.PyImport_ImportModule(System.String)
at Python.Runtime.PyModule.Import(System.String)
at Python.Runtime.Py.Import(System.String)
at Apache.Arrow.Tests.CDataSchemaPythonTest.ImportRecordBatchFromBuffer()
at System.RuntimeMethodHandle.InvokeMethod(System.Object, Void**,
System.Signature, Boolean)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(System.Object,
System.Reflection.BindingFlags)
at Xunit.Sdk.TestInvoker`1[[System.__Canon, System.Private.CoreLib,
Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]].CallTestMethod(System.Object)
at
Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon,
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at
System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon,
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.7.1.0,
Culture=neutral,
PublicKeyToken=8d05b1bb7a6fdb6c]](<<InvokeTestMethodAsync>b__1>d<System.__Canon>
ByRef)
at
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0+<<InvokeTestMethodAsync>b__1>d[[System.__Canon,
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]], xunit.execution.dotnet, Version=2.7.1.0,
Culture=neutral,
PublicKeyToken=8d05b1bb7a6fdb6c]](<<InvokeTestMethodAsync>b__1>d<System.__Canon>
ByRef)
at Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0[[System.__Canon,
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]].<InvokeTestMethodAsync>b__1()
at Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4.MoveNext()
at
System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4,
xunit.execution.dotnet, Version=2.7.1.0, Culture=neutral,
PublicKeyToken=8d05b1bb7a6fdb6c]](<AggregateAsync>d__4 ByRef)
at
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Xunit.Sdk.ExecutionTimer+<AggregateAsync>d__4,
xunit.execution.dotnet, Version=2.7.1.0, Culture=neutral,
PublicKeyToken=8d05b1bb7a6fdb6c]](<AggregateAsync>d__4 ByRef)
at
Xunit.Sdk.ExecutionTimer.AggregateAsync(System.Func`1<System.Threading.Tasks.Task>)
at Xunit.Sdk.TestInvoker`1+<>c__DisplayClass46_0[[System.__Canon,
System.Private.CoreLib, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e]].<InvokeTestMethodAsync>b__0()
at Xunit.Sdk.ExceptionAggregator+<RunAsync>d__9.MoveNext()
```
I am unsure on what the issue is.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]