-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaling new #277
base: master
Are you sure you want to change the base?
Scaling new #277
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.