hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 119 forks source link

fix: passing upgrade `@HapiTest` #13992

Closed tinker-michaelj closed 1 day ago

tinker-michaelj commented 1 week ago

Description:

And includes fixes on consensus node:

  1. Avoids MutabilityException in thread that unzips 0.0.150 and writes marker file for PREPARE_UPGRADE by first assembling the list of active nodes from the ReadableNodeStore.
  2. Writes nextNodeId line to generated config.txt.
  3. Allows iteration over the data source of a OnDiskWritableKVState per conversations with @artemananiev .
  4. In SocketFactory#configureAndBind(), sets SO_REUSEADDR first before binding, as it lacks the desired effect otherwise and leads to many PortBindingExceptions in restart and reconnect tests.
github-actions[bot] commented 1 week ago

Node: HAPI Test (Token) Results

 20 files   20 suites   5m 41s :stopwatch: 266 tests 266 :white_check_mark: 0 :zzz: 0 :x: 341 runs  341 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Node Death Reconnect) Results

3 tests   3 :white_check_mark:  4m 56s :stopwatch: 3 suites  0 :zzz: 3 files    0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Restart) Results

3 tests   3 :white_check_mark:  4m 42s :stopwatch: 3 suites  0 :zzz: 3 files    0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Crypto) Results

 24 files   24 suites   12m 26s :stopwatch: 362 tests 362 :white_check_mark: 0 :zzz: 0 :x: 369 runs  369 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Misc) Results

 51 files   51 suites   20m 17s :stopwatch: 357 tests 357 :white_check_mark: 0 :zzz: 0 :x: 375 runs  375 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Smart Contract) Results

 73 files   73 suites   26m 7s :stopwatch: 623 tests 623 :white_check_mark: 0 :zzz: 0 :x: 677 runs  677 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: HAPI Test (Time Consuming) Results

19 tests   19 :white_check_mark:  22m 55s :stopwatch:  4 suites   0 :zzz:  4 files     0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Node: Unit Test Results

  1 540 files    1 540 suites   3h 33m 37s :stopwatch: 115 764 tests 115 705 :white_check_mark: 59 :zzz: 0 :x: 124 079 runs  124 020 :white_check_mark: 59 :zzz: 0 :x:

Results for commit 4332c852.

:recycle: This comment has been updated with latest results.