Skip to content

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

Merged
merged 6 commits into from
Apr 4, 2024
Merged

feat: no op scheduler #12530

merged 6 commits into from
Apr 4, 2024

Conversation

cody-littley
Copy link
Contributor

closes #12528

Cody Littley added 4 commits April 3, 2024 08:57
Signed-off-by: Cody Littley <[email protected]>
Signed-off-by: Cody Littley <[email protected]>
@cody-littley cody-littley added this to the v0.49 milestone Apr 3, 2024
@cody-littley cody-littley self-assigned this Apr 3, 2024
@cody-littley cody-littley requested review from a team as code owners April 3, 2024 15:49
Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Restart) Results

2 tests   2 ✅  5m 38s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Node Death Reconnect) Results

1 tests   1 ✅  20s ⏱️
1 suites  0 💤
2 files    0 ❌
1 errors

For more details on these parsing errors, see this check.

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Token) Results

207 tests   207 ✅  21m 25s ⏱️
 16 suites    0 💤
 16 files      0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Crypto) Results

311 tests   311 ✅  41m 32s ⏱️
 25 suites    0 💤
 25 files      0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Misc) Results

433 tests   423 ✅  40m 53s ⏱️
 75 suites   10 💤
 75 files      0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Time Consuming) Results

21 tests   21 ✅  54m 0s ⏱️
 3 suites   0 💤
 3 files     0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Smart Contract) Results

521 tests   521 ✅  1h 7m 39s ⏱️
 57 suites    0 💤
 57 files      0 ❌

Results for commit f61f7ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: Unit Test Results

  2 272 files  +1    2 272 suites  +1   2h 25m 21s ⏱️ - 4m 7s
112 214 tests +1  112 118 ✅ +1  96 💤 ±0  0 ❌ ±0 
120 696 runs  +1  120 599 ✅ +1  97 💤 ±0  0 ❌ ±0 

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.

  
             IssuerDN: CN=s-aaaa
            SubjectDN: CN=s-aaaa
           Final Date: Fri Jan 01 00:00:00 UTC 2100
           Public Key: RSA Public Key [2e:28:bc:1e:d3:83:25:92:8e:cb:98:b1:b6:84:06:9c:d5:d8:14:d5],[56:66:d1:a4]
           Start Date: Sat Jan 01 00:00:00 UTC 2000
         SerialNumber: 12482092706667292405
        modulus: c1a0ff5d2372b53d12d12bb87dd03f5e…
        modulus: c1a0ff5d2372b53d12d12bb87dd03f5…
…
com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [4] 

com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [6] 

com.hedera.node.app.grpc.impl.netty.GrpcServiceBuilderTest ‑ [7]   
  
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [10] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@d7037499
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [11] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@31f4ef63
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [12] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@bddd8533
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [13] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@2ec80ccf
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [14] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@a642a281
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [15] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@79962496
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [16] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@c9720fc5
…

♻️ This comment has been updated with latest results.

Signed-off-by: Cody Littley <[email protected]>
litt3
litt3 previously approved these changes Apr 3, 2024
@cody-littley cody-littley merged commit d2bc9c3 into develop Apr 4, 2024
@cody-littley cody-littley deleted the 12528-no-op-scheduler branch April 4, 2024 14:52
@poulok poulok modified the milestones: v0.49, v0.50 Apr 10, 2024
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.

No Op Task Scheduler
5 participants