-
Notifications
You must be signed in to change notification settings - Fork 0
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
207 test tarball runner + tweak rpc client logging #242
207 test tarball runner + tweak rpc client logging #242
Conversation
Currently successful compilation when providing a PLUGIN_DIR with a checkout of blockchain-k-plugin and NIX_LIBS=... things required to link openssl and procps, outside nix. Should be extended/modified to work within nix
test/rpc-integration/resources/foundry-bug-report.tar.gz.kompile
Outdated
Show resolved
Hide resolved
This reverts commit 49482c4.
Turns out this somehow helps the M1 runner... (???)
@@ -8,14 +8,18 @@ | |||
haskell-nix.follows = "haskell-backend/haskell-nix"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that we are testing with a 5.6 version of K here... but upgrading seems to cause issues with the index-state being too new so I left that for a follow-up.
test/rpc-integration/default.nix
Outdated
@@ -16,7 +16,7 @@ let | |||
export ${f} | |||
'') buildFlags} | |||
export SERVER=${kore-rpc-booster}/bin/kore-rpc-booster | |||
export CLIENT=${rpc-client}/bin/rpc-client | |||
export CLIENT="${rpc-client}/bin/rpc-client -l debug" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran with debug logging to analyse the M1 failure but it is flaky... passed on the 2nd run after truncating some output on the first run.
Hopefully this won't become a problem later if/when we merge this.
rpc-client
:MonadLogger
and a log-level option^C
or sendingSIGINT
)rpc_*
directories, with their respective pathFixes #207