feat(BaseServiceV2):End immediately when looping#2731
Conversation
🦋 Changeset detectedLatest commit: 1aae746 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
2225770 to
ea76a7b
Compare
ea76a7b to
ddd6279
Compare
|
Added do not merge because this should work but I haven't actually ran the code yet with latest changes |
4c8fd74 to
f40f179
Compare
|
Hey @roninjin10! This PR has merge conflicts. Please fix them before continuing review. |
f40f179 to
060676a
Compare
f59c504 to
18e6fe8
Compare
smartcontracts
left a comment
There was a problem hiding this comment.
I liked the old behavior of this.running better
058fdaf to
3511a72
Compare
|
Hey @roninjin10! This PR has merge conflicts. Please fix them before continuing review. |
3511a72 to
9e2a2a3
Compare
smartcontracts
left a comment
There was a problem hiding this comment.
Small typo, otherwise lgtm. Let's fix that then can approve and merge.
b9bc742 to
644d064
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
Merge failed. Please see automated check logs for more details. |
This reverts commit 18e6fe8.
58af274 to
1aae746
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
…2731) ## Description This PR integrates sysgo inside our testing framework and adds a CI job to ensure all our tests pass with sysgo enabled Reorganizes the e2e test folders. `common` contains tests to run both in sysgo and kurtosis. There are a few kurtosis tests we cannot run in sysgo yet such as: - CPU monitoring tests (doesn't make sense for in-memory mode) - Custom dev websocket tests (cannot access to custom websocket subscriptions through op-node devstack API)
The server does not end when we call stop because async loops do not end. This makes it so the async loop stops right away.