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