valepakh commented on code in PR #7474:
URL: https://github.com/apache/ignite-3/pull/7474#discussion_r2744991105
##########
modules/rest/src/integrationTest/java/org/apache/ignite/internal/rest/deployment/DeploymentManagementControllerTest.java:
##########
@@ -144,15 +148,11 @@ public void cleanup() {
@Test
public void testDeploySuccessful() {
assertThat(deploy(UNIT_ID, VERSION), hasStatus(OK));
-
- awaitDeployedStatus(UNIT_ID, VERSION);
Review Comment:
> Why do remove it?
It was needed only for the cleanup method to work, which was checking
`DEPLOYED` status. Since I changed it to check `UPLOADING` as well, this wait
is not needed anymore.
--
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]