build: update goctl dependency ddl-parser to v1.0.3 (#1586)
* build: update goctl dependency ddl-parser to v1.0.3 * fix: race condition when testing logx Resolves: #1587
This commit is contained in:
@@ -84,9 +84,9 @@ func TestTraceInfo(t *testing.T) {
|
||||
|
||||
func TestTraceInfoConsole(t *testing.T) {
|
||||
old := encoding
|
||||
encoding = plainEncodingType
|
||||
setEncoding(jsonEncodingType)
|
||||
defer func() {
|
||||
encoding = old
|
||||
setEncoding(old)
|
||||
}()
|
||||
|
||||
var buf mockWriter
|
||||
|
||||
Reference in New Issue
Block a user