Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

KnotxServerRoutingTest: single test failure on local build #442

Closed tMaxx closed 5 years ago

tMaxx commented 6 years ago

Version used

Context of the issue/feature

Reference PR: #441

During migration of tests to newer APIs it came to light that one of the tests:

io.knotx.server.KnotxServerRoutingTest#whenRequestingGetWithCustomFlowProcessing

fails for no obvious reason when launched locally with either HTTP 500 (when using WebClient) or timeout (with HttpClient). At the same time Travis build passes. This should get investigated upon and fixed.

Steps to reproduce

  1. Download knotx repository
  2. Remove annotation @Disabled for mentioned test
  3. Launch this test from IDE or use mvn test

Appendix

After fixing the root cause, this failed test should use WebClient for communication, in line with the rest of the tests.

malaskowski commented 5 years ago

outdated