Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.55 KB

QUARKUS-1408.md

File metadata and controls

33 lines (24 loc) · 1.55 KB

QUARKUS-1408 - Dev Service for MS SQL Client

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

Related test plan: Quarkus-959 - Improved Developer Joy with DevServices
Related test development: Reactive PostgreSQL and MySQL Dev Services

Relevant Quarkus community documentation:

Reactive MS SQL client has been added to Quarkus in quarkusio/quarkus#18311. Dev Services for MS SQL client are present in Quarkus since https://issues.redhat.com/browse/QUARKUS-959 (see related test plan).

This is an integration of the reactive MS SQL client with Dev Services.

Scope of testing

Existing test coverage

Test in Quarkus upstream:

Automated test development

In QE TS, extend the sql-db/reactive-vanilla with mssql datasource and separate MS SQL scenario:

  • Test that datasource is operational.
  • Test that Dev Services correctly initialize the MS SQL container.

Impact on test suites and test environment

1 new scenario in existing module, additional pull and start of MS SQL image. Estimated time increase:

  • 1 minute for JVM mode
  • 5 minutes for native mode