()
| 879 | } |
| 880 | |
| 881 | func isAsyncDispatcherRunning() bool { |
| 882 | strStacks := getStacks(true) |
| 883 | return strings.Contains(strStacks, "asyncCBDispatcher") |
| 884 | } |
| 885 | |
| 886 | func TestCallbacksOrder(t *testing.T) { |
| 887 | authS, authSOpts := RunServerWithConfig("./configs/tls.conf") |
no test coverage detected