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

HTTPS upload tests skipped when not executed from uploaders directory #56

Closed
nzhechev-bosch opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nzhechev-bosch
Copy link

nzhechev-bosch commented Sep 14, 2022

In setSSLCerts function in uploaders/common_test.go a relative path is used when setting the SSL_CERT_FILE environmental variable. Because of this, the value is not correct, unless the test is executed from the 'uploaders' directory - e.g. when executing all tests from the repo root directory with the go test ./... command - and the corresponding tests are skipped.

@e-grigorov e-grigorov added the bug Something isn't working label Sep 14, 2022
@e-grigorov e-grigorov moved this to Todo in Eclipse Kanto Sep 14, 2022
@nzhechev-bosch
Copy link
Author

It turns out the problem is not the directory from which the tests are executed. The actual issue is #57.

Repository owner moved this from Todo to Done in Eclipse Kanto Sep 14, 2022
@konstantina-gramatova konstantina-gramatova added this to the M2 milestone Sep 29, 2022
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
Status: Done
Development

No branches or pull requests

3 participants