You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the workspace integration tests TestUploadDownloadBlob and TestUploadDownloadBlobViaServer to make it available to run in locally, without necessary to build a container image and run a Pod within the Kubernetes cluster. If we run these two locally, it'd failed at DNS lookup the MinIO server minio.default.svc.cluster.local:9000 since there is no MinIO server locally. We should be able to port-forward MinIO port 9000 locally and change the integration test to DNS lookup the localhost:9000.__
Steps to reproduce
Create preview environment and kubectx to preview environment
Run the integration test
cdtest
go test -v ./... \
-run TestUploadDownloadBlob \
-kubeconfig /home/gitpod/.config/kube \
-namespace default
go test -v ./... \
-run TestUploadDownloadBlobViaServer \
-kubeconfig /home/gitpod/.config/kube \
-namespace default
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Bug description
Enhance the workspace integration tests TestUploadDownloadBlob and TestUploadDownloadBlobViaServer to make it available to run in locally, without necessary to build a container image and run a Pod within the Kubernetes cluster. If we run these two locally, it'd failed at DNS lookup the MinIO server
minio.default.svc.cluster.local:9000
since there is no MinIO server locally. We should be able to port-forward MinIO port 9000 locally and change the integration test to DNS lookup thelocalhost:9000
.__Steps to reproduce
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: