Comment 5 for bug 1433983

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/8479
Committed: http://github.org/Juniper/contrail-generateDS/commit/0a09abea3cfaf48bdc974c4d28464038f8bf2cf2
Submitter: Zuul
Branch: master

commit 0a09abea3cfaf48bdc974c4d28464038f8bf2cf2
Author: Prakash Bailkeri <email address hidden>
Date: Thu Mar 19 04:36:53 2015 -0700

Return empty list from bulk get API.

while reading the db with dbe_read_multi() if the uuid is deleted in between,
api return NoIdError for list request. NoIdError for list is improper and it should
return empty list
Also note, if the uuid to read request is invalid or non existing, API returns empty
list
Fix is to return Empty List from such read request
Closes-Bug: 1433983

Change-Id: I88956f395aa5085f1f215b85c6dd5d5ec46a6fba