sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r2426984859
##########
itests/src/test/java/org/apache/unomi/itests/migration/Migrate16xToCurrentVersionIT.java:
##########
@@ -59,16 +79,31 @@ public void waitForStartup() throws InterruptedException {
// Restore the snapshot
HttpUtils.executePostRequest(httpClient,
"http://localhost:9400/_snapshot/snapshots_repository/snapshot_1.6.x/_restore?wait_for_completion=true",
"{}", null);
+ String snapshotStatus = HttpUtils.executeGetRequest(httpClient,
"http://localhost:9400/_snapshot/_status", null);
+ System.out.println(snapshotStatus);
+ LOGGER.info(snapshotStatus);
+
Review Comment:
It is helpful if it fails yes.
--
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]