XenoAmess edited a comment on pull request #2:
URL: https://github.com/apache/commons-graph/pull/2#issuecomment-643610312
@ameyjadiye
Hi.
> Build is not failing here, rather its Travis checks.
You mean the travis-ci failure can influence my local test environments?
Besides. I've already pointed out where it fails in mailing list for you if
my memory is correct.
```
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TarjanTestCase.verifyHasStronglyConnectedComponents:145
expected:<[[{ A }, { B }, { D }], [{ E }, { F }], [{ C }, { G }, { H }]]> but
was:<[[{ H }, { G }, { C }, { E }, { F }, { D }, { B }, { A }]]>
[ERROR] KruskalTestCase.testP4UniformWeightsMinimumSpanningTree:276
expected:<{{ A }=[{ B }], { B }=[{ A }, { C }], { C }=[{ B }, { D }], { D }=[{
C }]}> but was:<{{ A }=[{ B }], { B }=[{ A }], { C }=[{ D }], { D }=[{ C }]}>
[ERROR] Errors:
[ERROR] GraphColoringTestCase.testSudoku:193 ยป NotEnoughColors Input color
set [0, 1, ...
[INFO]
[ERROR] Tests run: 160, Failures: 2, Errors: 1, Skipped: 1
```
And I am not a person who will lie on this kind of thing.
I said the repo can never pass all of its unit tests since
967b9bed79f51040597d68ef98512a24b0e94e41m , and that is exactly what happened.
This is not ci's fault.
And, like I suggested before, if you really want to fix it, we can revert
this repo back to 967b9bed79f51040597d68ef98512a24b0e94e41m , and fix the
following commits one by one. That is the only way IMO.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]