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

Fix issue with relation #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue with relation #428

wants to merge 1 commit into from

Conversation

uppalk1
Copy link
Contributor

@uppalk1 uppalk1 commented Mar 17, 2017

in serviceProfile discovery

@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #1 : FAILURE

BUILD on-tasks #1 Error Logs ▼Test Name: Redfish Registries "before all" hook: start HTTP server Error Details: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test. Stack Trace: Error: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test.

Test Name: Http.Api.Notification "before all" hook: start HTTP server
Error Details: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test.
Stack Trace: Error: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test.

@uppalk1
Copy link
Contributor Author

uppalk1 commented Mar 17, 2017

test this please

@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #2 : FAILURE

@geoff-reid
Copy link
Contributor

test this please

1 similar comment
@PengTian0
Copy link
Contributor

test this please

@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #22 : FAILURE

BUILD on-tasks #22 Error Logs ▼Test Name: test_node_workflows_get Error Details: (404) Reason: Not Found HTTP response headers: HTTPHeaderDict({'Content-Length': '116', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"74-pJFq8Hazf1VD2xd/kEOrhX/y1zg"', 'Date': 'Thu, 23 Mar 2017 03:21:20 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'}) HTTP response body: {"message":"Could not find node with identifier fooey","status":"404","UUID":"1b373284-1ad7-4694-bd9b-24b1d6449d29"}

Stack Trace: Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/usr/lib/python2.7/unittest/case.py", line 1043, in runTest
self._testFunc()
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func
compatability.capture_type_error(s_func)
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error
func()
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func
func(test_case.state.get_state())
File "/home/jenkins/workspace/on-tasks/RackHD/test/tests/api/v2_0/nodes_tests.py", line 284, in test_node_workflows_get
Api().nodes_get_workflow_by_id('fooey')
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/apis/api_api.py", line 2849, in nodes_get_workflow_by_id
callback=params.get('callback'))
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 322, in call_api
response_type, auth_settings, callback)
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 149, in __call_api
post_params=post_params, body=body)
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/api_client.py", line 342, in request
headers=headers)
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 184, in GET
query_params=query_params)
File "/home/jenkins/workspace/on-tasks/RackHD/test/.venv/on-build-config/local/lib/python2.7/site-packages/on_http_api2_0/rest.py", line 177, in request
raise ApiException(http_resp=r)
ApiException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Length': '116', 'X-Powered-By': 'Express', 'Connection': 'keep-alive', 'ETag': 'W/"74-pJFq8Hazf1VD2xd/kEOrhX/y1zg"', 'Date': 'Thu, 23 Mar 2017 03:21:20 GMT', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json; charset=utf-8'})
HTTP response body: {"message":"Could not find node with identifier fooey","status":"404","UUID":"1b373284-1ad7-4694-bd9b-24b1d6449d29"}

@@ -134,7 +134,7 @@ function UcsServiceProfileDiscoveryJobFactory(
.spread(function(newNode){
var relations = [{
relationType: 'associatedTo',
targets: [newNode.associatedServer]
targets: [members.associatedServer]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After map, the member is not yet be a plural, so change members to member will make sense.

Copy link
Contributor

@yyscamper yyscamper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 after fix the plural variable name.

@amymullins
Copy link
Member

test this please

1 similar comment
@PengTian0
Copy link
Contributor

test this please

@JenkinsRHD
Copy link
Contributor

BUILD Archiving » tian » PR_GATE #9 : FAILURE

@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #262 : FAILURE

@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #155 : FAILURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants