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
go test -run TestTaskODSBuildTypescript/build_backend_typescript_app$ github.com/opendevstack/pipeline/test/tasks -v -timeout 60m
=== RUN TestTaskODSBuildTypescript
check.go:42: Trying to reach the required services...
check.go:49: Nexus reached successfully.
check.go:49: SonarQube reached successfully.
2022/03/15 08:24:30 Create namespace oxliildr to deploy to
2022/03/15 08:24:30 Create persistent volume oxliildr
I frequently get that the same namespace is generated in the example above oxliildr and as a consequence it appears the tests do reuse the prior logs and appears to pass. I am not quite sure what is causing this, but it appears perhaps the PseudoString is not actually random. I also tried to follow the suggestion at https://stackoverflow.com/a/54491783. At least for me the problem appears to go away but it did not make a difference.
For temporary workspaces make clear-tmp-workspaces appears to resolve the issue as well.
The text was updated successfully, but these errors were encountered:
When I run tasks tests like so:
I frequently get that the same namespace is generated in the example above
oxliildr
and as a consequence it appears the tests do reuse the prior logs and appears to pass. I am not quite sure what is causing this, but it appears perhaps the PseudoString is not actually random. I also tried to follow the suggestion at https://stackoverflow.com/a/54491783. At least for me the problem appears to go away but it did not make a difference.For temporary workspaces
make clear-tmp-workspaces
appears to resolve the issue as well.The text was updated successfully, but these errors were encountered: