Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added total 198 replay cases for maven demo. #90

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

kingkong-AI
Copy link
Contributor

Added total 198 replay cases for maven demo
131-17 = 114 new cases added.

@TheAmg TheAmg merged commit a61e1d8 into main Jun 25, 2024
2 of 4 checks passed
@TheAmg TheAmg deleted the replay-add-akj branch June 25, 2024 12:34
@kartikeytewari-ul
Copy link
Contributor

This is breaking for these test cases:

ReplayTest("ResponseEntityOps.getOkString - normal", TestResult.PASS),
ReplayTest("ResponseEntityOps.getOkUser - normal", TestResult.PASS),
ReplayTest("ResponseEntityOps.getUserOf - normal", TestResult.PASS),
ReplayTest("ResponseEntityOps.createWithCode - normal", TestResult.PASS)

When you replace them with this they pass:

ReplayTest("org.unlogged.demo.controller.ResponseEntityOps.getOkString - normal", TestResult.PASS),
ReplayTest("org.unlogged.demo.controller.ResponseEntityOps.getOkUser - normal", TestResult.PASS),
ReplayTest("org.unlogged.demo.controller.ResponseEntityOps.getUserOf - normal", TestResult.PASS),
ReplayTest("org.unlogged.demo.controller.ResponseEntityOps.createWithCode - normal", TestResult.PASS),

Also, in unlogged-spring-maven-demo there are two test cases:

  1. org.unlogged.demo.controller.ResponseEntityOps.getOkString - normal
  2. ResponseEntityOps.getOkString - normal

are these both needed, can the second one be deleted?

@kingkong-AI
Copy link
Contributor Author

There is a file with incorrect filename that is interferring and causing issues. Deleted it. Will push the updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants