Skip to content

Commit b12300c

Browse files
Fix windows precommit
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
1 parent 650ff4b commit b12300c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

modules/identity-shiro/src/internalClusterTest/java/org/opensearch/identity/BasicAuthenticationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public void testBasicAuthSuccess() throws Exception {
3232

3333
assertThat(content, response.getStatusLine().getStatusCode(), equalTo(RestStatus.OK.getStatus()));
3434
assertThat(content, containsString("green"));
35+
System.out.println("Successfully passed assertions in basic auth success");
3536
}
3637

3738
public void testBasicAuthUnauthorized_invalidHeader() throws Exception {

server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public void testClosedIndices() {
359359

360360
/**
361361
* This test validates the primary node drop does not result in shard failure on replica.
362-
* @throws Exception
362+
* @throws Exception when issue is encountered
363363
*/
364364
public void testNodeDropWithOngoingReplication() throws Exception {
365365
internalCluster().startClusterManagerOnlyNode();
@@ -869,7 +869,7 @@ public void testPressureServiceStats() throws Exception {
869869

870870
/**
871871
* Tests a scroll query on the replica
872-
* @throws Exception
872+
* @throws Exception when issue is encountered
873873
*/
874874
public void testScrollCreatedOnReplica() throws Exception {
875875
// create the cluster with one primary node containing primary shard and replica node containing replica shard
@@ -958,7 +958,7 @@ public void testScrollCreatedOnReplica() throws Exception {
958958
* Tests that when scroll query is cleared, it does not delete the temporary replication files, which are part of
959959
* ongoing round of segment replication
960960
*
961-
* @throws Exception
961+
* @throws Exception when issue is encountered
962962
*/
963963
public void testScrollWithOngoingSegmentReplication() throws Exception {
964964
// create the cluster with one primary node containing primary shard and replica node containing replica shard

0 commit comments

Comments
 (0)