-
Notifications
You must be signed in to change notification settings - Fork 77
keep date consistency when generate enclosure #455
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
|
|
||
| enclOutput.id = enclId; | ||
|
|
||
| var enclQuery = { name: enclInput.name, type: enclInput.type } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing semicolon.
| return targetNodes; | ||
| .then(function(){ | ||
| return waterline.nodes.addListItemsIfNotExistByIdentifier( | ||
| node.id, targetsToBeAdded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'targetsToBeAdded' is not defined.
| return waterline.nodes.addListItemsIfNotExistByIdentifier( | ||
| node.id, targetsToBeAdded | ||
| ); | ||
| }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected ')' and instead saw ';'.
Missing semicolon.
lib/jobs/generate-enclosure.js
Outdated
| targetsToBeRemoveded | ||
| ) | ||
| } | ||
| Promise.resolve() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing semicolon.
| return waterline.nodes.removeListItemsByIdentifier( | ||
| node.id, | ||
| targetsToBeRemoveded | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing semicolon.
| return waterline.nodes.addListItemsIfNotExistByIdentifier( | ||
| node.id, targetsToBeAdded | ||
| ); | ||
| }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected ')' and instead saw ';'.
Missing semicolon.
lib/jobs/generate-enclosure.js
Outdated
| enclosure: enclNode.id | ||
| }); | ||
| .then(function(nodeSn){ | ||
| var snName = self.enclConst.namePrefix + nodeSn; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snName is not accurate, enclName might be better.
lib/jobs/generate-enclosure.js
Outdated
| // Can not make sure prevent every exception in high concurrency. | ||
| if (type === 'containedBy' && | ||
| modifiedNode.relations[index].targets.length + targets.length > 1) { | ||
| throw new Error("Node "+node.id+" can only be contained by one node"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This branch can be removed here since "containedBy" isn't in the job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two same functions may be more easily to maintain?
lib/jobs/generate-enclosure.js
Outdated
| var targetsItems = _.map([].concat(targets), function(targetNode) { | ||
| targetNode = targetNode.id || targetNode; | ||
| if(targetNode === node.id ) { | ||
| throw new Error('Node cannot have relationship '+type+' with itself'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use promise.reject here so that the error can be caught in job._done(err). Same as other "throw" in this function
| }) | ||
| .then(function(targetsToBeAdded){ | ||
| return waterline.nodes.addListItemsIfNotExistByIdentifier( | ||
| node.id, targetsToBeAdded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without signs, is there any possibility that enclosure node will "encloses" one compute node more than once, if running this job multiple times?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mongo list update operator won't add two same items of value type to one list.
|
test this please |
|
BUILD on-tasks #124 : FAILURE BUILD on-tasks #124 Error Logs ▼Test Name: test09_check_discovery Error Details: string indices must be integers -------------------- >> begin captured stdout << --------------------- restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Status code = 200restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows --------------------- >> end captured stdout << ---------------------- --------------------- >> end captured logging << --------------------- Test Name: test10_apply_obm_settings restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs restful: Action = get , URL = http://localhost:9090/api/2.0/skus restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91 restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91 restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594200aabad64b5416377ae1 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594201649cc053811a99b0f2 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/59420230a09b337b1ed246c9 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202b7550f4bfe209d02f0 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202f60288ada621fd95cf restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942038769337a312490e316 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942041908f195d72672f298 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594204a38dc9775429b4c417 restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685 restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 **** Node(s) OBM status: restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08 **** Node(s) OBM status: --------------------- >> end captured stdout << ---------------------- Test Name: test12_check_pollers restful: Action = get , URL = http://localhost:9090/api/2.0/pollers restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad2/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ada/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad7/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad5/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad3/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad8/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current --------------------- >> end captured stdout << ---------------------- |
|
test this please |
iceiilin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure the PR gate failures before are irrelevant to this PR. I want to make sure this PR won't bring in any random problem.
If the uncertainty above is cleared, a +1 for this PR.
Having the same logic (addRelation here) in two processes is not a good structure, which points to data model (data base) separation for further architecture improvement.
jenkins: depend on RackHD/on-core#280
Modified ````generate-enclosure.js``` to use new DAL method to keep date consistency .
_addRelationis duplicated with the same function inon-http/lib/services/node-api-service.jsSo the unit test is omitted here which causes
Coverage decreased (-0.3%) to 72.391%