mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 09:37:09 +00:00
Add 2 server
This commit is contained in:
parent
eae9a3069e
commit
ee86dd2e47
1 changed files with 13 additions and 0 deletions
13
main_test.go
13
main_test.go
|
|
@ -136,3 +136,16 @@ func TestSingleServerOneOverlord(t *testing.T) {
|
|||
initClient(t, s.URL)
|
||||
oclient.conn.Close()
|
||||
}
|
||||
|
||||
//func TestTwoServerOneOverlord(t *testing.T) {
|
||||
//o := initOverlord()
|
||||
//defer o.Close()
|
||||
//// Init slave server
|
||||
//s1 := initServer(t, o.URL)
|
||||
//defer s1.Close()
|
||||
//s2 := initServer(t, o.URL)
|
||||
//defer s2.Close()
|
||||
|
||||
//initClient(t, s1.URL)
|
||||
//oclient.conn.Close()
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue