Skip to content

Commit 2b89d16

Browse files
committed
Added preview data to debug issue in epoch 372
1 parent ce878a6 commit 2b89d16

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed
228 KB
Binary file not shown.
224 KB
Binary file not shown.
230 KB
Binary file not shown.
227 KB
Binary file not shown.

validation/src/test/java/org/cardanofoundation/rewards/validation/EpochValidationTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ public void testCalculateEpochRewardsWithDbSyncDataProvider(int epoch) {
118118
testCalculateEpochPots(epoch, dbSyncDataProvider, false);
119119
}
120120

121+
@Test
122+
public void testCalculateEpochRewardsWithDbSyncDataProvider137() {
123+
testCalculateEpochPots(372, jsonDataProvider, false);
124+
}
125+
121126
@ParameterizedTest
122127
@MethodSource("dataProviderEpochRange")
123128
public void testCalculateEpochRewardsWithJsonDataProvider(int epoch) {
@@ -139,7 +144,7 @@ public void testYoungerEpochRewardsWithJsonDataProvider(int epoch) {
139144
@Test
140145
@EnabledIf(expression = "#{environment.acceptsProfiles('db-sync')}", loadContext = true, reason = "DB Sync data provider must be available for this test")
141146
public void testCalculateEpochRewardsForEpoch417() {
142-
testCalculateEpochPots(417, dbSyncDataProvider, true);
147+
testCalculateEpochPots(181, dbSyncDataProvider, true);
143148
}
144149

145150
@Test

0 commit comments

Comments
 (0)