Skip to content

Instantly share code, notes, and snippets.

@marun
Created January 26, 2022 15:32
Show Gist options
  • Save marun/a3eab526737d0113fa5f8ec7b6b7a144 to your computer and use it in GitHub Desktop.
Save marun/a3eab526737d0113fa5f8ec7b6b7a144 to your computer and use it in GitHub Desktop.
main-test-run
real 0m51.489s
user 10m20.097s
sys 0m46.914s
go test -race -count 5 -coverprofile=coverage.txt -covermode=atomic ./...
? github.com/kcp-dev/kcp [no test files]
? github.com/kcp-dev/kcp/cmd/cluster-controller [no test files]
? github.com/kcp-dev/kcp/cmd/compat [no test files]
? github.com/kcp-dev/kcp/cmd/crd-puller [no test files]
? github.com/kcp-dev/kcp/cmd/deployment-splitter [no test files]
? github.com/kcp-dev/kcp/cmd/kcp [no test files]
? github.com/kcp-dev/kcp/cmd/shard-proxy [no test files]
? github.com/kcp-dev/kcp/cmd/syncer [no test files]
? github.com/kcp-dev/kcp/cmd/virtual-workspaces [no test files]
? github.com/kcp-dev/kcp/config [no test files]
? github.com/kcp-dev/kcp/pkg/apis/apiresource [no test files]
? github.com/kcp-dev/kcp/pkg/apis/apiresource/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/apis/cluster [no test files]
ok github.com/kcp-dev/kcp/pkg/apis/cluster/v1alpha1 0.037s coverage: 5.7% of statements
? github.com/kcp-dev/kcp/pkg/apis/tenancy [no test files]
? github.com/kcp-dev/kcp/pkg/apis/tenancy/v1alpha1 [no test files]
ok github.com/kcp-dev/kcp/pkg/apis/tenancy/v1alpha1/helper 0.053s coverage: 100.0% of statements
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/fake [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/scheme [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/apiresource/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/apiresource/v1alpha1/fake [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/cluster/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/cluster/v1alpha1/fake [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/tenancy/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/clientset/versioned/typed/tenancy/v1alpha1/fake [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/apiresource [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/apiresource/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/cluster [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/cluster/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/internalinterfaces [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/tenancy [no test files]
? github.com/kcp-dev/kcp/pkg/client/informers/externalversions/tenancy/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/listers/apiresource/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/listers/cluster/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/client/listers/tenancy/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/pkg/cmd/help [no test files]
ok github.com/kcp-dev/kcp/pkg/crdpuller 0.154s coverage: 24.7% of statements
? github.com/kcp-dev/kcp/pkg/etcd [no test files]
? github.com/kcp-dev/kcp/pkg/gvk [no test files]
? github.com/kcp-dev/kcp/pkg/informer [no test files]
? github.com/kcp-dev/kcp/pkg/openapi [no test files]
? github.com/kcp-dev/kcp/pkg/reconciler/apiresource [no test files]
? github.com/kcp-dev/kcp/pkg/reconciler/cluster [no test files]
? github.com/kcp-dev/kcp/pkg/reconciler/deployment [no test files]
ok github.com/kcp-dev/kcp/pkg/reconciler/namespace 2.669s coverage: 10.8% of statements
? github.com/kcp-dev/kcp/pkg/reconciler/workspace [no test files]
? github.com/kcp-dev/kcp/pkg/reconciler/workspaceindex [no test files]
? github.com/kcp-dev/kcp/pkg/reconciler/workspaceshard [no test files]
ok github.com/kcp-dev/kcp/pkg/schemacompat 0.096s coverage: 68.0% of statements
? github.com/kcp-dev/kcp/pkg/server [no test files]
? github.com/kcp-dev/kcp/pkg/sharding [no test files]
ok github.com/kcp-dev/kcp/pkg/sharding/apiserver 0.154s coverage: 10.1% of statements
ok github.com/kcp-dev/kcp/pkg/syncer 0.063s coverage: 2.4% of statements
? github.com/kcp-dev/kcp/pkg/virtual/framework [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/cmd [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/context [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/fixedgvs [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/fixedgvs/apiserver [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/rbac [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/framework/rootapiserver [no test files]
ok github.com/kcp-dev/kcp/pkg/virtual/workspaces/auth 0.103s coverage: 60.9% of statements
? github.com/kcp-dev/kcp/pkg/virtual/workspaces/builder [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/workspaces/cache [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/workspaces/cmd [no test files]
? github.com/kcp-dev/kcp/pkg/virtual/workspaces/printers [no test files]
ok github.com/kcp-dev/kcp/pkg/virtual/workspaces/registry 7.737s coverage: 69.7% of statements
? github.com/kcp-dev/kcp/pkg/virtual/workspaces/util [no test files]
ok github.com/kcp-dev/kcp/test/e2e/api_inheritance 32.942s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/framework 0.143s coverage: 1.4% of statements
ok github.com/kcp-dev/kcp/test/e2e/reconciler/cluster 36.501s coverage: [no statements]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/apis/wildwest [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/apis/wildwest/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/clientset/versioned [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/clientset/versioned/fake [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/clientset/versioned/scheme [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/clientset/versioned/typed/wildwest/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/clientset/versioned/typed/wildwest/v1alpha1/fake [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/informers/externalversions [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/informers/externalversions/internalinterfaces [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/informers/externalversions/wildwest [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/informers/externalversions/wildwest/v1alpha1 [no test files]
? github.com/kcp-dev/kcp/test/e2e/reconciler/cluster/client/listers/wildwest/v1alpha1 [no test files]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/ingress 42.252s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/namespace 0.115s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspace 28.292s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspaceindex 41.971s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspaceshard 30.293s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/virtual/framework 32.917s coverage: [no statements]
? github.com/kcp-dev/kcp/test/e2e/virtual/framework/compositecmd [no test files]
? github.com/kcp-dev/kcp/test/e2e/virtual/helpers [no test files]
ok github.com/kcp-dev/kcp/test/e2e/virtual/workspaces 36.792s coverage: [no statements]
? github.com/kcp-dev/kcp/third_party/conditions/apis/conditions/v1alpha1 [no test files]
ok github.com/kcp-dev/kcp/third_party/conditions/util/conditions 0.120s coverage: 89.7% of statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment