-
Notifications
You must be signed in to change notification settings - Fork 157
feat: no op scheduler #12530
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: no op scheduler #12530
Conversation
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
Node: HAPI Test (Restart) Results2 tests 2 ✅ 5m 38s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results1 tests 1 ✅ 20s ⏱️ For more details on these parsing errors, see this check. Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results207 tests 207 ✅ 21m 25s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
...ds-common/src/main/java/com/swirlds/common/wiring/schedulers/builders/TaskSchedulerType.java
Show resolved
Hide resolved
...-sdk/swirlds-common/src/main/java/com/swirlds/common/wiring/wires/output/NoOpOutputWire.java
Show resolved
Hide resolved
...-sdk/swirlds-common/src/main/java/com/swirlds/common/wiring/wires/output/NoOpOutputWire.java
Outdated
Show resolved
Hide resolved
...wirlds-platform-core/src/main/java/com/swirlds/platform/wiring/PlatformSchedulersConfig.java
Show resolved
Hide resolved
Node: HAPI Test (Crypto) Results311 tests 311 ✅ 41m 32s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results433 tests 423 ✅ 40m 53s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 54m 0s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results521 tests 521 ✅ 1h 7m 39s ⏱️ Results for commit f61f7ad. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 272 files +1 2 272 suites +1 2h 25m 21s ⏱️ - 4m 7s Results for commit f61f7ad. ± Comparison against base commit adf9713. This pull request removes 3960 and adds 3731 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Cody Littley <[email protected]>
...ds-common/src/main/java/com/swirlds/common/wiring/schedulers/internal/NoOpTaskScheduler.java
Show resolved
Hide resolved
Signed-off-by: Cody Littley <[email protected]>
closes #12528