• Andy Wilkinson's avatar
    Await registration of http.server.requests meter · c0bb6ff6
    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-23863
    c0bb6ff6
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...