You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yk...@apache.org on 2021/06/16 09:44:35 UTC

[incubator-datalab] branch DATALAB-2430 updated: [DATALAB-2430] -- fixed tests

This is an automated email from the ASF dual-hosted git repository.

ykinash pushed a commit to branch DATALAB-2430
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2430 by this push:
     new 75b01b0  [DATALAB-2430] -- fixed tests
75b01b0 is described below

commit 75b01b0cb66a08cb266d0306531dc28e846dca59
Author: KinashYurii <ur...@gmail.com>
AuthorDate: Wed Jun 16 12:44:12 2021 +0300

    [DATALAB-2430] -- fixed tests
---
 .../datalab/backendapi/service/impl/ComputationalServiceImplTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/ComputationalServiceImplTest.java b/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/ComputationalServiceImplTest.java
index 0452841..e963c7a 100644
--- a/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/ComputationalServiceImplTest.java
+++ b/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/ComputationalServiceImplTest.java
@@ -727,7 +727,7 @@ public class ComputationalServiceImplTest {
         sparkClusterForm.setNotebookName(EXPLORATORY_NAME);
         sparkClusterForm.setName(COMP_NAME);
         sparkClusterForm.setProject(PROJECT);
-        sparkClusterForm.setDataEngineInstanceCount(String.valueOf(2));
+        sparkClusterForm.setMasterDataEngineInstanceCount(String.valueOf(2));
         sparkClusterForm.setImage("dataengine");
         ComputationalCreateFormDTO desClusterForm = new ComputationalCreateFormDTO();
         desClusterForm.setNotebookName(EXPLORATORY_NAME);
@@ -750,7 +750,7 @@ public class ComputationalServiceImplTest {
                 .computationalName(COMP_NAME)
                 .imageName("dataengine")
                 .status(CREATING.toString())
-                .dataEngineInstanceCount(String.valueOf(2))
+                .masterDataEngineInstanceCount(String.valueOf(2))
                 .tags(Collections.emptyMap())
                 .build();
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org