[ 
https://issues.apache.org/jira/browse/IGNITE-27057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-27057:
------------------------------------
    Description: 
https://ci.ignite.apache.org/test/-7372201882561104249?currentProjectId=ApacheIgnite3x_Test_PlatformTests

* Looks like a timeout + some TearDown issue
* Happens only on Windows agents. The test takes ~800ms on Linux agents and 10+ 
seconds on Windows

{code:java}
        TearDown : System.Reflection.TargetException : Non-static method 
requires a target.
        TearDown : System.Reflection.TargetException : Non-static method 
requires a target.
03:45:04         --TearDown
           at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
culture)
           at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
parameters)
           at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo method, 
Object fixture, Object[] args)
        --TearDown
           at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
culture)
           at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
parameters)
           at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo method, 
Object fixture, Object[] args)
03:45:04       Apache.Ignite.Tests: 
Apache.Ignite.Tests.Table.SchemaSynchronizationTest.TestSchemaUpdateWhileStreaming(False,True,2)
03:45:04         SetUp: TestSchemaUpdateWhileStreaming(False,True,2)
        TearDown start: TestSchemaUpdateWhileStreaming(False,True,2)
        TearDown end: TestSchemaUpdateWhileStreaming(False,True,2)
03:45:04         Condition not reached after 00:00:01.0369436 (Leaked buffers: 
Apache.Ignite.Internal.Buffers.PooledArrayBuffer..ctor)
03:45:04            at 
Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, Int32 
timeoutMs, Func`1 messageFactory) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 77
           at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 46
           at Apache.Ignite.Tests.TestUtils.CheckByteArrayPoolLeak(Int32 
timeoutMs) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 109
           at Apache.Ignite.Tests.IgniteTestsBase.SetUp() in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\IgniteTestsBase.cs:line
 139
           at InvokeStub_IgniteTestsBase.SetUp(Object, Object, IntPtr*) {code}

  was:
https://ci.ignite.apache.org/test/-7372201882561104249?currentProjectId=ApacheIgnite3x_Test_PlatformTests

Looks like a timeout + some TearDown issue

{code:java}
        TearDown : System.Reflection.TargetException : Non-static method 
requires a target.
        TearDown : System.Reflection.TargetException : Non-static method 
requires a target.
03:45:04         --TearDown
           at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
culture)
           at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
parameters)
           at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo method, 
Object fixture, Object[] args)
        --TearDown
           at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
culture)
           at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
parameters)
           at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo method, 
Object fixture, Object[] args)
03:45:04       Apache.Ignite.Tests: 
Apache.Ignite.Tests.Table.SchemaSynchronizationTest.TestSchemaUpdateWhileStreaming(False,True,2)
03:45:04         SetUp: TestSchemaUpdateWhileStreaming(False,True,2)
        TearDown start: TestSchemaUpdateWhileStreaming(False,True,2)
        TearDown end: TestSchemaUpdateWhileStreaming(False,True,2)
03:45:04         Condition not reached after 00:00:01.0369436 (Leaked buffers: 
Apache.Ignite.Internal.Buffers.PooledArrayBuffer..ctor)
03:45:04            at 
Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, Int32 
timeoutMs, Func`1 messageFactory) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 77
           at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 46
           at Apache.Ignite.Tests.TestUtils.CheckByteArrayPoolLeak(Int32 
timeoutMs) in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
 109
           at Apache.Ignite.Tests.IgniteTestsBase.SetUp() in 
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\IgniteTestsBase.cs:line
 139
           at InvokeStub_IgniteTestsBase.SetUp(Object, Object, IntPtr*) {code}


> .NET: 
> Apache.Ignite.Tests.Table.SchemaSynchronizationTest.TestSchemaUpdateWhileStreaming
>  is flaky
> -------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-27057
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27057
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms ai3, thin clients ai3
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain, ignite-3
>             Fix For: 3.2
>
>
> https://ci.ignite.apache.org/test/-7372201882561104249?currentProjectId=ApacheIgnite3x_Test_PlatformTests
> * Looks like a timeout + some TearDown issue
> * Happens only on Windows agents. The test takes ~800ms on Linux agents and 
> 10+ seconds on Windows
> {code:java}
>         TearDown : System.Reflection.TargetException : Non-static method 
> requires a target.
>         TearDown : System.Reflection.TargetException : Non-static method 
> requires a target.
> 03:45:04         --TearDown
>            at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
> BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
> culture)
>            at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
> parameters)
>            at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo 
> method, Object fixture, Object[] args)
>         --TearDown
>            at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, 
> BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo 
> culture)
>            at System.Reflection.MethodBase.Invoke(Object obj, Object[] 
> parameters)
>            at NUnit.Framework.Internal.Reflect.InvokeMethod(MethodInfo 
> method, Object fixture, Object[] args)
> 03:45:04       Apache.Ignite.Tests: 
> Apache.Ignite.Tests.Table.SchemaSynchronizationTest.TestSchemaUpdateWhileStreaming(False,True,2)
> 03:45:04         SetUp: TestSchemaUpdateWhileStreaming(False,True,2)
>         TearDown start: TestSchemaUpdateWhileStreaming(False,True,2)
>         TearDown end: TestSchemaUpdateWhileStreaming(False,True,2)
> 03:45:04         Condition not reached after 00:00:01.0369436 (Leaked 
> buffers: Apache.Ignite.Internal.Buffers.PooledArrayBuffer..ctor)
> 03:45:04            at 
> Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, Int32 
> timeoutMs, Func`1 messageFactory) in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
>  77
>            at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 
> condition, Int32 timeoutMs, Func`1 messageFactory) in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
>  46
>            at Apache.Ignite.Tests.TestUtils.CheckByteArrayPoolLeak(Int32 
> timeoutMs) in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\TestUtils.cs:line
>  109
>            at Apache.Ignite.Tests.IgniteTestsBase.SetUp() in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\IgniteTestsBase.cs:line
>  139
>            at InvokeStub_IgniteTestsBase.SetUp(Object, Object, IntPtr*) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to