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.
*Improve logging in TransactionalTEL*
This commit makes the logging in TransactionalTestExecutionListener
consistent for both starting and ending transactions. Specifically,
the current TestContext is now included in the informational log
statement when starting a new transaction.
Sam Brannen opened SPR-11323 and commented
Status Quo
TransactionalTestExecutionListener.endTransaction()
includes theTestContext
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
startNewTransaction()
also includes the currentTestContext
in logging output.Affects: 3.0 GA
Issue Links:
Referenced from: commits 6e30851
The text was updated successfully, but these errors were encountered: