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

chore: replacing minGenNonAncient data flow with NonAncientEventWindow #10597

Merged
merged 16 commits into from
Dec 29, 2023

fixing unit test

bec38a4
Select commit
Loading
Failed to load commit list.
Merged

chore: replacing minGenNonAncient data flow with NonAncientEventWindow #10597

fixing unit test
bec38a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 28, 2023 in 0s

42.51% of diff hit (target 62.82%)

View this Pull Request on Codecov

42.51% of diff hit (target 62.82%)

Annotations

Check warning on line 698 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/ConsensusImpl.java#L697-L698

Added lines #L697 - L698 were not covered by tests

Check warning on line 913 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L912-L913

Added lines #L912 - L913 were not covered by tests

Check warning on line 918 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L916-L918

Added lines #L916 - L918 were not covered by tests

Check warning on line 1071 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1069-L1071

Added lines #L1069 - L1071 were not covered by tests

Check warning on line 1075 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1073-L1075

Added lines #L1073 - L1075 were not covered by tests

Check warning on line 1214 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1212-L1214

Added lines #L1212 - L1214 were not covered by tests

Check warning on line 1218 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/SwirldsPlatform.java#L1216-L1218

Added lines #L1216 - L1218 were not covered by tests

Check warning on line 146 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java#L143-L146

Added lines #L143 - L146 were not covered by tests

Check warning on line 227 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/EventIntake.java#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 113 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L110-L113

Added lines #L110 - L113 were not covered by tests

Check warning on line 163 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 165 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/components/LinkedEventIntake.java#L165

Added line #L165 was not covered by tests

Check warning on line 56 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L56

Added line #L56 was not covered by tests

Check warning on line 60 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L60

Added line #L60 was not covered by tests

Check warning on line 72 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L72

Added line #L72 was not covered by tests

Check warning on line 127 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L127

Added line #L127 was not covered by tests

Check warning on line 137 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/consensus/NonAncientEventWindow.java#L133-L137

Added lines #L133 - L137 were not covered by tests

Check warning on line 106 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java#L106

Added line #L106 was not covered by tests

Check warning on line 117 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java#L117

Added line #L117 was not covered by tests

Check warning on line 138 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java#L138

Added line #L138 was not covered by tests

Check warning on line 156 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/AsyncEventCreationManager.java#L156

Added line #L156 was not covered by tests

Check warning on line 143 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/EventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/EventCreationManager.java#L143

Added line #L143 was not covered by tests

Check warning on line 127 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/EventCreationManagerFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/EventCreationManagerFactory.java#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 188 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/SyncEventCreationManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/SyncEventCreationManager.java#L188

Added line #L188 was not covered by tests

Check warning on line 72 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetEventCreator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/event/creation/tipset/TipsetEventCreator.java#L72

Added line #L72 was not covered by tests