[Bug]: UT TestKill got error panic BUG: StartStatement called twice
#16385
Labels
kind/bug
Something isn't working
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
f19ea2a
Other Environment Information
Actual Behavior
Expected Behavior
No response
Steps to Reproduce
getParameterUnit(...)
func getParameterUnit(configFile string, eng engine.Engine, txnClient TxnClient) (*mo_config.ParameterUnit, error) { sv, err := getSystemVariables(configFile) if err != nil { return nil, err } + sv.SetDefaultValues() pu := mo_config.NewParameterUnit(sv, eng, txnClient, engine.Nodes{}) return pu, nil }
TestKill
Additional information
No response
The text was updated successfully, but these errors were encountered: