Skip to content

feat: Automate scheduler construction for the event deduplicator #12527

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 2 commits into from
Apr 3, 2024

Conversation

cody-littley
Copy link
Contributor

closes #12526

@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 a review from a team as a code owner April 3, 2024 13:14
@cody-littley cody-littley changed the title Automate scheduler construction for the event deduplicator. feat: Automate scheduler construction for the event deduplicator Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Restart) Results

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

Results for commit e4d2587.

♻️ 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 ✅  25s ⏱️
1 suites  0 💤
2 files    0 ❌
1 errors

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

Results for commit e4d2587.

♻️ 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 ✅  18m 26s ⏱️
 16 suites    0 💤
 16 files      0 ❌

Results for commit e4d2587.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: HAPI Test (Crypto) Results

310 tests   310 ✅  42m 13s ⏱️
 25 suites    0 💤
 25 files      0 ❌

Results for commit e4d2587.

♻️ 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 ✅  37m 14s ⏱️
 75 suites   10 💤
 75 files      0 ❌

Results for commit e4d2587.

♻️ 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 20s ⏱️
 3 suites   0 💤
 3 files     0 ❌

Results for commit e4d2587.

♻️ 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 47s ⏱️
 57 suites    0 💤
 57 files      0 ❌

Results for commit e4d2587.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Apr 3, 2024

Node: Unit Test Results

  2 271 files  ±0    2 271 suites  ±0   1h 56m 44s ⏱️ - 1h 12m 19s
112 213 tests ±0  112 117 ✅ ±0  96 💤 ±0  0 ❌ ±0 
120 695 runs  ±0  120 598 ✅ ±0  97 💤 ±0  0 ❌ ±0 

Results for commit e4d2587. ± Comparison against base commit 488d80c.

This pull request removes 3968 and adds 3738 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: c1a0ff5d2372b53d12d12bb87dd03f5…
   Address[id=0,nickname=Austin,selfName=aaaa,weight=1000,hostnameInternal=127.0.0.1,portInternalIpv4=10130,hostnameExternal=68.97.158.172,portExternalIpv4=28219,sigPublicKey=<null>,agreePublicKey=<null>,sigCert=com.swirlds.platform.crypto.SerializableX509Certificate@48d40212,agreeCert=com.swirlds.platform.crypto.SerializableX509Certificate@8843c51,memo=sn4GCsvZFe],
…
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@a185b941
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [11] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@a0ed0287
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [12] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@d6e7f744
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [13] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@9cdec997
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [14] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@9fb8adb0
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [15] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@ec8b8281
com.hedera.node.app.service.mono.state.codec.VirtualKeySerdesAdapterTest ‑ [16] com.hedera.node.app.service.mono.state.codec.VirtualBlobKey@822cfe80
…

@cody-littley cody-littley merged commit adf9713 into develop Apr 3, 2024
@cody-littley cody-littley deleted the 12526-automate-deduplicator branch April 3, 2024 20:34
netopyr added a commit that referenced this pull request Apr 4, 2024
* develop:
  feat: Introduce software update admin (#12489)
  feat: Remove getOtherId (#12465)
  fix: tokenAssociate throws IndexOutOfBoundsException (#12552)
  fix: enable HelloWorldEthereumSuite hapi tests (#11602)
  fix: tokenAssociate throws IndexOutOfBoundsException (#12453)
  fix: treat an out-of-range allowance amount as an invalid op (#12445)
  feat: restrict qualified delegates to appropriate transfer functions only (#12358)
  feat: move the JVM anchor into the wiring model (#12534)
  feat: Automate scheduler construction for the event deduplicator (#12527)
  feat: cleaner wiring for complete state nexus (#12502)
  fix: finalize stake metadata only once per transaction (#12537)
  feat: platform component builder (#12499)
  feat: address book serializes text hostnames (#12515)
  feat: improve bottom half of the wiring diagram (#12511)
  refactor: Migrate some tests to use event test util (#12471)
  test: security v2 model - add test for token associate with callcode (#12168)
  chore: Added extra-checks to prevent unchecked submits (#12436)
  chore: Change owner of DEV configuration (#12523)
  feat: construct schedulers automatically (#12504)
  feat: Cherry-pick: Pass Metrics to created VirtualMaps (#12495)

# Conflicts:
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/workflows/handle/HandleContextImpl.java
@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.

Automate scheduler construction for event deduplicator
3 participants