Comment 9 for bug 1433983

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

Reviewed: https://review.opencontrail.org/11563
Committed: http://github.org/Juniper/contrail-generateDS/commit/0c96060264871cdc9220b10f2dccbb59bfbc8315
Submitter: Zuul
Branch: R2.0

commit 0c96060264871cdc9220b10f2dccbb59bfbc8315
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