You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is seen like 2 out of 5 times when the mentioned test script is ran. In client we're getting e2e tests failure against serving nightly job specifically in traffic splitting e2e tests where multiple service create/update operations are performed (knative/client#500). CI jobs against serving v0.10.0 or prior run fine.
navidshaikh
changed the title
Condition ConfigurationsReady is True but LRR != LRR
Condition ConfigurationsReady is True but LCR != LRR
Nov 19, 2019
In what area(s)?
/area API
What version of Knative?
nightly build - Nov 18
from: https://storage.googleapis.com/knative-nightly/serving/latest/serving.yaml
Expected Behavior
LCR = latestCreatedRevision
LRR = latestReadyRevision
After service update, when service's all 3 conditions reporting
True
, expected LCR = LRR.Actual Behavior
After service update, when service reported status as
True
, LCR != LRR. After a few seconds, service's status then report LCR = LRR.Expected
ConfigurationsReady
condition to set correct revision name in LRR before it reported True.Steps to Reproduce the Problem
Line no: 36 service reports all the conditions as True, while LCR != LRR.
After a few seconds we see at line no: 40, LCR = LRR.
Question: Should service's condition
ConfigurationsReady
reportTrue
only after LRR is set to LCR in status?The text was updated successfully, but these errors were encountered: