forked from tempesta-tech/tempesta-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests_disabled.json
More file actions
101 lines (101 loc) · 3.8 KB
/
tests_disabled.json
File metadata and controls
101 lines (101 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"disable" : true,
"disabled" : [
{
"name" : "regression.test_stress_pipeline.PipelineFaultInjection",
"reason" : "Problems with stap, see tempesta-test#45"
},
{
"name" : "sessions.test_sticky_sess_stress.OneClient",
"reason" : ""
},
{
"name" : "tcp_connection.test_connection_close.CloseClientConnectiononInvalidReq",
"reason" : "Invalid request is parsed as two requests. The second response is not supported by current deproxy architecture."
},
{
"name" : "regression.test_srv_failovering.FailoveringTest.test_on_close",
"reason" : ""
},
{
"name" : "regression.test_srv_failovering.FailoveringTest.test_on_shutdown",
"reason" : ""
},
{
"name" : "regression.test_shutdown.ShutdownTest.test_shutdown",
"reason" : ""
},
{
"name" : "regression.test_shutdown.ShutdownTest.test_shutdown_with_traffic",
"reason" : ""
},
{
"name" : "very_many_backends.test_stress_1M.ManyBackends1InGroup",
"reason" : "Read errors"
},
{
"name" : "very_many_backends.test_stress_1M.ManyBackends32InGroup",
"reason" : "Read errors"
},
{
"name" : "long_body.test_long_response.ResponseTest1M",
"reason" : ""
},
{
"name" : "long_body.test_long_response.ResponseTest1k",
"reason" : ""
},
{
"name" : "mixed_requests.test_mixed.MixedRequests.test_trace",
"reason" : "Too many 502, sometimes no good answers at all"
},
{
"name" : "long_body.test_response_wrong_length.ResponseSmallBodyLength",
"reason" : ""
},
{
"name" : "sched.test_ratio_dynamic.RatioDynamicMax",
"reason" : "Maximum latency delay is unpredictable in heavy concurrent environment"
},
{
"name" : "sched.test_ratio_dynamic.RatioPredictMax",
"reason" : "Maximum latency delay is unpredictable in heavy concurrent environment"
},
{
"name" : "sched.test_ratio_dynamic_recalc.RatioDynamicMax",
"reason" : "Maximum latency delay is unpredictable in heavy concurrent environment"
},
{
"name" : "sched.test_ratio_dynamic_recalc.RatioPredictMax",
"reason" : "Maximum latency delay is unpredictable in heavy concurrent environment"
},
{
"name": "reconf.test_stress_grace",
"reason": "See tempesta-tech/tempesta#1043 and tempesta-tech/tempesta#1044"
},
{
"name": "malformed.test_malformed_headers.MalformedRequestsTest",
"reason" : "See tempesta-tech/tempesta#1050 and tempesta-tech/tempesta#1053"
},
{
"name": "malformed.test_malformed_headers.MalformedResponsesTest",
"reason" : "See tempesta-tech/tempesta#1050 and tempesta-tech/tempesta#1053"
},
{
"name" : "sessions.test_redir_mark.RedirectMark.test_rmark_wo_or_incorrect_cookie",
"reason" : "#861: TCP: reset blocked connections"
},
{
"name" : "sessions.test_redir_mark.RedirectMark.test_rmark_invalid",
"reason" : "#861: TCP: reset blocked connections"
},
{
"name" : "sessions.test_redir_mark.RedirectMarkVhost.test_rmark_wo_or_incorrect_cookie",
"reason" : "#861: TCP: reset blocked connections"
},
{
"name" : "sessions.test_redir_mark.RedirectMarkVhost.test_rmark_invalid",
"reason" : "#861: TCP: reset blocked connections"
}
]
}