Comment 3 for bug 1817064

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/638849
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=7e877c4fdb7843b674236204a9a3d31d07e6ad6f
Submitter: Zuul
Branch: master

commit 7e877c4fdb7843b674236204a9a3d31d07e6ad6f
Author: Takashi NATSUME <email address hidden>
Date: Sun Feb 24 00:15:19 2019 +0900

    Fix changes-before values in an instance action test

    In some DBMSs (e.g. MySQL 5.7 (*1)), fractions (millisecond and
    microsecond) of DateTime column is not stored by default.

    *1: https://dev.mysql.com/doc/refman/5.7/en/date-and-time-type-overview.html

    Fix specifying the 'changes-before' values
    in the functional test for the 'instance-action-list' command.

    Change-Id: I79e80088bcbf559a58aa90a831b54017af310a26
    Closes-Bug: #1817064