Activity log for bug #1843885

Date Who What changed Old value New value Message
2019-09-13 11:04:26 Takashi Natsume bug added bug
2019-09-13 11:09:15 Takashi Natsume nova: importance Undecided High
2019-09-13 11:12:10 OpenStack Infra nova: status New In Progress
2019-09-13 11:19:30 Takashi Natsume description At [1], ther is a misuse of assertGreaterEqual self.assertGreaterEqual(6, len(fake_notifier.VERSIONED_NOTIFICATIONS), It should be as follows: self.assertGreaterEqual(len(fake_notifier.VERSIONED_NOTIFICATIONS), 6 https://github.com/openstack/nova/blob/db5caf2ff8f33e8b3e7f28f041127ee4ac8b1897/nova/tests/functional/notification_sample_tests/test_instance.py#L316-L317 [1] https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreaterEqual At [1], there is a misuse of assertGreaterEqual self.assertGreaterEqual(6, len(fake_notifier.VERSIONED_NOTIFICATIONS), It should be as follows: self.assertGreaterEqual(len(fake_notifier.VERSIONED_NOTIFICATIONS), 6 https://github.com/openstack/nova/blob/db5caf2ff8f33e8b3e7f28f041127ee4ac8b1897/nova/tests/functional/notification_sample_tests/test_instance.py#L316-L317 [1] https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertGreaterEqual
2019-09-14 00:09:55 OpenStack Infra nova: status In Progress Fix Released
2019-09-19 03:22:24 OpenStack Infra tags testing in-stable-stein testing