-
Notifications
You must be signed in to change notification settings - Fork 10
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: asan block_unit_test_eos-vm-oc #737
Labels
👍 lgtm
OCI
Work exclusive to OCI team
test-instability
tag issues for flaky tests, high priority to address
Milestone
Comments
the failure on eos-vm is a little more descriptive, |
Thanks. That is better, wish I had seen that one first. I'll update the issue description with that one. |
heifner
added a commit
that referenced
this issue
Sep 10, 2024
… still might be in use. For example if still in the forkdb. Would have preferred to `delete` the move constructor/operator= but unfortunately those are needed for our unused http push_block.
heifner
added a commit
that referenced
this issue
Sep 10, 2024
ericpassmore
added a commit
that referenced
this issue
Sep 10, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
[1.0.1] Should never move from a signed_block in a shared_ptr
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 11, 2024
heifner
added a commit
that referenced
this issue
Sep 12, 2024
heifner
added a commit
that referenced
this issue
Sep 12, 2024
[1.0.1 -> main] Should never move from a signed_block in a shared_ptr
heifner
added a commit
that referenced
this issue
Sep 12, 2024
heifner
added a commit
that referenced
this issue
Sep 12, 2024
[1.0.1 -> main] Make signed_block_ptr const
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
👍 lgtm
OCI
Work exclusive to OCI team
test-instability
tag issues for flaky tests, high priority to address
This is on branch
verify-qc-thread-pool
, but looks like an issue with a few of our tests. We move a block, but still use the old blocks QC that has been moved from.Only an issue for tests.
The text was updated successfully, but these errors were encountered: