Skip to content

Commit

Permalink
fix: remove call replay verify (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdayuan1 authored Dec 18, 2023
1 parent 1d8e97b commit 6d19a8c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arex-storage-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.0.51</version>
<version>1.0.52</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.0.51</version>
<version>1.0.52</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion arex-storage-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<parent>
<artifactId>arex-storage-service</artifactId>
<groupId>com.arextest</groupId>
<version>1.0.51</version>
<version>1.0.52</version>
</parent>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public <T extends Mocker> boolean putRecordResult(MockCategoryType category, Str
while (valueIterator.hasNext()) {
T value = valueIterator.next();
mockList.add(value);
// Determine whether grouping through operation is necessary
if (!shouldRecordCallReplayMax) {
continue;
}
byte[] recordOperationKey = CacheKeyUtils.buildRecordOperationKey(category, recordId,
getOperationNameWithCategory(value));
int count = updateMapsAndGetCount(mockSequenceKeyMaps, recordOperationKey);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,5 @@
<url>https://github.com/arextest/arex-storage</url>


<version>1.0.51</version>
<version>1.0.52</version>
</project>

0 comments on commit 6d19a8c

Please sign in to comment.