@@ -26,36 +26,36 @@ var _ = Describe("EndToEnd", func() {
26
26
It ("stop and restart successfully" , s .TestSucceeded )
27
27
})
28
28
29
- // Describe("Stop and Restart With Websockets", func() {
30
- // s := NewTestSuite(fsc.WebSocket, integration.NoReplication)
31
- // BeforeEach(s.Setup)
32
- // AfterEach(s.TearDown)
33
- // It("stop and restart successfully", s.TestSucceeded)
34
- // })
35
- //
36
- // Describe("Stop and Restart with Fabric With Replicas many to one", func() {
37
- // s := NewTestSuite(fsc.WebSocket, &integration.ReplicationOptions{
38
- // ReplicationFactors: map[string]int{
39
- // "alice": 4,
40
- // "bob": 1,
41
- // },
42
- // })
43
- // BeforeEach(s.Setup)
44
- // AfterEach(s.TearDown)
45
- // It("stop and restart successfully", s.TestSucceededWithReplicas)
46
- // })
47
- //
48
- // Describe("Stop and Restart with Fabric With Replicas many to many", func() {
49
- // s := NewTestSuite(fsc.WebSocket, &integration.ReplicationOptions{
50
- // ReplicationFactors: map[string]int{
51
- // "alice": 4,
52
- // "bob": 4,
53
- // },
54
- // })
55
- // BeforeEach(s.Setup)
56
- // AfterEach(s.TearDown)
57
- // It("stop and restart successfully", s.TestSucceededWithReplicas)
58
- // })
29
+ Describe ("Stop and Restart With Websockets" , func () {
30
+ s := NewTestSuite (fsc .WebSocket , integration .NoReplication )
31
+ BeforeEach (s .Setup )
32
+ AfterEach (s .TearDown )
33
+ It ("stop and restart successfully" , s .TestSucceeded )
34
+ })
35
+
36
+ Describe ("Stop and Restart with Fabric With Replicas many to one" , func () {
37
+ s := NewTestSuite (fsc .WebSocket , & integration.ReplicationOptions {
38
+ ReplicationFactors : map [string ]int {
39
+ "alice" : 4 ,
40
+ "bob" : 1 ,
41
+ },
42
+ })
43
+ BeforeEach (s .Setup )
44
+ AfterEach (s .TearDown )
45
+ It ("stop and restart successfully" , s .TestSucceededWithReplicas )
46
+ })
47
+
48
+ Describe ("Stop and Restart with Fabric With Replicas many to many" , func () {
49
+ s := NewTestSuite (fsc .WebSocket , & integration.ReplicationOptions {
50
+ ReplicationFactors : map [string ]int {
51
+ "alice" : 4 ,
52
+ "bob" : 4 ,
53
+ },
54
+ })
55
+ BeforeEach (s .Setup )
56
+ AfterEach (s .TearDown )
57
+ It ("stop and restart successfully" , s .TestSucceededWithReplicas )
58
+ })
59
59
})
60
60
61
61
type TestSuite struct {
0 commit comments