elasticsearch-operator
elasticsearch-operator copied to clipboard
Scaling new
This is rebased scaling feature from "scaling" branch to the latest master branch.
This is same as PR scaling #264 , rebased on to the latest master code.
This is same as PR scaling #264 , rebased on to the latest master code. The unit test was failing, but scaling patch as no changes related to this error, the error as below, Any idea about this?.
import cycle not allowed in test package github.com/upmc-enterprises/elasticsearch-operator/pkg/k8sutil (test) imports github.com/upmc-enterprises/elasticsearch-operator/pkg/k8sutil
Hey @naredula-jana sounds like you've got a cycle import, where one package imports another which imports the first.
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.
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.
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.
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.
Solved the above issue, Now the unit test is Successful.