This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from be502dc6242 IGNITE-26900 Expand release.md description (#6882)
     add bde943514a5 IGNITE-26945 Improve matcher for HTTP response (#6906)

No new revisions were added by this update.

Summary of changes:
 .../rest/exception/handler/ErrorHandlingTest.java  |  82 ++++++++-------
 .../rest/matcher/MicronautHttpResponseMatcher.java |  15 ++-
 .../rest/matcher/ProblemHttpResponseMatcher.java   | 111 +++++++++++++++++++++
 .../internal/rest/matcher/ProblemMatcher.java      |   9 ++
 .../ignite/internal/rest/AbstractRestTestBase.java |   9 +-
 ...terStateHttpServerFilterNotInitializedTest.java |   2 +-
 .../rest/ItInitializedClusterRestTest.java         |   5 +-
 .../rest/ItNotInitializedClusterRestTest.java      |  11 +-
 .../cluster/ItClusterManagementControllerTest.java |  15 +--
 .../rest/compute/ItComputeControllerTest.java      |  18 ++--
 .../DeploymentManagementControllerTest.java        |  69 ++++++-------
 .../rest/metrics/ItMetricControllerTest.java       |   7 +-
 .../rest/sql/ItSqlQueryControllerTest.java         |   9 +-
 .../transaction/ItTransactionControllerTest.java   |   9 +-
 14 files changed, 220 insertions(+), 151 deletions(-)
 create mode 100644 
modules/rest-api/src/testFixtures/java/org/apache/ignite/internal/rest/matcher/ProblemHttpResponseMatcher.java

Reply via email to