yew1eb opened a new pull request, #1618:
URL: https://github.com/apache/auron/pull/1618
# Which issue does this PR close?
Closes #1617 .
# Rationale for this change
Enhances thread safety in `AuronSQLTestHelper.withEnvConf`, allowing
independent modification of `SQLConf` for each unit test.
# What changes are included in this PR?
+ Updated `AuronSQLTestHelper.withEnvConf` for thread-safe handling of
`SQLConf`.
+ Ensured configuration changes in tests do not interfere with each other.
# Are there any user-facing changes?
No.
# How was this patch tested?
Ran `mvn test`, passing all unit tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]