Skip to content

Commit

Permalink
Merge pull request #94 from unloggedio/recursive_setter_issue_replay
Browse files Browse the repository at this point in the history
Adding replay case to pipeline for recursive setter call issue
  • Loading branch information
TheAmg committed Jul 12, 2024
2 parents 5611780 + 2f560f5 commit fdb6dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/python/replay_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ def replay_target (target):
ReplayTest("PropertyServiceCEImpl.deleteById - normal", TestResult.PASS),
ReplayTest("PropertyServiceCEImpl.insertNew - normal", TestResult.PASS),
ReplayTest("PropertyServiceCEImpl.updateExisting - normal", TestResult.PASS),
ReplayTest("org.unlogged.demo.utils.ReferralUtils.generateReferralCode - normal", TestResult.PASS)
ReplayTest("org.unlogged.demo.utils.ReferralUtils.generateReferralCode - normal", TestResult.PASS),
ReplayTest("ClassUserController.setAndGetUser - recursive setter bug freq logging", TestResult.PASS)
]
)
# Target(
Expand Down

0 comments on commit fdb6dec

Please sign in to comment.