joerghoh commented on code in PR #158: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/158#discussion_r1983563189
########## src/test/java/org/apache/sling/resourceresolver/impl/mapping/VanityPathMapEntriesTest.java: ########## @@ -1301,19 +1321,28 @@ public void test_bg_init_fallback_while_not_ready() { // let initializer run, then wait until finished lock.unlock(); waitForBgInit(); + expectedQueryCount += 1; // now one more query should have happened Review Comment: minor: move this comment in front the of previous ``expectedQueryCount += 1;`` statement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org