-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(jstzd): launch jstzd server with cli #685
base: main
Are you sure you want to change the base?
Conversation
5ef5615
to
ed89ae9
Compare
0f93c72
to
324afd1
Compare
Codecov ReportAttention: Patch coverage is
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
ed89ae9
to
05b4280
Compare
324afd1
to
823b3bc
Compare
9b750d2
to
3634975
Compare
3a00b63
to
b79b8e9
Compare
3634975
to
8f641be
Compare
c259d03
to
797bb89
Compare
d054009
to
0fbc41e
Compare
620f38f
to
afc6f81
Compare
0fbc41e
to
efd416c
Compare
afc6f81
to
cefaabc
Compare
efd416c
to
da0470e
Compare
cefaabc
to
f69ed4b
Compare
da0470e
to
dcddb24
Compare
f69ed4b
to
a09fb96
Compare
dcddb24
to
6e2db30
Compare
a09fb96
to
27a422d
Compare
.is_success()); | ||
handle | ||
.join() | ||
.expect("jstzd should have been taken down without any error"); |
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.
add a TODO for checking the rollup / jstz_node later?
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.
🛳️
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.
LGTM!
6e2db30
to
bb610b7
Compare
27a422d
to
4fd53ec
Compare
Context
Completes JSTZ-168.
JSTZ-168
Description
Spins up jstzd server on
jstzd run <config_path>
. It makes things easier if we wait a bit for jstzd before spinning up jstzd server, so I made some changes to that part.Threading is necessary in the tests because
assert_cmd
unfortunately does not handle async yet.Manually testing the PR