Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.36 KB

QUARKUS-1415.md

File metadata and controls

33 lines (25 loc) · 1.36 KB

QUARKUS-1415 Reactive REST Client improvements

JIRA link: https://issues.redhat.com/browse/QUARKUS-1415

Test plan covers Reactive REST Client functionality provided by quarkus-rest-client-reactive extension.

Documentation: https://quarkus.io/version/main/guides/resteasy-reactive https://quarkus.io/version/main/guides/rest-client-reactive

Related test plans

Scope of the testing

Impact on test suites and testing automation:

  • Four new scenarios in QE TS
  • Upload and download of large (more than 2GB) files will add several minutes to the execution time
  • Additional impact for Native mode is expected to be around 4 minutes per new scenario
  • Overall time execution increase is ~20 minutes

Automated test development

  • Identify existing coverage in Quarkus integration tests.
  • Update existing RESTEasy Reactive scenarios

Advanced topics for test development

  • Automated tests for Dev UI