Skip to content

Commit

Permalink
feat: test spring-seata-dubbo-saga e2e case
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlgod committed Oct 26, 2024
1 parent 7dae3a3 commit 166295f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ConfigConstants {
public static final String IMAGE_DIR = "tmp/images";
public static final String SCENE_DIR = "tmp/scene-test";
public static final String REPLACE_DIR = "tmp/replace";
public static final String SEATA_E2E_FILE = "seata-e2e1.yaml";
public static final String SEATA_E2E_FILE = "seata-e2e.yaml";
public static final String E2E_FILES = "e2e-files";
public static final String COMPOSE_FILE = "docker-compose.yaml";
public static final String SKY_WALKING_E2E_FILE = "e2e.yaml";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ public static void main(String[] args) throws InterruptedException {
if (isInE2ETest()) {
String res = "{\"res\": \"commit\"}";
writeE2EResFile(res, "commit.yaml");
}
if (isInE2ETest()) {
String res = "{\"res\": \"rollback\"}";
res = "{\"res\": \"rollback\"}";
writeE2EResFile(res, "rollback.yaml");
}
//keep run
Expand Down

0 comments on commit 166295f

Please sign in to comment.