Add logging dependency to e2e tests.#1481
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@brendandburns do we still want this? it's intended for easing flakiness which is already solved i suppose? |
|
@yue9944882 I think we do still want this. Without it the real cluster integration tests don't have any logs and so failures are really hard to debug. So I think it is worth leaving this in for future debugging of flakes or other failures. While with unit tests it's fairly easy to debug w/o logs, the real cluster integration tests are much harder to debug that way without all of the logging that the various components do in a real system. |
|
@yue9944882 friendly ping on this PR. Thanks! |
|
e2e flaked again: Having these logs would make it feasible to debug such failures. |
|
@yue9944882 friendly ping on this one. |
|
@yue9944882 can I get an LGTM on this one? |
Improves logging for e2e tests.
Ref #1480