Skip to content
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

old logging API moved to legacy package #8459

Merged
merged 13 commits into from Nov 1, 2023
Merged

old logging API moved to legacy package #8459

merged 13 commits into from Nov 1, 2023

Conversation

hendrikebbers
Copy link
Member

as preparation for #5424

Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Node: Unit Test Results

    2 259 files      2 259 suites   1h 36m 27s ⏱️
118 232 tests 118 198 ✔️ 34 💤 0
126 491 runs  126 457 ✔️ 34 💤 0

Results for commit 29d4630.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Node: E2E Test Results

    1 files      1 suites   20m 58s ⏱️
310 tests 310 ✔️ 0 💤 0
332 runs  332 ✔️ 0 💤 0

Results for commit 29d4630.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c85c433) 0.00% compared to head (29d4630) 65.23%.

Additional details and impacted files
@@              Coverage Diff               @@
##             develop    #8459       +/-   ##
==============================================
+ Coverage           0   65.23%   +65.23%     
- Complexity         0    29595    +29595     
==============================================
  Files              0     3258     +3258     
  Lines              0   124187   +124187     
  Branches           0    12867    +12867     
==============================================
+ Hits               0    81011    +81011     
- Misses             0    40118    +40118     
- Partials           0     3058     +3058     
Files Coverage Δ
...pp/service/mono/stream/RecordStreamFileWriter.java 99.15% <ø> (ø)
...s/demo/consistency/ConsistencyTestingToolMain.java 0.00% <ø> (ø)
.../demo/consistency/ConsistencyTestingToolState.java 0.00% <ø> (ø)
...s/demo/consistency/TransactionHandlingHistory.java 88.31% <ø> (ø)
...om/swirlds/demo/merkle/map/FCMTransactionPool.java 4.39% <ø> (ø)
.../com/swirlds/demo/platform/FCMQueryController.java 0.00% <ø> (ø)
...swirlds/demo/platform/PlatformTestingToolMain.java 0.00% <ø> (ø)
...wirlds/demo/platform/PlatformTestingToolState.java 9.68% <ø> (ø)
.../com/swirlds/demo/platform/PttTransactionPool.java 20.96% <ø> (ø)
...irlds/demo/platform/SyntheticBottleneckConfig.java 0.00% <ø> (ø)
... and 252 more

... and 2996 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Node: Integration Test Results

280 tests   280 ✔️  32m 45s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit 29d4630.

♻️ This comment has been updated with latest results.

cody-littley
cody-littley previously approved these changes Sep 8, 2023
Copy link
Contributor

@cody-littley cody-littley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validator code currently living in the regression repo currently depends on log payloads, so make sure you also create a branch there. These branches should be merged simultaneously (or as near to simultaneous as possible).

Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
netopyr
netopyr previously approved these changes Sep 11, 2023
Copy link
Contributor

@netopyr netopyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in regards to hedera-node

OlegMazurov
OlegMazurov previously approved these changes Oct 6, 2023
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
@sonarcloud
Copy link

sonarcloud bot commented Oct 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

nathanklick
nathanklick previously approved these changes Oct 23, 2023
@timo0 timo0 self-assigned this Oct 26, 2023
@timo0 timo0 added this to the v0.44 milestone Oct 26, 2023
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>

# Conflicts:
#	platform-sdk/platform-apps/tests/AddressBookTestingTool/src/main/java/com/swirlds/demo/addressbook/AddressBookTestingToolMain.java
#	platform-sdk/platform-apps/tests/PlatformTestingTool/src/main/java/com/swirlds/demo/platform/PlatformTestingToolState.java
#	platform-sdk/platform-apps/tests/StatsSigningTestingTool/src/main/java/com/swirlds/demo/stats/signing/SttTransactionPool.java
#	platform-sdk/swirlds-common/src/main/java/com/swirlds/common/crypto/engine/EcdsaSecp256k1Verifier.java
#	platform-sdk/swirlds-common/src/main/java/com/swirlds/common/scratchpad/Scratchpad.java
#	platform-sdk/swirlds-jasperdb/src/main/java/com/swirlds/merkledb/MerkleDbDataSource.java
#	platform-sdk/swirlds-jasperdb/src/main/java/com/swirlds/merkledb/files/DataFileCommon.java
#	platform-sdk/swirlds-jasperdb/src/main/java/com/swirlds/merkledb/files/MemoryIndexDiskKeyValueStore.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/Browser.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusRounds.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/Crypto.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatformBuilder.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetTracker.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetWeightCalculator.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/linking/OrphanBufferingLinker.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/validation/SignatureValidator.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/sync/SyncManagerImpl.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/network/SocketConnection.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/network/connectivity/InboundConnectionHandler.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/recovery/EventRecoveryWorkflow.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/SwirldStateManagerImpl.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/address/AbstractAddressBookStore.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/address/AddressBookManagerImpl.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/iss/ConsensusHashManager.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/signed/SignedStateFileUtils.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/signed/StartupStateUtils.java
# Conflicts:
#	platform-sdk/swirlds-common/src/main/java/com/swirlds/common/merkle/synchronization/internal/TeacherSendingThread.java
#	platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/linking/InOrderLinker.java
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
@timo0 timo0 merged commit ea89f76 into develop Nov 1, 2023
13 of 15 checks passed
@timo0 timo0 deleted the logging-to-legacy branch November 1, 2023 10:27
petreze pushed a commit that referenced this pull request Nov 2, 2023
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
Co-authored-by: Timo Brandstätter <timo@swirldslabs.com>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
imalygin pushed a commit that referenced this pull request Nov 13, 2023
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
Co-authored-by: Timo Brandstätter <timo@swirldslabs.com>
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.

None yet

10 participants