openshift-online / maestro

Maestro Service Repo
Apache License 2.0
8 stars 15 forks source link

upgrade ocm and sdk #114

Closed skeeey closed 3 weeks ago

skeeey commented 3 weeks ago

The update includes

skeeey commented 3 weeks ago

make test-integration OCM_ENV=testing gotestsum --jsonfile-timing-events=/home/cloud-user/go/src/github.com/openshift-online/maestro/integration-test-results.json --format short-verbose -- -p 1 -ldflags -s -v -timeout 1h \ ./test/integration

I0606 04:33:19.535611 3290296 framework.go:75] Initializing testing environment I0606 04:33:19.824412 3290296 framework.go:160] Using Mock OCM Authz Client I0606 04:33:19.825836 3290296 framework.go:213] Disabling Sentry error reporting I0606 04:33:19.834921 3290296 grpc_server.go:70] Serving gRPC service without TLS at 8090 I0606 04:33:19.835231 3290296 healthcheck_server.go:56] Serving HealthCheck without TLS at 8083 PASS test/integration.TestConsumerGet (0.07s) PASS test/integration.TestConsumerPost (0.04s) PASS test/integration.TestConsumerPatch (0.05s) PASS test/integration.TestConsumerPaging (0.09s) PASS test/integration.TestControllerRacing (1.44s) PASS test/integration.TestControllerReconcile (1.14s) PASS test/integration.TestControllerSync (1.04s) PASS test/integration.TestPulseServer (7.05s) PASS test/integration.TestResourceGet (0.05s) PASS test/integration.TestResourcePost (2.06s) PASS test/integration.TestResourcePostWithoutName (0.05s) PASS test/integration.TestResourcePostWithName (0.05s) PASS test/integration.TestResourcePatch (0.06s) PASS test/integration.TestResourcePaging (0.16s) PASS test/integration.TestResourceListSearch (0.10s) PASS test/integration.TestResourceBundleGet (0.04s) PASS test/integration.TestResourceBundleListSearch (0.14s) PASS test/integration.TestUpdateResourceWithRacingRequests (0.11s) PASS test/integration.TestResourceFromGRPC (3.08s) PASS test/integration.TestResourceBundleFromGRPC (3.05s) I0606 04:33:39.721063 3290296 api_server.go:157] Web server terminated I0606 04:33:39.721484 3290296 healthcheck_server.go:60] HealthCheck server terminated PASS test/integration

DONE 20 tests in 39.432s

skeeey commented 3 weeks ago

/assign @clyang82