-
Notifications
You must be signed in to change notification settings - Fork 63
handle undefined graphs safely #269
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
Conversation
|
BUILD on-core #6 : FAILURE |
|
test this please |
|
test this please |
|
BUILD on-core #126 : FAILURE BUILD on-core #126 Error Logs ▼Test Name: setup_ipmi_obm Error Details: (404) Reason: Not Found HTTP response headers: HTTPHeaderDict({'Content-Length': '110', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"6e-pUc+ujqJYt9UeJDcliVuUWh3j3Y"', 'Date': 'Mon, 20 Mar 2017 06:47:40 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'}) HTTP response body: {"message":"No Catalogs Found for Source (bmc).","status":"404","UUID":"58d871f7-8c69-4551-90fa-c85bba3f72b8"}-------------------- >> begin captured logging << -------------------- Test Name: test_node_catalogs_bysource Stack Trace: Traceback (most recent call last): Test Name: setup_ipmi_obm -------------------- >> begin captured logging << -------------------- Test Name: post_skupacks Stack Trace: Traceback (most recent call last): Test Name: test_get_chassis -------------------- >> begin captured logging << -------------------- Test Name: setup_ipmi_obm -------------------- >> begin captured logging << -------------------- |
Partially fixes https://rackhd.atlassian.net/browse/RAC-637
supports RackHD/on-taskgraph#226
@pscharla @RackHD/corecommitters
Just return the undefined instead of crashing trying to query it.