nbenitus
15 years agoContributor
Can't get sync points to work
Hi,
I am trying to get synchronization points to work for my distributed testing.
Here is a simple example:
Sub Test_Sync_Point1
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
Sub Test_Sync_Point2
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
The "Test" sync point has been created. My problem is that both the scripts reach the sync point, but never resume.
Am I missing something?
Thanks in advance.
I am trying to get synchronization points to work for my distributed testing.
Here is a simple example:
Sub Test_Sync_Point1
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
Sub Test_Sync_Point2
NetworkSuite.Synchronize("Test")
Delay(10000)
End Sub
The "Test" sync point has been created. My problem is that both the scripts reach the sync point, but never resume.
Am I missing something?
Thanks in advance.