Exemplo n.º 1
0
func TestLoadBalancerMultiTempFlakyInfAttempts(t *testing.T) {
	testLoadBalancerTempFlakyInfAttempts(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 2
0
func TestLoadBalancerMultiFlakyFail(t *testing.T) {
	testLoadBalancerFlakyFail(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 3
0
func TestLoadBalancerTemporayFailureMutlEvents(t *testing.T) {
	testLoadBalancerTemporayFailure(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 4
0
func TestSingleConnectFailConnectAndSendMultiple(t *testing.T) {
	testSingleConnectFailConnectAndSend(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 5
0
func TestSingleConnectionFailMulti(t *testing.T) {
	testSingleConnectionFail(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 6
0
func TestLoadBalancerOKSendMult(t *testing.T) {
	testLoadBalancerOKSend(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 7
0
func TestAsyncLBMultiTempFlakyFail(t *testing.T) {
	testAsyncLBTempFlakyFail(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 8
0
func TestSingleSendMultiFlakyFail(t *testing.T) {
	testSingleSendFlakyFail(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 9
0
func TestSingleSendMultiFlakyInfAttempts(t *testing.T) {
	testSingleSendFlakyInfAttempts(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 10
0
func TestAsyncLBOKSendMult(t *testing.T) {
	testAsyncLBOKSend(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 11
0
func TestAsyncLBFlakyConnectionOkSendMult(t *testing.T) {
	testAsyncLBFlakyConnectionOkSend(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 12
0
func TestAsyncLBFailSendMultWithoutActiveConnections(t *testing.T) {
	testAsyncLBFailSendWithoutActiveConnection(t, modetest.MultiEvent(2, testEvent))
}
Exemplo n.º 13
0
func TestAsyncLBMultiFlakyGuaranteed2(t *testing.T) {
	testAsyncLBFlakyGuaranteed2(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 14
0
func TestAsyncLBMultiFlakyInfAttempts2(t *testing.T) {
	testAsyncLBFlakyInfAttempts2(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 15
0
func TestLoadBalancerMultiTempFlakyGuaranteed(t *testing.T) {
	testLoadBalancerTempFlakyGuaranteed(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 16
0
func TestSingleSendMultiFlakyGuaranteed(t *testing.T) {
	testSingleSendFlakyGuaranteed(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 17
0
func TestLoadBalancerFailSendMultWithoutActiveConnections(t *testing.T) {
	testLoadBalancerFailSendWithoutActiveConnections(t, modetest.MultiEvent(2, testEvent))
}
Exemplo n.º 18
0
func TestSingleSendMultiple(t *testing.T) {
	testSingleSendOneEvent(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 19
0
func TestLoadBalancerFlakyConnectionOkSendMult(t *testing.T) {
	testLoadBalancerFlakyConnectionOkSend(t, modetest.MultiEvent(10, testEvent))
}
Exemplo n.º 20
0
func TestAsyncLBTemporayFailureMutlEvents(t *testing.T) {
	testAsyncLBTemporayFailure(t, modetest.MultiEvent(10, testEvent))
}