Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure Tests.System.TimeProviderTests.TestProviderTimer #84236

Closed
v-wenyuxu opened this issue Apr 3, 2023 · 4 comments
Closed

Test failure Tests.System.TimeProviderTests.TestProviderTimer #84236

v-wenyuxu opened this issue Apr 3, 2023 · 4 comments
Assignees
Labels
area-System.DateTime JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)
Milestone

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr libraries-jitstress 20230402.1

Failed test:

net8.0-linux-Release-arm-CoreCLR_checked-jitstress1-(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7

- Tests.System.TimeProviderTests.TestProviderTimer(provider: SystemTimeProvider { LocalNow = 2023-04-02T07:37:44.3564986+00:00, LocalTimeZone = (UTC) Coordinated Universal Time, TimestampFrequency = 1000000000, UtcNow = 2023-04-02T07:37:44.3564582+00:00 }, MaxMilliseconds: 6000)

Error message:

Assert.Equal() Failure
Expected: 400
Actual:   300


Stack trace
   at Tests.System.TimeProviderTests.TestProviderTimer(TimeProvider provider, Int32 MaxMilliseconds) in /_/src/libraries/Common/tests/Tests/System/TimeProviderTests.cs:line 118
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
@v-wenyuxu v-wenyuxu added os-linux Linux OS (any supported distro) JitStress CLR JIT issues involving JIT internal stress modes labels Apr 3, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 3, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 3, 2023
@ghost
Copy link

ghost commented Apr 3, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr libraries-jitstress 20230402.1

Failed test:

net8.0-linux-Release-arm-CoreCLR_checked-jitstress1-(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7

- Tests.System.TimeProviderTests.TestProviderTimer(provider: SystemTimeProvider { LocalNow = 2023-04-02T07:37:44.3564986+00:00, LocalTimeZone = (UTC) Coordinated Universal Time, TimestampFrequency = 1000000000, UtcNow = 2023-04-02T07:37:44.3564582+00:00 }, MaxMilliseconds: 6000)

Error message:

Assert.Equal() Failure
Expected: 400
Actual:   300


Stack trace
   at Tests.System.TimeProviderTests.TestProviderTimer(TimeProvider provider, Int32 MaxMilliseconds) in /_/src/libraries/Common/tests/Tests/System/TimeProviderTests.cs:line 118
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
Author: v-wenyuxu
Assignees: -
Labels:

os-linux, JitStress, area-CodeGen-coreclr, untriaged

Milestone: -

@stephentoub
Copy link
Member

cc: @tarekgh

@tarekgh tarekgh self-assigned this Apr 3, 2023
@tarekgh tarekgh added area-System.DateTime and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Apr 3, 2023
@tarekgh tarekgh added this to the 8.0.0 milestone Apr 3, 2023
@ghost
Copy link

ghost commented Apr 3, 2023

Tagging subscribers to this area: @dotnet/area-system-datetime
See info in area-owners.md if you want to be subscribed.

Issue Details

Run: runtime-coreclr libraries-jitstress 20230402.1

Failed test:

net8.0-linux-Release-arm-CoreCLR_checked-jitstress1-(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7

- Tests.System.TimeProviderTests.TestProviderTimer(provider: SystemTimeProvider { LocalNow = 2023-04-02T07:37:44.3564986+00:00, LocalTimeZone = (UTC) Coordinated Universal Time, TimestampFrequency = 1000000000, UtcNow = 2023-04-02T07:37:44.3564582+00:00 }, MaxMilliseconds: 6000)

Error message:

Assert.Equal() Failure
Expected: 400
Actual:   300


Stack trace
   at Tests.System.TimeProviderTests.TestProviderTimer(TimeProvider provider, Int32 MaxMilliseconds) in /_/src/libraries/Common/tests/Tests/System/TimeProviderTests.cs:line 118
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
Author: v-wenyuxu
Assignees: tarekgh
Labels:

os-linux, JitStress, untriaged, area-System.DateTime

Milestone: -

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Apr 3, 2023
@tarekgh
Copy link
Member

tarekgh commented Apr 7, 2023

I increased the timeout in the PR #84235 which should help with this issue. I am closing it and watch if we'll see it again.

@tarekgh tarekgh closed this as completed Apr 7, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.DateTime JitStress CLR JIT issues involving JIT internal stress modes os-linux Linux OS (any supported distro)
Projects
None yet
Development

No branches or pull requests

3 participants