Reproduction of bug #5442#5443
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5443 +/- ##
=======================================
Coverage 82.68% 82.68%
=======================================
Files 200 200
Lines 6261 6261
=======================================
Hits 5177 5177
Misses 750 750
Partials 334 334 Continue to review full report at Codecov.
|
|
@cardil thanks for the reproducer but is this supposed to be merged? I don't think so... |
|
Why do not merge? Failing test is skipped, so when it gets fixed one could just remove the skip. |
|
I think it would be better to attach the reproducer to the bug and merge it together with the fix. Merging this now doesn't bring any benefits. |
The bug was fixed in knative/pkg#2149, so the way you mentioned isn't possible. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cardil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@cardil are you still working on this? |
|
It should be now fixed (a while back, in fact - 0.24+), judging by #5442 (comment). I'll double-check that. |
|
Hmm, we could add those negative tests to test suite - they will ensure that trigger will not be ready without valid subscriber. The problem with that is that, when testing for negative things, we need to wait for timeout on the tested method. That has 2 problems:
I'm seeing two solutions for this problem:
|
|
This Pull Request is stale because it has been open for 90 days with |
Reproduces #5442
Proposed Changes
duck.WaitForResourceReadyon GKE without subscriber being deployed yet #5442