mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
The tool is started with the "-ignore" flag to ignore warning SA2002 which corresponds to invoking t.Fatalf (and the like) in a go routine. Calling t.Fatalf in a go routine may produce a race condition. The rationale for ignoring this warning is that if a test executes the t.Fatalf() line it is that we have a problem either with test or code that should be fixed.
14 KiB
14 KiB