-
Notifications
You must be signed in to change notification settings - Fork 13
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
nrsysmond suite fails due to invalid license key, but only on some platforms #14
Comments
I encountered the same problem. as I tried the test with our newrelic key, then it passes. A workaround would be to not start the nrsysmond service when testing, but I have no idea howto implement that cleanly. |
I will work with my contact at New Relic and see if there is a valid test key we can use. Otherwise, I just wanted to keep track of this issue even if there's not much to be done about it at this point. |
A testkey would be great! |
👍 to having a test key. |
I once wrote to their customer support asking for something like fake key for testing, they said that they don't have anything like that. @cwjohnston, was hoping you may've had better luck. Any news on this? |
@maxim I didn't hear any thing back on the request I sent to NewRelic, and, as I am no longer working for the company where I was using their service, I don't expect to receive a response from them. |
A bit of a necro 2 years later, but I've had success with '1234567890123456789012345678901234567890' - if it's someone legit API key, then I'm truly sorry (and jealous - gotta love sequential license keys!). |
Can someone verify that this solves the issue with rhel/ ancient ubuntu? |
To be honest, I'm not quite sure whether settings this is a good idea. If you just install the cookbook without changing the attribute, this would lead to potentially confidential data being send to a potentially random newrelic user. |
@chr4 rather than have it be the default, why not just use it as a Test Kitchen attribute, and leave the actual attribute blank, and error out if it’s not set? |
This sounds like a good idea. |
The latest commit on master uses |
I am seeing failures from
nrsysmond-default
test suite which appear to be related to theTESTKEY_NRSYSMOND
key being invalid. For some reason I can consistently reproduce this on certain platforms (e.g. centos-59, ubuntu-1204), but I believe it is actually a timing issue and not particular to the platforms in question.The text was updated successfully, but these errors were encountered: