Skip to content

Commit a14a222

Browse files
committed
Temporary logging in SecurityDocymentationIT
#48440 fails in a strange manner (10 users are returned instead of the expected 9) and this does not replicate locally. Adding this log statement to temporarily help with troubleshooting and resolving the issue.
1 parent c644ba7 commit a14a222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public void testGetUsers() throws Exception {
203203
// 9 users are expected to be returned
204204
// test_users (3): user1, user2, user3
205205
// system_users (6): elastic, beats_system, apm_system, logstash_system, kibana, remote_monitoring_user
206+
logger.info(users);
206207
assertThat(users.size(), equalTo(9));
207208
}
208209

0 commit comments

Comments
 (0)