-
Notifications
You must be signed in to change notification settings - Fork 160
fix: 11507 Enabled logging exceptions processed by StandardWorkGroup into System.err. #12262
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
Conversation
ddd2f1a
to
82939c0
Compare
...dk/swirlds-benchmarks/src/jmh/java/com/swirlds/benchmark/reconnect/MerkleBenchmarkUtils.java
Outdated
Show resolved
Hide resolved
...rm-sdk/swirlds-common/src/main/java/com/swirlds/common/threading/pool/StandardWorkGroup.java
Show resolved
Hide resolved
Node: HAPI Test (Restart) Results2 tests 2 ✅ 5m 35s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results1 tests 1 ✅ 24s ⏱️ For more details on these parsing errors, see this check. Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results209 tests 209 ✅ 20m 56s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results316 tests 316 ✅ 42m 13s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results433 tests 423 ✅ 40m 48s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 54m 21s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results555 tests 555 ✅ 1h 4m 25s ⏱️ Results for commit ef7da71. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 280 files ±0 2 280 suites ±0 3h 24m 51s ⏱️ + 42m 25s Results for commit ef7da71. ± Comparison against base commit 653f57f. This pull request removes 3979 and adds 3744 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
8de4f67
to
309aec5
Compare
110bb03
to
9222d21
Compare
…System.err. Misc: Re-enabled tests in VirtualMapLargeReconnectTest Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
…le to override in tests. Signed-off-by: Ivan Malygin <[email protected]>
Signed-off-by: Ivan Malygin <[email protected]>
9222d21
to
5182609
Compare
...mmon/src/testFixtures/java/com/swirlds/common/test/fixtures/merkle/util/MerkleTestUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ivan Malygin <[email protected]>
Description:
Enabled logging exceptions processed by StandardWorkGroup into System.err. This should help with the tests failure investigations. Before this change the exceptions were just not logged at all in the testing context.
Misc: Re-enabled tests in VirtualMapLargeReconnectTest
Related issue(s):
Related to #11507
Notes for reviewer:
This change is not supposed to affect production code in any way. It was added for testing purposes only.