Conversation
|
This is same as PR scaling #264 , rebased on to the latest master code. |
import cycle not allowed in test |
|
Hey @naredula-jana sounds like you've got a cycle import, where one package imports another which imports the first. |
This cycle import is not related to scaling patch. This PR is same as that of PR scaling - 264 , except that it is rebased to new master. |
… to scaling patch, this need to be addressed at the time of merging.
The build is sucessfull without unit test code, but the build errored if the unit test code is included, the same unit test code was sucessfull without rebase(PR-264), and also sucessfull locally. there was something change in the build or at other places with code rebase. |
Solved the above issue, Now the unit test is Successful. |
This is rebased scaling feature from "scaling" branch to the latest master branch.