Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ startReconnectServer
Function
startReconnectServer
test/reconnect_test.go:35–37 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
33
)
34
35
func
startReconnectServer(t *testing.T) *server.Server {
36
return
RunServerOnPort(TEST_PORT)
37
}
38
39
func
TestReconnectTotalTime(t *testing.T) {
40
opts := nats.GetDefaultOptions()
Callers
10
TestReconnectDisallowedFlags
Function · 0.85
TestReconnectAllowedFlags
Function · 0.85
TestConnCloseBreaksReconnectLoop
Function · 0.85
TestBasicReconnectFunctionality
Function · 0.85
TestExtendedReconnectFunctionality
Function · 0.85
TestQueueSubsOnReconnect
Function · 0.85
TestIsClosed
Function · 0.85
TestIsReconnectingAndStatus
Function · 0.85
TestFullFlushChanDuringReconnect
Function · 0.85
TestConnCloseNoCallback
Function · 0.85
Calls
1
RunServerOnPort
Function · 0.70
Tested by
no test coverage detected