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

EntityScheduleTest.Execution sometimes throws on actions runner #255

Closed
Vixenka opened this issue May 14, 2023 · 1 comment · Fixed by #326
Closed

EntityScheduleTest.Execution sometimes throws on actions runner #255

Vixenka opened this issue May 14, 2023 · 1 comment · Fixed by #326
Labels
bug Something isn't working priority: low Low priority
Milestone

Comments

@Vixenka
Copy link
Member

Vixenka commented May 14, 2023

  Failed NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution [12 ms]
  Error Message:
   Assert.Equal() Failure
Expected: 1024
Actual:   0
  Stack Trace:
     at NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution() in /home/runner/work/NoiseEngine/NoiseEngine/NoiseEngine.Tests/Jobs/EntityScheduleTest.cs:line 24
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
    Failed NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution [213 ms]
 Error Message:
  Assert.Equal() Failure
Expected: 2048
Actual:   1024
 Stack Trace:
    at NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution() in /home/runner/work/NoiseEngine/NoiseEngine/NoiseEngine.Tests/Jobs/EntityScheduleTest.cs:line 35
  at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
  at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
@Vixenka Vixenka added bug Something isn't working priority: low Low priority labels May 14, 2023
@Vixenka Vixenka added this to the 0.1.0 milestone May 14, 2023
@Vixenka
Copy link
Member Author

Vixenka commented Jul 16, 2023

Also after #316 (on master)

  Failed NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution [11 ms]
  Error Message:
   Assert.Equal() Failure
Expected: 1024
Actual:   0
  Stack Trace:
     at NoiseEngine.Tests.Jobs.EntityScheduleTest.Execution() in /home/runner/work/NoiseEngine/NoiseEngine/NoiseEngine.Tests/Jobs/EntityScheduleTest.cs:line 24
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: low Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant