Change in ovirt-engine[ovirt-engine-3.5]: engine: search: vms.uptime is not working

Piotr Kliczewski has submitted this change and it was merged. Change subject: engine: search: vms.uptime is not working ...................................................................... engine: search: vms.uptime is not working when searching for vms: vms.uptime > 01:00 we use the TimeSpan.TotalSeconds which is always zero (we never pass the seconds only days, hours and minutes) instead of using the TimeSpan.TotalMilliseconds which hold the true total time. Bug-Url: https://bugzilla.redhat.com/1005805 Change-Id: I322a253557c71888307a60e7ae685dd38d637543 Signed-off-by: Shahar Havivi <shaharh@redhat.com> --- M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/VmConditionFieldAutoCompleter.java 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Verified Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31066 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I322a253557c71888307a60e7ae685dd38d637543 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
piotr.kliczewski@gmail.com