Friday, 2018-12-14

*** Liang__ has joined #openstack-glance00:25
*** Liang__ has quit IRC00:27
*** cdent has quit IRC00:39
*** brinzhang has joined #openstack-glance00:48
*** gyee has quit IRC00:58
*** jcosmao has quit IRC01:04
openstackgerritBrin Zhang proposed openstack/glance-specs master: Spec Lite: Add description field to image  https://review.openstack.org/62340501:23
*** bhagyashris has joined #openstack-glance02:11
*** mhen has quit IRC02:26
*** itlinux has joined #openstack-glance02:40
openstackgerritLiang Fang proposed openstack/glance_store master: Catch rbd NoSpace exception  https://review.openstack.org/62432802:53
*** Liang__ has joined #openstack-glance02:53
*** Liang__ is now known as LiangFang02:56
*** LiangFang has quit IRC03:02
*** Liang__ has joined #openstack-glance03:23
*** Liang__ is now known as LiangFang03:23
*** abhishekk has joined #openstack-glance03:30
*** brinzh has joined #openstack-glance04:02
*** brinzhang has quit IRC04:06
*** udesale has joined #openstack-glance04:10
*** pdeore has joined #openstack-glance04:50
openstackgerritAbhishek Kekane proposed openstack/glance master: DO NOT MERGE  https://review.openstack.org/62508504:52
*** _alastor_ has quit IRC04:54
*** bhagyashris has quit IRC05:01
openstackgerritMerged openstack/glance master: Guard __getattr__ on QuotaImageTagsProxy  https://review.openstack.org/62508605:01
*** _alastor_ has joined #openstack-glance05:02
*** markvoelker has joined #openstack-glance05:04
*** _alastor_ has quit IRC05:34
*** ratailor has joined #openstack-glance05:51
openstackgerritAbhishek Kekane proposed openstack/glance master: DO NOT MERGE  https://review.openstack.org/62508505:55
*** lpetrut has joined #openstack-glance06:13
*** bhagyashris_ has joined #openstack-glance06:34
*** rcernin has quit IRC07:03
*** pcaruana has joined #openstack-glance07:12
*** Luzi has joined #openstack-glance07:13
*** dpawlik has joined #openstack-glance07:38
*** markvoelker has quit IRC07:45
*** lpetrut has quit IRC07:58
*** markvoelker has joined #openstack-glance08:16
*** imacdonn has quit IRC08:24
*** imacdonn has joined #openstack-glance08:24
*** priteau has joined #openstack-glance08:38
LiangFangabhishekk: functional-py35 issue has not been fixed, right?08:41
abhishekkLiangFang, not yet08:42
abhishekkits still there08:42
LiangFanga patch merged https://review.openstack.org/#/c/625086/08:42
abhishekkoslo.policy version 1.43.1 is causing problem08:42
LiangFangok..08:42
abhishekkthat was a rare, it's failing 99.99% time08:42
LiangFang...08:43
LiangFangbut the version is not controled by glance itself, right?08:43
abhishekkmeans?08:43
abhishekkhttps://review.openstack.org/#/c/625085/ this is a test patch08:44
LiangFangI mean we cannot specify version of oslo.policy in glance repo, right?08:46
LiangFanggot it08:51
openstackgerritChris Dent proposed openstack/glance master: Make QuotaImageTagsProxy deep-copyable  https://review.openstack.org/62511408:58
*** brinzh has quit IRC09:06
LiangFangabhishekk: in my environment, only one case failed: {0} subunit.parser [0.000514s] ... FAILED09:32
abhishekk yes, thats the issue09:32
abhishekkdon't know the reason yet09:33
LiangFangabhishekk: but it seems less issue than zuul09:33
LiangFangzuul has about 5+ issues09:34
abhishekkLiangFang, search for inprogress tests09:34
LiangFangok09:34
abhishekkLiangFang, the failures are intermittent, sometimes it shows 1, sometimes 5 and sometimes 809:35
LiangFang{3} glance.tests.functional.v2.test_metadef_namespaces.TestNamespaces.test_namespace_lifecycle [] ... inprogress09:38
LiangFang{9} glance.tests.functional.test_api.TestApiVersions.test_version_configurations [] ... inprogress09:38
LiangFang{2} glance.tests.functional.serial.test_scrubber.TestScrubber.test_scrubber_app [] ... inprogress09:38
LiangFang{0} glance.tests.functional.v2.test_images.TestImageMembers.test_image_member_lifecycle [] ... inprogress09:38
LiangFang{5} glance.tests.functional.v2.test_images.TestQuotasWithRegistry.test_image_upload_under_quota [] ... inprogress09:38
LiangFang{11} glance.tests.functional.v2.test_images.TestImagesWithRegistry.test_property_protections_with_policies [] ... inprogress09:38
LiangFang{8} glance.tests.functional.v2.test_tasks.TestTasksWithRegistry.test_task_not_allowed_non_admin [] ... inprogress09:38
LiangFang{1} glance.tests.functional.v2.test_images.TestImagesMultipleBackend.test_image_import_using_web_download [] ... inprogress09:38
LiangFang{7} glance.tests.functional.test_glance_manage.TestGlanceManage.test_check [] ... inprogress09:38
LiangFang{10} glance.tests.functional.v2.test_images.TestImages.test_property_protections_with_policies [] ... inprogress09:38
LiangFang{4} glance.tests.functional.v2.test_metadef_tags.TestMetadefTags.test_metadata_tags_lifecycle [] ... inprogress09:38
LiangFang{6} glance.tests.functional.v2.test_images.TestImagesWithRegistry.test_download_random_access_w_content_range [] ... inprogress09:38
LiangFangabhishekk: this is my environment09:38
abhishekkyes, those tests are later marked as failed or remains in progress forever09:39
LiangFangif I run the testcase one by one, it can pass09:39
abhishekkyes09:39
abhishekkif you install oslo.policy 1.43.0 then there is no issue09:39
abhishekkso need to analyze whats affecting from oslo.policy 1..43.1 version to these tests09:40
LiangFangmy environment is oslo.policy 1.42.009:42
LiangFang-> version_info = pbr.version.VersionInfo('oslo.policy')09:42
LiangFang(Pdb) pp version_info09:42
LiangFangpbr.version.VersionInfo(oslo.policy:1.42.0)09:42
LiangFangstill has this issue09:43
abhishekkstrange09:44
LiangFangI just take a look fo cinder09:45
LiangFangcinder always use 'slowest' for stestr09:46
LiangFanglet me try slowest for function-py3509:46
LiangFangmaybe I'm not correct09:49
LiangFangcinder is:09:49
LiangFangcommands =09:49
LiangFang  find . -ignore_readdir_race -type f -name "*.pyc" -delete09:49
LiangFang  stestr run {posargs}09:49
LiangFang  stestr slowest09:49
abhishekkok09:56
*** mosulica has joined #openstack-glance10:16
*** markvoelker has quit IRC10:36
*** markvoelker has joined #openstack-glance10:37
*** markvoelker has quit IRC10:41
LiangFangabhishekk: https://pypi.org/project/stestr/#history10:49
LiangFangabhishekk: stestr 2.2.0 is just released on Nov 3010:50
LiangFangI remember neutron project seems has UT issue last week, saw in maillist10:51
LiangFangabhishekk: I don't know if it is caused by stestr or not10:52
abhishekkYES, neutron has this as well10:53
abhishekkI am really out of ideas now :(10:53
LiangFangbut neutron seems has already fixed this10:53
LiangFangI just take a look of neutron patches, their UT is OK now10:53
abhishekkyes10:53
LiangFanglet me pull 2.1.1 to see if there's any issue or not10:56
abhishekkok10:58
abhishekkplease drop me a mail if you find something10:58
abhishekkI am leaving now10:58
abhishekkthank you10:58
LiangFangok, but i need to leave office now10:59
*** abhishekk has quit IRC10:59
*** bhagyashris_ has quit IRC10:59
*** LiangFang has quit IRC11:00
*** markvoelker has joined #openstack-glance11:16
*** Luzi has quit IRC11:44
*** pdeore has quit IRC11:47
*** udesale has quit IRC12:11
openstackgerritManik Sidana proposed openstack/glance master: generate an uuid for image id  https://review.openstack.org/62523212:12
*** pcaruana has quit IRC12:21
*** pcaruana has joined #openstack-glance12:22
*** pcaruana is now known as pcaruana|intw|12:25
*** ratailor has quit IRC12:34
*** _alastor_ has joined #openstack-glance12:35
*** _alastor_ has quit IRC13:14
*** mosulica has quit IRC13:59
*** pcaruana|intw| has quit IRC14:05
*** mosulica has joined #openstack-glance14:09
*** udesale has joined #openstack-glance14:27
*** mosulica has quit IRC14:27
*** pcaruana has joined #openstack-glance14:31
*** jmlowe has quit IRC14:48
*** zul has joined #openstack-glance15:03
*** jmlowe has joined #openstack-glance15:05
*** markvoelker has quit IRC15:06
*** dpawlik has quit IRC15:24
*** dpawlik has joined #openstack-glance15:48
*** dpawlik has quit IRC15:52
*** pcaruana has quit IRC16:20
*** jmlowe has quit IRC16:27
*** gyee has joined #openstack-glance16:37
*** belmoreira has quit IRC16:47
*** udesale has quit IRC17:07
*** markvoelker has joined #openstack-glance17:31
*** markvoelker has quit IRC17:35
*** MattMan has quit IRC18:03
*** MattMan has joined #openstack-glance18:03
*** itlinux has quit IRC18:13
*** itlinux has joined #openstack-glance18:13
openstackgerritMerged openstack/glance master: Increment versioning with pbr instruction  https://review.openstack.org/61056019:10
*** jmlowe has joined #openstack-glance19:32
*** priteau has quit IRC20:37
*** priteau has joined #openstack-glance22:05
*** priteau has quit IRC22:05
*** rosmaita has left #openstack-glance23:20

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!