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

Sporadic unit test failure - NameError for Azure #446

Open
clintoncwolfe opened this issue May 2, 2019 · 0 comments
Open

Sporadic unit test failure - NameError for Azure #446

clintoncwolfe opened this issue May 2, 2019 · 0 comments
Labels
Aspect: Testing Type: Bug Feature not working as expected

Comments

@clintoncwolfe
Copy link
Contributor

Unit tests occasionally fail with:

  1) Error:
azure transport::azure_client#test_0006_cannot instantiate azure_client vault client without a vault name:
NameError: uninitialized constant Azure::KeyVault
    /home/travis/build/inspec/train/test/unit/transports/azure_test.rb:99:in `block (3 levels) in <top (required)>'
  2) Error:
azure transport::azure_client#test_0004_can use azure_client graph client:
NameError: uninitialized constant Azure::GraphRbac
    /home/travis/build/inspec/train/test/unit/transports/azure_test.rb:87:in `block (3 levels) in <top (required)>'

Likely missing a require in a test file

@clintoncwolfe clintoncwolfe added Aspect/Testing Type: Bug Feature not working as expected labels May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Testing Type: Bug Feature not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants