|
372 | 372 | <configuration>
|
373 | 373 | <enableAssertions>true</enableAssertions>
|
374 | 374 | <runOrder>reversealphabetical</runOrder>
|
| 375 | + <excludes> |
| 376 | + <exclude>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</exclude> |
| 377 | + </excludes> |
375 | 378 | <systemPropertyVariables>
|
376 | 379 | <test.h2>true</test.h2>
|
377 | 380 | <test.dump>${dump}</test.dump>
|
|
396 | 399 | <configuration>
|
397 | 400 | <enableAssertions>true</enableAssertions>
|
398 | 401 | <runOrder>reversealphabetical</runOrder>
|
| 402 | + <excludes> |
| 403 | + <exclude>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</exclude> |
| 404 | + </excludes> |
399 | 405 | <systemPropertyVariables>
|
400 | 406 | <test.h2c>true</test.h2c>
|
401 | 407 | <test.dump>${dump}</test.dump>
|
|
411 | 417 | <reportsDirectory>${project.build.directory}/surefire-h2c-reports</reportsDirectory>
|
412 | 418 | </configuration>
|
413 | 419 | </execution>
|
414 |
| - |
415 | 420 | <execution>
|
416 | 421 | <id>proxy-h2c-upgrade</id>
|
417 | 422 | <phase>test</phase>
|
|
421 | 426 | <configuration>
|
422 | 427 | <enableAssertions>true</enableAssertions>
|
423 | 428 | <runOrder>reversealphabetical</runOrder>
|
| 429 | + <excludes> |
| 430 | + <exclude>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</exclude> |
| 431 | + </excludes> |
| 432 | + <systemPropertyVariables> |
| 433 | + <test.h2c-upgrade>true</test.h2c-upgrade> |
| 434 | + <test.dump>${dump}</test.dump> |
| 435 | + <test.bufferSize>${bufferSize}</test.bufferSize> |
| 436 | + <default.server.address>localhost</default.server.address> |
| 437 | + <default.server.port>7777</default.server.port> |
| 438 | + <java.util.logging.manager>org.jboss.logmanager.LogManager |
| 439 | + </java.util.logging.manager> |
| 440 | + <test.level>${test.level}</test.level> |
| 441 | + <java.net.preferIPv6Addresses>${test.ipv6}</java.net.preferIPv6Addresses> |
| 442 | + <sun.net.useExclusiveBind>false</sun.net.useExclusiveBind> |
| 443 | + </systemPropertyVariables> |
| 444 | + <reportsDirectory>${project.build.directory}/surefire-h2c-upgrade-reports</reportsDirectory> |
| 445 | + </configuration> |
| 446 | + </execution> |
| 447 | + <!-- TODO: remove these executions as soon as UndertowOptions.MAX_HTTP2_HEADER_SIZE is created --> |
| 448 | + <execution> |
| 449 | + <id>proxy-h2-big-http2-max-header-size</id> |
| 450 | + <phase>test</phase> |
| 451 | + <goals> |
| 452 | + <goal>test</goal> |
| 453 | + </goals> |
| 454 | + <configuration> |
| 455 | + <enableAssertions>true</enableAssertions> |
| 456 | + <runOrder>reversealphabetical</runOrder> |
| 457 | + <includes> |
| 458 | + <include>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</include> |
| 459 | + </includes> |
| 460 | + <systemPropertyVariables> |
| 461 | + <test.h2>true</test.h2> |
| 462 | + <test.dump>${dump}</test.dump> |
| 463 | + <test.bufferSize>${bufferSize}</test.bufferSize> |
| 464 | + <default.server.address>localhost</default.server.address> |
| 465 | + <default.server.port>7777</default.server.port> |
| 466 | + <java.util.logging.manager>org.jboss.logmanager.LogManager |
| 467 | + </java.util.logging.manager> |
| 468 | + <test.level>${test.level}</test.level> |
| 469 | + <java.net.preferIPv6Addresses>${test.ipv6}</java.net.preferIPv6Addresses> |
| 470 | + <sun.net.useExclusiveBind>false</sun.net.useExclusiveBind> |
| 471 | + <io.undertow.http2-max-header-size>600000</io.undertow.http2-max-header-size> |
| 472 | + </systemPropertyVariables> |
| 473 | + <reportsDirectory>${project.build.directory}/surefire-h2-reports</reportsDirectory> |
| 474 | + </configuration> |
| 475 | + </execution> |
| 476 | + <execution> |
| 477 | + <id>proxy-h2c-big-http2-max-header-size</id> |
| 478 | + <phase>test</phase> |
| 479 | + <goals> |
| 480 | + <goal>test</goal> |
| 481 | + </goals> |
| 482 | + <configuration> |
| 483 | + <enableAssertions>true</enableAssertions> |
| 484 | + <runOrder>reversealphabetical</runOrder> |
| 485 | + <includes> |
| 486 | + <include>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</include> |
| 487 | + </includes> |
| 488 | + <systemPropertyVariables> |
| 489 | + <test.h2c>true</test.h2c> |
| 490 | + <test.dump>${dump}</test.dump> |
| 491 | + <test.bufferSize>${bufferSize}</test.bufferSize> |
| 492 | + <default.server.address>localhost</default.server.address> |
| 493 | + <default.server.port>7777</default.server.port> |
| 494 | + <java.util.logging.manager>org.jboss.logmanager.LogManager |
| 495 | + </java.util.logging.manager> |
| 496 | + <test.level>${test.level}</test.level> |
| 497 | + <java.net.preferIPv6Addresses>${test.ipv6}</java.net.preferIPv6Addresses> |
| 498 | + <sun.net.useExclusiveBind>false</sun.net.useExclusiveBind> |
| 499 | + <io.undertow.http2-max-header-size>600000</io.undertow.http2-max-header-size> |
| 500 | + </systemPropertyVariables> |
| 501 | + <reportsDirectory>${project.build.directory}/surefire-h2c-reports</reportsDirectory> |
| 502 | + </configuration> |
| 503 | + </execution> |
| 504 | + <execution> |
| 505 | + <id>proxy-h2c-upgrade-big-http2-max-header-size</id> |
| 506 | + <phase>test</phase> |
| 507 | + <goals> |
| 508 | + <goal>test</goal> |
| 509 | + </goals> |
| 510 | + <configuration> |
| 511 | + <enableAssertions>true</enableAssertions> |
| 512 | + <runOrder>reversealphabetical</runOrder> |
| 513 | + <includes> |
| 514 | + <include>*LongURLTestCase, *LotsOfQueryParametersTestCase, *LotsOfHeadersResponseTestCase</include> |
| 515 | + </includes> |
424 | 516 | <systemPropertyVariables>
|
425 | 517 | <test.h2c-upgrade>true</test.h2c-upgrade>
|
426 | 518 | <test.dump>${dump}</test.dump>
|
|
432 | 524 | <test.level>${test.level}</test.level>
|
433 | 525 | <java.net.preferIPv6Addresses>${test.ipv6}</java.net.preferIPv6Addresses>
|
434 | 526 | <sun.net.useExclusiveBind>false</sun.net.useExclusiveBind>
|
| 527 | + <io.undertow.http2-max-header-size>600000</io.undertow.http2-max-header-size> |
435 | 528 | </systemPropertyVariables>
|
436 | 529 | <reportsDirectory>${project.build.directory}/surefire-h2c-upgrade-reports</reportsDirectory>
|
437 | 530 | </configuration>
|
|
0 commit comments