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

[5.0] Test: read-only trxs should only be posted to read_exclusive queue #1766

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Oct 12, 2023

As of #1702 read only trxs should only be posted to read_exclusive queue. The test_read_only_trx test was posting them to the read_only queue which caused them to sometimes run during the write window. They were run in the write window because read only transactions are allowed to run on the main thread. It is not clear if this is why test failed but seems we can assume that is the problem unless it fails again. I ran the test_read_only_trx many times locally without failure with this fix.

Resolves #1736

@heifner heifner requested review from greg7mdp and linh2931 October 12, 2023 19:20
@heifner heifner added the OCI Work exclusive to OCI team label Oct 12, 2023
@heifner heifner merged commit e842cb2 into release/5.0 Oct 12, 2023
21 checks passed
@heifner heifner deleted the GH-1736-test-5.0 branch October 12, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Failure: eos-vm-oc compile_monitor failed to read response from monitor process
3 participants