You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransactionalTestExecutionListener.endTransaction() includes the TestContext in trace logging output; however, TransactionalTestExecutionListener.startNewTransaction() currently does not include it in its info logging output, thus making it more difficult to debug.
Deliverables
Ensure that startNewTransaction() also includes the current TestContext in logging output.