Skip to content

Commit 228d1b7

Browse files
committed
Revert "datachecker 支持 qualitis v7"
This reverts commit 4950d5e.
1 parent 9450632 commit 228d1b7

File tree

1 file changed

+1
-1
lines changed
  • dss-appconn/appconns/dss-datachecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/datachecker

1 file changed

+1
-1
lines changed

dss-appconn/appconns/dss-datachecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/datachecker/DataChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void begineCheck(DataCheckerExecutionAction action){
9797
}
9898
if(success) {
9999
dataCheckerAction.setState(RefExecutionState.Success);
100-
} else if (dataCheckerAction.getState() != RefExecutionState.Failed) {
100+
}else {
101101
dataCheckerAction.setState(RefExecutionState.Running);
102102
}
103103
}

0 commit comments

Comments
 (0)