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.
Sam Brannen opened SPR-11323 and commented
Status Quo
TransactionalTestExecutionListener.endTransaction()includes theTestContextin trace logging output; however,TransactionalTestExecutionListener.startNewTransaction()currently does not include it in its info logging output, thus making it more difficult to debug.Deliverables
startNewTransaction()also includes the currentTestContextin logging output.Affects: 3.0 GA
Issue Links:
Referenced from: commits 6e30851