epugh commented on code in PR #4171:
URL: https://github.com/apache/solr/pull/4171#discussion_r2962142628


##########
solr/core/src/test/org/apache/solr/handler/admin/api/NodeHealthTest.java:
##########
@@ -85,9 +77,10 @@ public void testCloudMode_UnhealthyWhenZkClientClosed() 
throws Exception {
       SolrException e =
           assertThrows(SolrException.class, () -> new 
NodeApi.Healthcheck().process(nodeClient));
       assertEquals(ErrorCode.SERVICE_UNAVAILABLE.code, e.code());
-      assertTrue(
+      assertThat(

Review Comment:
   i tried with and without, and yeah, this was a surpirse.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to