Skip to content

Commit

Permalink
Merge pull request #551 from cybozu-go/moco-agent-0.10.0
Browse files Browse the repository at this point in the history
incorporate moco-agent v0.10.0
  • Loading branch information
umezawatakeshi authored Aug 15, 2023
2 parents b63186f + 3d8134a commit 84408f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ endif
.PHONY: test
test:
env PATH="$$(pwd)/../bin:$$PATH" RUN_E2E=1 \
go test -v -race -timeout 30m . -ginkgo.progress -ginkgo.v -ginkgo.failFast
go test -v -race -timeout 40m . -ginkgo.progress -ginkgo.v -ginkgo.failFast

.PHONY: test-upgrade
test-upgrade:
env PATH=$$(pwd)/../bin:$$PATH RUN_E2E=1 UPGRADE=1 \
go test -v -race . -ginkgo.progress -ginkgo.v -ginkgo.failFast
go test -v -race -timeout 15m . -ginkgo.progress -ginkgo.v -ginkgo.failFast

.PHONY: logs
logs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.13.24
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.67
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
github.com/cybozu-go/moco-agent v0.9.0
github.com/cybozu-go/moco-agent v0.10.0
github.com/go-logr/logr v1.2.4
github.com/go-logr/stdr v1.2.2
github.com/go-sql-driver/mysql v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
github.com/cybozu-go/moco-agent v0.9.0 h1:77WKgWYydknWVC3XPUE3YhNokutKmc7NHCy0bIqUV0o=
github.com/cybozu-go/moco-agent v0.9.0/go.mod h1:psUngzNi7oucca9XkyBV8d4SIkzOh6Sjwd2m4aqyWNE=
github.com/cybozu-go/moco-agent v0.10.0 h1:Mpy/LFzJ/eKbMbgEn4xecYgwrmrtjSGe9d26mDa7ciQ=
github.com/cybozu-go/moco-agent v0.10.0/go.mod h1:psUngzNi7oucca9XkyBV8d4SIkzOh6Sjwd2m4aqyWNE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 84408f3

Please sign in to comment.