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

Allow the node to communicate when it's ready to serve requests #1813

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

edmundnoble
Copy link
Contributor

This is another attempt at fixing the racy issue that's causing RemotePactTest to be flaky. I ran into a segfault while I was writing this, which was caused by closing the rocksdb while the node was still running, in turn caused by incorrect use of async.

@edmundnoble edmundnoble force-pushed the push-umszsnnrulxl branch 6 times, most recently from 245a5a1 to 00177c2 Compare February 9, 2024 15:50
-> MVar (PeerInfo, Port)
-> ChainwebConfiguration
-> FilePath
-- ^ pact db dir
-> FilePath
-- ^ rocksdb dir
-- ^ dir for db backups
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, that makes this more clear

@edmundnoble edmundnoble force-pushed the push-umszsnnrulxl branch 2 times, most recently from 920bd67 to 38c6412 Compare February 10, 2024 01:59
@edmundnoble edmundnoble added this pull request to the merge queue Feb 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2024
@edmundnoble edmundnoble added this pull request to the merge queue Feb 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 12, 2024
@edmundnoble edmundnoble added this pull request to the merge queue Feb 12, 2024
Merged via the queue into master with commit b0843b5 Feb 12, 2024
68 of 78 checks passed
@edmundnoble edmundnoble deleted the push-umszsnnrulxl branch February 12, 2024 23:46
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

Successfully merging this pull request may close these issues.

2 participants