-
Notifications
You must be signed in to change notification settings - Fork 89
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
Intermittent failure in SendToOwnersTestPlanSpec.groovy #229
Comments
Another failure:
|
There are many TODOs in |
Another one:
I think that this particular failure points towards a funding-related transaction not being included in a block, because the
on line 144 is successful, but after a block is generated the check on line 158 fails. |
And another:
This one is interesting because for this test the expected Omni balance on line 75 and 95 is the same. And nothing in the transaction-under-test should change the balance. So where are the extra |
* logging.properties: increase verbosity in 3 packages * OmniClient.java: log results of omniGetBalance calls
* logging.properties: increase verbosity in 3 packages * OmniClient.java: log results of omniGetBalance calls
Here's a failure with the additional logging turned on:
With the additional logging we can see in the final log entry before the test failure that the server has returned the incorrect balance via |
* logging.properties: increase verbosity in 3 packages * OmniClient.java: log results of omniGetBalance calls
On which Omni Core version is this running? Is this somehow related to the changes we made in Omni Core, or does it run against a "stable" release? |
I've seen these failures with both the 0.11.0 binary and the 0.12.0.1 binary. We could try running the tests with a "nightly" binary and see if the failure occurs in that case, I suppose. |
* logging.properties: increase verbosity in 3 packages * OmniClient.java: log results of omniGetBalance calls
Here's a failure that occurred today that is somewhat different in the error shown:
The full job is here: https://github.com/OmniLayer/OmniJ/actions/runs/6425296227/job/17447626557 |
There is an intermittent failure in
SendToOwnersTestPlanSpec.groovy
that looks like this:This is happening on the PR #228 branch, but I am not certain it is related to the changes in that PR.
The text was updated successfully, but these errors were encountered: