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
When multiple Function tests run, the unit test will call DB::registerFunctions() multiple times, then in the InterpreterTest::SetUpTestCase(), it will raise an exception, lead to the DB::registerAggregationFunction() not called.
It's better to wrap it into anthor "try...catch block".
Current code:
Modified code:
Bug Report
Thanks to @SchrodingerZhu. He ran across this bug and helped me figure out how it happened.
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
All test passed.
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
Nightly
The text was updated successfully, but these errors were encountered: