-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: report in case of cyclic dependency #268
fix: report in case of cyclic dependency #268
Conversation
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Pull Request Test Coverage Report for Build 7975423704Details
💛 - Coveralls |
@@ -157,6 +157,10 @@ func TestDependencyGraph(t *testing.T) { | |||
) | |||
} | |||
|
|||
func TestCyclicDependency(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test is empty and CI failed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah i am working on that test. this test wasn't supposed to be pushed, got committed with other changes on client_test.go
sorry about that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Peefy I have added the unit test, i couldn't understand why "windows test" ci is failing.
any insights what went wrong ?
also e2e tests are failing as cycle exist and now an error is thrown.
I can fix the e2e test by changing test_suite.stdout files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e test still failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passed 👍
9292e22
to
0bb5900
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
0bb5900
to
8c49378
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
bf125fb
to
fbbf056
Compare
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
fbbf056
to
d3eb344
Compare
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
fix #267
2. What is the scope of this PR (e.g. component or file name):
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: