Skip to content

Commit

Permalink
feat: ReplayPlan add status test_finish
Browse files Browse the repository at this point in the history
  • Loading branch information
dw.meng committed Jan 20, 2025
1 parent 1f8c4a8 commit 9eecf73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>2.0.6</version>
<version>2.0.7</version>
</parent>

<profiles>
Expand Down Expand Up @@ -337,5 +337,5 @@
</properties>
</profile>
</profiles>
<version>2.0.6</version>
<version>2.0.7</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public boolean finish(String planId) {
return updateResult.getModifiedCount() > 0;
}

public boolean updateReplayPlanStageInfo(String planId,List<ReplayPlanStageInfo> replayPlanStageList ) {
public boolean updateReplayPlanStageInfo(String planId, List<ReplayPlanStageInfo> replayPlanStageList) {
Query query = Query.query(Criteria.where(DASH_ID).is(planId));
Update update = MongoHelper.getUpdate();
update.set(ReplayPlanCollection.Fields.REPLAY_PLAN_STAGE_LIST, replayPlanStageList);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@
<url>https://github.com/arextest/arex-replay-schedule</url>
</scm>
<url>https://github.com/arextest/arex-replay-schedule</url>
<version>2.0.6</version>
<version>2.0.7</version>
</project>

0 comments on commit 9eecf73

Please sign in to comment.