Uh oh!
There was an error while loading. Please reload this page.
fix(@angular-devkit/build-angular): should not log duplicate messages - #11628
Conversation
filipesilva
commented
Jul 23, 2018
Hi, can you give me some context about the problem you are fixing? A way for me to see it happening would be important as well. |
@filipesilva , yes it's for |
I tried adding an error to an existing project, then introducing your changes, and I could still see duplicated error messages. Can you show me what do you see before and after your changes? Edit: I noticed now that while there is still some duplication, it is less than before. |
filipesilva
left a comment
There was a problem hiding this comment.
Can you change the commit message to fix(@angular-devkit/build-angular): should not log duplicate messages please? (build_angular -> build-angular)
| } | ||
| // avoid duplicate failure message | ||
| this.specFailure = (_browser: any, result: any) => {}; |
There was a problem hiding this comment.
This can be just this.specFailure = () => {};, and the same applies to the other ones.
hi @filipesilva, right now, with these changes, you will still see some duplicate, as these is also another reporter |
Teamop
commented
Jul 23, 2018
@filipesilva could you restart all the CI tests? seems all of them aren't triggered |
Teamop
commented
Jul 23, 2018
I will close and reopen to see if the CI can be restarted. |
filipesilva
commented
Jul 24, 2018
LGTM, thanks for this fix! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Should not log duplicate messages for
specFailureandonRunComplete, as they all have been handled by thebaseReporter