Skip to content

Commit ef4bd26

Browse files
committed
debug:
1 parent b3d89d1 commit ef4bd26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/provider/adc/adc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ func (d *adcClient) sync(task Task, extraArgs ...string) error {
152152
"ADC_TOKEN="+d.Token,
153153
)
154154

155+
log.Debugf("exec: %s\n", cmd.String())
155156
if err := cmd.Run(); err != nil {
156157
log.Errorw("failed to run adc",
157158
zap.Error(err),

test/e2e/gatewayapi/gatewayproxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ spec:
181181
})
182182

183183
Context("Test Gateway with enabled GatewayProxy plugin", func() {
184-
It("Should apply plugin configuration when enabled", func() {
184+
FIt("Should apply plugin configuration when enabled", func() {
185185
By("Create HTTPRoute for Gateway with GatewayProxy")
186186
ResourceApplied("HTTPRoute", "test-route", fmt.Sprintf(httpRouteForTest, "api7"), 1)
187187

@@ -243,7 +243,7 @@ spec:
243243
err error
244244
)
245245

246-
FIt("Should work OK with error_page", func() {
246+
FIt("Should work OK with error-page", func() {
247247
By("Update GatewayProxy with PluginMetadata")
248248
err = s.CreateResourceFromString(gatewayProxyWithPluginMetadata)
249249
Ω(err).ShouldNot(HaveOccurred())

0 commit comments

Comments
 (0)