Skip to content

Instantly share code, notes, and snippets.

@marun
Last active January 26, 2022 15:34
Show Gist options
  • Save marun/d63b96f9b0834a78c8bcd6d12e2226e6 to your computer and use it in GitHub Desktop.
Save marun/d63b96f9b0834a78c8bcd6d12e2226e6 to your computer and use it in GitHub Desktop.
rebase-test-run
real 4m1.611s
user 17m17.400s
sys 0m49.401s
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.056s 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.060s 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.145s 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.686s 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.122s 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.151s coverage: 10.1% of statements
ok github.com/kcp-dev/kcp/pkg/syncer 0.056s 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.101s 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.724s 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 33.905s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/framework 0.147s coverage: 1.4% of statements
ok github.com/kcp-dev/kcp/test/e2e/reconciler/cluster 35.278s 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 233.929s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/namespace 0.128s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspace 28.528s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspaceindex 45.314s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/reconciler/workspaceshard 30.164s coverage: [no statements]
ok github.com/kcp-dev/kcp/test/e2e/virtual/framework 31.892s 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 35.712s 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.119s coverage: 89.7% of statements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment