File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -382,10 +382,10 @@ class TestManyRequestHeaders(tester.TempestaTest):
382
382
__headers_n = 64 // 4
383
383
384
384
def test_many_headers (self ):
385
- set_headers = [(f"set-header-{ step } " , str (step ) * 2000 ) for step in range (self .__headers_n )]
386
- add_headers = [(f"add-header-{ step } " , str (step ) * 2000 ) for step in range (self .__headers_n )]
385
+ set_headers = [(f"set-header-{ step } " , str (step ) * 1000 ) for step in range (self .__headers_n )]
386
+ add_headers = [(f"add-header-{ step } " , str (step ) * 1000 ) for step in range (self .__headers_n )]
387
387
exist_header = [
388
- (f"exist-header-{ step } " , str (step ) * 1000 ) for step in range (self .__headers_n )
388
+ (f"exist-header-{ step } " , str (step ) * 500 ) for step in range (self .__headers_n )
389
389
]
390
390
changed_headers = [
391
391
(f"changed-header-{ step } " , f"{ step } a" ) for step in range (self .__headers_n )
Original file line number Diff line number Diff line change 524
524
{
525
525
"name" : " http2_general.test_h2_headers.TestSplitCookies.test_split_cookies" ,
526
526
"reason" : " Disabled by issue #1736"
527
+ },
528
+ {
529
+ "name" : " t_modify_http_headers.test_logic.TestManyResponseHeaders" ,
530
+ "reason" : " Disabled by issue #1103"
531
+ },
532
+ {
533
+ "name" : " t_modify_http_headers.test_logic.TestManyCachedResponseHeaders" ,
534
+ "reason" : " Disabled by issue #1103"
535
+ },
536
+ {
537
+ "name" : " t_modify_http_headers.test_logic.TestManyRequestHeadersH2" ,
538
+ "reason" : " Disabled by issue #1103"
527
539
}
528
540
]
529
541
}
Original file line number Diff line number Diff line change 196
196
{
197
197
"name" : " t_frang.test_http_trailer_split_allowed" ,
198
198
"reason" : " Disabled by issue #464"
199
+ },
200
+ {
201
+ "name" : " t_modify_http_headers.test_logic.TestManyRequestHeaders" ,
202
+ "reason" : " Disabled by issue #1103"
199
203
}
200
204
]
201
205
}
You can’t perform that action at this time.
0 commit comments