We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests in 05_trino_create_tables.yml are skipped if consul_acl and nomad_acl is set.
Tests are skipped because the tests fails (unknown reason). Tests failing are validation of CSV,JSON etc.
All tests should run regardless.
.env
make test-standalone
Should not need this in the tests: when: not lookup('env', 'nomad_acl') | bool and not lookup('env', 'consul_acl') | bool
when: not lookup('env', 'nomad_acl') | bool and not lookup('env', 'consul_acl') | bool
The text was updated successfully, but these errors were encountered:
Plugin exited
context canceled
No branches or pull requests
Current behavior
Tests in 05_trino_create_tables.yml are skipped if consul_acl and nomad_acl is set.
Tests are skipped because the tests fails (unknown reason).
Tests failing are validation of CSV,JSON etc.
Expected behavior
All tests should run regardless.
How to reproduce?
.env
set consul_acl and nomad_acl to true (might need token/mor variables)make test-standalone
see that test are skipped.Suggestion(s)/solution(s) [Optional]
Should not need this in the tests:
when: not lookup('env', 'nomad_acl') | bool and not lookup('env', 'consul_acl') | bool
Checklist (after created issue)
The text was updated successfully, but these errors were encountered: