Skip to content

Commit 088edb3

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent ae8487f commit 088edb3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

internal/provider/apisix/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ func (d *apisixProvider) handleDetailedFailedStatuses(
205205
statusUpdateMap map[types.NamespacedNameKind][]string,
206206
) {
207207
for _, status := range failedStatus.FailedStatuses {
208+
// in the APISIX standalone mode, the related values in the sync failure event are empty.
208209
if status.Event.ResourceType == "" {
209210
d.handleEmptyFailedStatuses(configName, failedStatus, statusUpdateMap)
210211
return

test/e2e/framework/manifests/ingress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ spec:
437437
value: ingress
438438
- name: ADC_EXPERIMENTAL_FEATURE_FLAGS
439439
value: remote-state-file,parallel-backend-request
440+
- name: ADC_INGRESS_LOG_LEVEL
441+
value: "debug"
440442
name: adc-server
441443
args:
442444
- "server"

0 commit comments

Comments
 (0)