Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.69 KB

QUARKUS-2389.md

File metadata and controls

43 lines (36 loc) · 1.69 KB

QUARKUS-2389 - Promote OpenID Connect Client Filter Reactive from TP to full support

Evaluate the extension for promotion to full support. Propose needed enhancements and report found bugs.

Scope of the testing

  • Review of test coverage in Quarkus integration tests
  • Review Quarkus Quickstarts which are using the extension
  • Review upstream guides for the extension
  • Exploratory testing of the extension
  • Migrate application using non-reactive filter to reactive one
    • Identify the usability issues and migration obstacles
  • Implement test coverage for the extension in QE test suite

Impact on test suites and testing automation

Current test coverage

Quarkus repo

grep "@Test" extensions/oidc-client-reactive-filter -R | wc -l
      0

grep "@Test" integration-tests/oidc-client-reactive -R | wc -l
       3

Quarkus QE test-suite repo

One reproducer for issue fixed in RHBQ .z stream

grep "@Test" security/keycloak-oidc-client-reactive -R | wc -l
      1

Automated test development

Links