Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing TestRemoteChartInstall #1233

Closed
denis256 opened this issue Jan 31, 2023 · 0 comments · Fixed by #1237
Closed

Fix failing TestRemoteChartInstall #1233

denis256 opened this issue Jan 31, 2023 · 0 comments · Fixed by #1237
Assignees
Labels
bug Something isn't working

Comments

@denis256
Copy link
Member

Noticed that TestRemoteChartInstall is constantly failing in CICD:

=== CONT  TestRemoteChartInstall
    install_test.go:78: 
        	Error Trace:	install_test.go:78
        	Error:      	Received unexpected error:
        	            	error while running command: exit status 1; WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/circleci/.kube/config
        	            	WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/circleci/.kube/config
        	            	Error: INSTALLATION FAILED: failed to download "terratest-0jn8ma/nginx" at version "9.7.4"
        	Test:       	TestRemoteChartInstall
TestRemoteChartInstall 2023-01-31T21:31:31Z logger.go:66: Running command helm with args [delete --namespace testremotechartinstall-vy4hh7 --timeout 5m1s nginx-osz4bd]
TestRemoteChartInstall 2023-01-31T21:31:31Z logger.go:66: WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/circleci/.kube/config
TestRemoteChartInstall 2023-01-31T21:31:31Z logger.go:66: WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/circleci/.kube/config
TestRemoteChartInstall 2023-01-31T21:31:32Z logger.go:66: Error: uninstall: Release not loaded: nginx-osz4bd: release: not found
    delete.go:11: 
        	Error Trace:	delete.go:11
        	            				panic.go:482
        	            				testing.go:864
        	            				install_test.go:78
        	Error:      	Received unexpected error:
        	            	error while running command: exit status 1; WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/circleci/.kube/config
        	            	WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/circleci/.kube/config
        	            	Error: uninstall: Release not loaded: nginx-osz4bd: release: not found
        	Test:       	TestRemoteChartInstall
@denis256 denis256 added the bug Something isn't working label Jan 31, 2023
@denis256 denis256 self-assigned this Jan 31, 2023
@denis256 denis256 mentioned this issue Feb 3, 2023
4 tasks
denis256 added a commit that referenced this issue Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant