Skip to content

Commit

Permalink
Merge pull request #1867 from ty-dc/pr/gc-all-field
Browse files Browse the repository at this point in the history
e2e fix: gcAll field is incorrect
  • Loading branch information
weizhoublue authored Jun 8, 2023
2 parents cbe99fe + 34322c7 commit 7af2a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ setup_spiderpool:
HELM_OPTION+=" --set feature.enableSpiderSubnet=false " ; \
fi ; \
HELM_OPTION+=" --set spiderpoolAgent.debug.logLevel=debug --set spiderpoolController.debug.logLevel=debug " ; \
HELM_OPTION+=" --set feature.gc.gcAll.interval=120 " ; \
HELM_OPTION+=" --set feature.gc.gcAll.intervalInSecond=120 " ; \
if [ "$(E2E_IP_FAMILY)" == "ipv4" ] ; then \
ipv4_subnet=$$(docker network inspect kind -f {{\(index\ $$.IPAM.Config\ 0\).Subnet}}) ; \
ipv4_prefix=$$(echo $${ipv4_subnet} | awk '{split($$0,a,".");printf "%s.%s",a[1],a[2]}'); \
Expand Down

0 comments on commit 7af2a5d

Please # to comment.