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

AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUp randomly fails #1309

Open
zyga opened this issue Jan 11, 2023 · 1 comment
Open

Comments

@zyga
Copy link
Contributor

zyga commented Jan 11, 2023

There's a random element affecting one of the tests. I've been

#18 645.0 [ERROR] Failures: 
#18 645.0 [ERROR]   AutoActionCleanupTest.canceledAndFailedActionsAreCleanedUp:119 
#18 645.0 Expecting:
#18 645.0  <2L>
#18 645.0 to be equal to:
#18 645.0  <1L>
#18 645.0 but was not.

The failure is not deterministic, but on a reasonably fast CPU I can hit it every 3-4 builds.

@lreinecke
Copy link

@zyga I had the same problem with building the Server. I tried it on multiple Windows machines and I got the same error every time. But when I try to build it on a Linux it works every time. Even tough the Linux is only a VM. The .jar File created on a linux machine can be used on a Windows machine with a apropriate java version as well.
The error was at different points in the buildprocess. But it always said Exppecting: <XL> to be equal to: <XL> but was not. The Values before the L was also not the same every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants