• Andy Wilkinson's avatar
    Await registration of http.server.requests meter · b9516bc7
    Andy Wilkinson authored
    Previously, the test would make an HTTP request and, as soon as the
    response was received, it would check the presence and value of the
    http.server.requests meter. This create a race condition between the
    meter being registered once the response had been flushed and the
    meter's presence being checked. If the check won the race, the test
    would fail.
    
    This commit updates the test to wait for up to 5 seconds for the
    meter to be present and have a count of 1, matching the single request
    that has been made.
    
    Fixes gh-23919
    b9516bc7
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...