You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hedera-node/hapi-utils/src/main/java/com/hedera/node/app/hapi/utils/exports/recordstreaming/RecordStreamingUtils.java
Copy file name to clipboardExpand all lines: hedera-node/hapi-utils/src/test/resources/forensics/CaseOfTheAbsentResult/node0/sidecar/2022-12-05T14_23_46.192841556Z_01.mf
Copy file name to clipboardExpand all lines: hedera-node/hedera-app/src/main/java/com/hedera/node/app/records/impl/producers/formats/v6/BlockRecordWriterV6.java
Copy file name to clipboardExpand all lines: hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/handle/record/impl/producers/formats/v6/BlockRecordWriterV6Test.java
+17
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,11 @@ void writingTest(final List<SingleTransactionRecord> singleTransactionRecords) t
360
360
361
361
// Check that the sidecar file exists (if the block records produced any sidecars)
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/junit/support/StreamFileAlterationListener.java
Copy file name to clipboardExpand all lines: hedera-node/test-clients/src/main/java/com/hedera/services/bdd/spec/utilops/streams/assertions/EventualRecordStreamAssertion.java
+18-2
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ public class EventualRecordStreamAssertion extends AbstractEventualStreamAsserti
35
35
@Nullable
36
36
privateRecordStreamAssertionassertion;
37
37
38
+
privatebooleanneedsBackgroundTraffic = false;
39
+
38
40
/**
39
41
* Returns an {@link EventualRecordStreamAssertion} that will pass as long as the given assertion does not
40
42
* throw an {@link AssertionError} before its timeout.
@@ -43,7 +45,7 @@ public class EventualRecordStreamAssertion extends AbstractEventualStreamAsserti
0 commit comments