You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("node %d: file %q did not show up afer %d seconds", nodeNum, ts.nodes[nodeNum].listeningURLFile, ts.serverArgs.pollListenURLTimeoutSeconds)
790
+
}
783
791
iflen(data) ==0 {
784
-
panic("empty connection string")
792
+
returnfmt.Errorf("node %d: listening URL file %q is empty", nodeNum, ts.nodes[nodeNum].listeningURLFile)
785
793
}
786
794
787
795
u, err:=url.Parse(string(bytes.TrimSpace(data)))
788
796
iferr!=nil {
789
797
returnfmt.Errorf("failed to parse SQL URL: %w", err)
0 commit comments