Thursday, 2016-03-03

*** luzC has quit IRC00:01
*** tmatsu has joined #openstack-qa00:01
*** rbak__ has quit IRC00:02
*** dims has joined #openstack-qa00:06
*** markvoelker has quit IRC00:06
*** zz_dimtruck is now known as dimtruck00:07
*** amotoki has quit IRC00:11
*** mriedem has joined #openstack-qa00:12
masayukigmtreinish: sdague: sure, I'll do for the last 10 failed thing of o-h :)00:13
*** reedip_away is now known as reedip00:14
masayukigBut I'm not sure that it's good thing about changing the date format to like "Feb 2, 17:26". Because it's not familiar with me like Japanese.00:15
openstackrecheckConsole logs not available after 13:20s for experimental-tempest-dsvm-multinode-full-dibtest 259746,18,0b910c700:17
*** sdague has quit IRC00:18
*** mylu has joined #openstack-qa00:21
*** doradus has quit IRC00:22
*** hemna is now known as hemnafk00:24
*** yamamoto has joined #openstack-qa00:24
openstackgerritAndrea Frittoli proposed openstack/qa-specs: add bp:client-manager-refactor  https://review.openstack.org/9280400:28
openstackgerritMatt Riedemann proposed openstack/tempest: DNM: ssh into active instance before and after live migration  https://review.openstack.org/28685500:30
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 285084,16,b03fabc00:31
*** yamamoto has quit IRC00:31
*** tochi has quit IRC00:32
*** dimtruck is now known as zz_dimtruck00:36
*** amotoki has joined #openstack-qa00:40
masayukigmtreinish: timothyb89: oops, timothyb89 has already started it. https://review.openstack.org/#/c/287478/ I'll look at this.00:43
*** jlwhite has quit IRC00:44
openstackrecheckConsole logs not available after 13:21s for experimental-tempest-dsvm-multinode-full-dibtest 286855,3,a9ccfaf00:44
mtreinishmasayukig: yeah I didn't like the date format in timothyb89's patch either but for different reasons00:52
mtreinishI don't lnow all the js formatting options though, but surely there's something else we can use00:52
openstackgerritJamie Lennox proposed openstack/tempest: Use urlunparse to reconstruct base_url  https://review.openstack.org/28753200:54
*** amotoki has quit IRC00:57
openstackrecheckConsole logs not available after 13:20s for gate-cinder-python34 279307,17,a2677c700:57
masayukigmtreinish: yeah, (angular)js seems to have a lot of formats :https://code.angularjs.org/1.5.0/docs/api/ng/filter/date . Besides, we can localized it.00:59
masayukig(I don't think we need it so far, though.)01:00
jamielennoxmtreinish: so the patch before mine above made a bigger mess of looking up the catalog01:01
*** zz_dimtruck is now known as dimtruck01:01
*** ddieterly has joined #openstack-qa01:07
*** dims has quit IRC01:08
*** markvoelker has joined #openstack-qa01:10
openstackrecheckConsole logs not available after 13:20s for gate-horizon-docs 285002,4,c47bafd01:11
*** tochi has joined #openstack-qa01:11
*** tmatsu_ has joined #openstack-qa01:14
*** yangyapeng has joined #openstack-qa01:15
mtreinishjamielennox: heh, we really need good unit tests on that stuff01:17
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client  https://review.openstack.org/26031901:17
*** tmatsu has quit IRC01:17
openstackgerritMerged openstack/tempest: Make compute keypairs_client use rest_client  https://review.openstack.org/28691501:17
mtreinishjamielennox: it's very finicky, no matter what we do there it doesn't seem to work for some edge case01:18
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make routers_client use **kwargs  https://review.openstack.org/28441201:18
mtreinishjamielennox: although reading the linked bug I think bknudson was looking at that01:18
mtreinishmasayukig: heh, you don't want to support localization on o-h :)01:19
*** yangyapeng has quit IRC01:19
masayukigmtreinish: true, so far :-P01:20
masayukigmtreinish: timothyb89: btw, "Failed Tests in Last 10 Failed Runs" shows only 8 entries now. Did you noticed this?01:21
*** yangyapeng has joined #openstack-qa01:23
mtreinishmasayukig: are there 10 failed runs in the window we pass to the api call?01:23
*** amotoki has joined #openstack-qa01:23
mtreinishbut, no I didn't notice that :)01:23
openstackrecheckConsole logs not available after 13:20s for gate-cinder-python27 287483,1,1ba80e001:24
masayukigmtreinish: hmm, there are no "tearDownClass (" and "setUpClass (" entries. I'll dig it later.01:26
jamielennoxmtreinish: so i'm having the same problem with the new code, if there is no version number in the url the regexp fails completely01:29
*** vhosakot has quit IRC01:29
*** tmatsu has joined #openstack-qa01:32
*** sc68cal_ has quit IRC01:33
*** tmatsu_ has quit IRC01:36
*** vhosakot has joined #openstack-qa01:37
openstackrecheckConsole logs not available after 13:20s for gate-horizon-python27 252014,23,ab998bc01:38
openstackgerritJamie Lennox proposed openstack/tempest: Use urlunparse to reconstruct base_url  https://review.openstack.org/28753201:38
jamielennoxmtreinish: this solves the problem for me but it's not a great way to do it01:38
jamielennoxthe idea is to do discovery on the endpoint in catalog and figure out what versions are available01:38
jamielennoxbut that's a bigger change and something that doesn't always work properly given current catalogs01:39
*** pvaneck has quit IRC01:41
mtreinishjamielennox: right, tempest verify-config tries to do the discovery (albeit poorly) and it's kinda a hodgepodge between everything01:42
mtreinishjamielennox: that's what bknudson was working on in his patch series was real version discovery support01:42
jamielennoxmtreinish: i don't see anything open from him01:42
mtreinishjamielennox: https://review.openstack.org/#/q/status:abandoned+project:openstack/tempest-lib+branch:master+topic:bug/153018101:42
mtreinishhe abandonded it because I'm -2'd the series because it needed to move over from tempest-lib to tempest/lib01:43
jamielennoxah, ok, that's why i didn't see it01:43
*** rfolco has quit IRC01:44
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add run_time scatter plot to grouped_runs page  https://review.openstack.org/28746301:44
mtreinishmasayukig: ^^^ I doubt that's gonna pass tests, but it's my starting point01:45
mtreinishit runs locally for me01:45
*** Swami has quit IRC01:47
*** openstackgerrit has quit IRC01:47
*** openstackgerrit has joined #openstack-qa01:48
masayukigmtreinish: It seems nice :) I'll have a look.01:49
openstackgerritJamie Lennox proposed openstack-dev/devstack: Use unversioned keystone endpoints  https://review.openstack.org/28587901:50
mtreinishmasayukig: well at a glance it seems nice, but in practice I'm not sure how useful it'll be01:50
mtreinishthere are too many job types so there are lots of colors01:50
mtreinishand the fixed height makes it difficult01:50
openstackrecheckConsole logs not available after 13:20s for gate-grenade-dsvm 227440,2,8460c4701:51
mtreinishmasayukig: for example: http://i.imgur.com/njwu3Xc.png is a pretty bad example :)01:52
mtreinishgranted the colors are selectable, but still there are too many01:53
*** fawadkhaliq has quit IRC01:53
mtreinishI'm thinking we might need a different graph type to show distributions of run times instead of trying to plot them all in a scatter plot01:54
masayukigmtreinish: awful..01:54
masayukigmtreinish: how about showing just only top 10 or so? Do we need to show all of them?01:56
*** jasonsb has joined #openstack-qa01:56
mtreinishmasayukig: well it really depends on what you're looking for. It might be speed, a particular set of job types, number of data points, etc01:57
*** vhosakot has quit IRC01:57
mtreinishI was trying to keep it open to the user to interact with the data to show what they wanted01:57
*** vhosakot has joined #openstack-qa01:57
mtreinishbut that doesn't work too well I guess :p01:57
*** dims has joined #openstack-qa01:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove service_client module  https://review.openstack.org/28738801:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make volume clients use rest_client  https://review.openstack.org/28737001:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make network clients use rest_client  https://review.openstack.org/28738201:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make object/orchestration clients use rest_client  https://review.openstack.org/28698501:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make identity clients use rest_client  https://review.openstack.org/28738001:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make image clients use rest_client  https://review.openstack.org/28737601:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make database/telemetry clients use rest_client  https://review.openstack.org/28734301:59
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add more detail info to EndpointNotFound  https://review.openstack.org/28755601:59
*** mtanino has quit IRC02:01
*** jasonsb has quit IRC02:02
masayukigmtreinish: heh.. So, regarding to the home page "Failed Tests in Last 10 Failed Runs" table, how about adding a "run time" column? I think we want to know it.02:02
mtreinishmasayukig: run_time for a failed test (or run) doesn't really mean anything because it could be a timeout failure or a fast fail02:04
openstackrecheckConsole logs not available after 13:20s for gate-nova-python27 286309,4,f48f02502:04
mtreinishwell for tracking run times at least02:04
mtreinishwhat would your goal be by adding it there?02:05
*** vhosakot has quit IRC02:07
*** yamamoto_ has joined #openstack-qa02:09
*** dimtruck is now known as zz_dimtruck02:10
masayukigmtreinish: I think we can recognize a timeout or fast fail easily. If we don't need to know the run_time, why do we put start_time and end_time there? Is it needed for debugging?02:10
masayukig(maybe, I'm just a little confuse or misunderstanding, though...)02:12
mtreinishmasayukig: well I think we only needed 1 of them start time or stop time (to indicate when it was running) but I put both there because they were available02:12
mtreinishtbh, I hadn't thought through the use case of that table fully02:12
mtreinishmriedem and sdague asked for it, and I figured they'd critique it if the data wasn't useful02:13
*** johnsom_ has joined #openstack-qa02:15
*** lezbar__ has joined #openstack-qa02:15
*** armax_ has joined #openstack-qa02:16
masayukigmtreinish: Thanks, sure. Hmm, we need to keep to interact with users as you said, it probably doesn't work well, though, anyway.02:18
*** dosaboy_ has joined #openstack-qa02:18
openstackgerritGhanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib  https://review.openstack.org/28438702:19
*** jokke__ has joined #openstack-qa02:19
openstackgerritGhanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients  https://review.openstack.org/28441402:19
openstackgerritGhanshyam Mann proposed openstack/tempest: Add tests for compute v2.10 microversion  https://review.openstack.org/27776302:19
mtreinishmasayukig: well, if you say mriedem out loud 3 times eventually he'll appear02:20
*** eliqiao_ has joined #openstack-qa02:20
*** dolpher1 has joined #openstack-qa02:20
*** alex_xu_ has joined #openstack-qa02:21
masayukigmtreinish: ok, I need red color, too.02:21
*** stevebak` has joined #openstack-qa02:22
*** mkoderer___ has joined #openstack-qa02:23
*** dosaboy_ has quit IRC02:23
mriedemi saw it on the first one02:23
*** stevebaker has quit IRC02:23
*** agireud has quit IRC02:23
*** mkoderer__ has quit IRC02:23
*** dosaboy has quit IRC02:23
*** armax has quit IRC02:23
*** openstackrecheck has quit IRC02:23
*** beisner has quit IRC02:23
*** johnsom has quit IRC02:23
*** stevemar has quit IRC02:23
*** jokke_ has quit IRC02:23
*** alex_xu has quit IRC02:23
*** eliqiao has quit IRC02:23
*** dolpher has quit IRC02:23
*** lezbar has quit IRC02:23
*** beisner has joined #openstack-qa02:23
*** armax_ is now known as armax02:23
mriedembut wasn't biting02:23
*** dolpher1 is now known as dolpher02:23
*** agireud has joined #openstack-qa02:24
*** stevemar has joined #openstack-qa02:24
*** dosaboy has joined #openstack-qa02:24
*** openstackrecheck has joined #openstack-qa02:24
*** yamahata has quit IRC02:24
mtreinishmriedem: haha02:25
*** josdotso has quit IRC02:27
mriedemi think the idea of that was to see if there was some regression in a specific test02:27
mriedembut i don't really remember the context of the discussion02:28
mriedemsean might02:28
gmannoomichi: dmellado : another token client does not looks good for me - https://review.openstack.org/#/c/286573/202:29
*** zackf has quit IRC02:29
gmannthere is already we have in tempest/lib now02:29
openstackrecheckConsole logs not available after 13:20s for gate-nova-python27 263925,20,546f97c02:31
oomichiyeah, I know. but the other doesn't require auth because it tries to get token.02:31
oomichigmann: ^^^02:31
oomichigmann: that means the auth is different between clients.02:32
gmannoomichi: yes, new one is directly to fetch with token id02:32
gmannoomichi: we need both methods but i am much concerned about file and class name02:32
oomichigmann: yeah, I know.02:33
gmannoomichi: or we keep those in identity_client only02:33
*** yamamoto_ has quit IRC02:33
gmannoomichi: because in same folder we will have token_client.py and tokens_client.py02:33
gmannwhich are much confusing interface for lib02:33
oomichigmann: hehe, nice point ;-)02:34
*** vhosakot has joined #openstack-qa02:34
gmannoomichi: and TokenClient and TokensClient during import02:35
oomichigmann: in addition, the other client is already released, so LGTM on keeping it02:35
oomichithat is not ideal, but fine for current situation02:35
oomichidmellado: ^^^ is it fine for you ?02:35
gmannoomichi: you mean keeping both file  ?02:36
oomichigmann: sorry, I need to go out soon02:37
*** eliqiao_ is now known as eliqiao02:37
oomichigmann: yeah, keeping current file/class structure02:38
gmannoomichi: ohk, sure we can discuss later not urgent02:38
gmannoomichi: please no :). anyways lets discuss later as you are late.02:38
*** zackf has joined #openstack-qa02:43
openstackrecheckConsole logs not available after 13:20s for gate-nova-python27 278598,12,b325c4202:44
*** zackf has quit IRC02:48
*** hoangcx has joined #openstack-qa02:49
*** vhosakot has quit IRC02:57
*** vhosakot has joined #openstack-qa02:57
openstackrecheckConsole logs not available after 13:20s for gate-horizon-python27 287457,2,739714b02:58
*** apoorvad has quit IRC03:07
*** achanda has joined #openstack-qa03:11
openstackrecheckConsole logs not available after 13:20s for gate-tempest-dsvm-layer4 287343,2,ed2fd2503:11
*** fedexo has joined #openstack-qa03:20
*** jswarren_ has joined #openstack-qa03:21
*** beisner- has joined #openstack-qa03:22
*** openstackrecheck has quit IRC03:22
*** beisner has quit IRC03:22
*** beisner- is now known as beisner03:22
*** ddieterl_ has joined #openstack-qa03:24
*** yamamoto_ has joined #openstack-qa03:25
*** gema_ has joined #openstack-qa03:25
*** oomichi_ has joined #openstack-qa03:25
*** dansmith_ has joined #openstack-qa03:25
*** jvrbanac_ has joined #openstack-qa03:26
*** dtantsur has joined #openstack-qa03:26
*** yamahata has joined #openstack-qa03:26
*** dansmith has quit IRC03:26
*** gema has quit IRC03:26
*** dtantsur|afk has quit IRC03:26
*** lutostag has quit IRC03:26
*** vponomaryov has quit IRC03:26
*** slowrie has quit IRC03:26
*** jvrbanac has quit IRC03:26
*** vinc1 has quit IRC03:26
*** jswarren has quit IRC03:26
*** oomichi has quit IRC03:26
*** dolpher has quit IRC03:26
*** ddieterly has quit IRC03:26
*** ajo has quit IRC03:26
*** HenryG has quit IRC03:26
*** oomichi_ is now known as oomichi03:26
*** slowrie has joined #openstack-qa03:26
*** HenryG has joined #openstack-qa03:26
*** ajo has joined #openstack-qa03:26
*** vinc1 has joined #openstack-qa03:27
*** dansmith_ is now known as dansmith03:27
*** woodster_ has quit IRC03:27
*** vponomaryov has joined #openstack-qa03:27
*** dolpher has joined #openstack-qa03:27
*** dansmith is now known as Guest6049703:27
*** ansiwen has quit IRC03:31
*** ansiwen has joined #openstack-qa03:31
*** lutostag has joined #openstack-qa03:32
*** tochi has quit IRC03:39
*** openstackrecheck has joined #openstack-qa03:41
*** dims has quit IRC03:48
openstackrecheckConsole logs not available after 13:20s for gate-horizon-python27 287516,1,b12ac6903:51
*** zackf has joined #openstack-qa03:55
*** shausy has joined #openstack-qa04:00
*** tochi has joined #openstack-qa04:00
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-postgres-full 286931,4,6aabc4804:04
openstackgerrityalei wang proposed openstack-dev/devstack: Add pg_createcluster creating process for psql version after 9.3  https://review.openstack.org/28696004:09
*** zackf has quit IRC04:14
*** jlwhite has joined #openstack-qa04:16
*** mriedem has quit IRC04:16
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 287520,1,7bb229d04:18
*** woodster_ has joined #openstack-qa04:20
*** zackf has joined #openstack-qa04:23
*** zackf has quit IRC04:25
*** zackf has joined #openstack-qa04:25
*** achanda has quit IRC04:28
openstackrecheckConsole logs not available after 13:21s for gate-cinder-python34 286901,3,de7ba4004:31
*** mylu has quit IRC04:36
*** mylu has joined #openstack-qa04:37
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 287457,3,29faf4304:45
*** jasonsb has joined #openstack-qa04:45
*** mylu has quit IRC04:48
*** rossella_s has quit IRC04:53
*** rossella_s has joined #openstack-qa04:54
*** mylu has joined #openstack-qa04:56
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 287531,2,36b85e204:58
*** luzC has joined #openstack-qa04:58
*** luzC has quit IRC05:10
*** achanda has joined #openstack-qa05:11
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-multinode 227440,2,2d57e4405:11
*** eliqiao_ has joined #openstack-qa05:13
openstackgerritMerged openstack/tempest: Implement TIMEOUT_SCALING_FACTOR for tempest  https://review.openstack.org/28743405:16
*** eliqiao has quit IRC05:16
*** alex_xu has joined #openstack-qa05:18
*** salv-orl_ has joined #openstack-qa05:19
*** alex_xu_ has quit IRC05:21
*** salv-orlando has quit IRC05:22
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-postgres-full 283263,1,a3072d605:25
*** slowrie has quit IRC05:28
*** slowrie has joined #openstack-qa05:28
openstackgerritMerged openstack/tempest: Add LOG.info to boot from volume tests  https://review.openstack.org/28663405:29
openstackgerritMerged openstack/tempest: Fix test_get_service_by_host_name  https://review.openstack.org/26776505:29
*** kiran-r has joined #openstack-qa05:37
*** tmatsu_ has joined #openstack-qa05:38
*** tmatsu has quit IRC05:38
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 279307,17,5349f1105:38
*** neeti has joined #openstack-qa05:50
*** alex_xu_ has joined #openstack-qa05:50
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 284412,8,4df69ac05:52
*** alex_xu has quit IRC05:53
openstackgerritEli Qiao proposed openstack/tempest: Add new live_migration case to support block_migration=auto  https://review.openstack.org/28760505:54
*** Abhishek_ has joined #openstack-qa05:59
*** Abhishek_ is now known as Guest7697005:59
*** Guest76970 has quit IRC06:00
*** Abhishek__ has joined #openstack-qa06:00
*** dave-mccowan has quit IRC06:01
*** johnsom_ is now known as johnsom06:01
*** Abhishek__ has quit IRC06:05
openstackrecheckConsole logs not available after 13:21s for gate-horizon-npm-run-test 286313,5,2a49e0e06:05
*** armax has quit IRC06:07
*** vhosakot has quit IRC06:09
*** vhosakot has joined #openstack-qa06:09
*** pilgrimstack1 has quit IRC06:14
*** pilgrimstack has joined #openstack-qa06:16
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-layer4 287380,2,9141c2306:18
kiran-rPlease review this patch https://review.openstack.org/#/c/267452/06:24
*** woodster_ has quit IRC06:27
*** neeti has quit IRC06:31
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 286336,5,0e77d4a06:32
*** vhosakot has quit IRC06:38
*** mylu has quit IRC06:38
*** eliqiao_ is now known as eliqiao06:39
*** vhosakot has joined #openstack-qa06:39
*** mylu has joined #openstack-qa06:39
*** mylu_ has joined #openstack-qa06:41
*** anshul has joined #openstack-qa06:43
*** mylu has quit IRC06:44
*** sridharg has joined #openstack-qa06:45
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-layer4 287376,2,f260c5406:45
*** hoangcx has quit IRC06:53
*** gamado has joined #openstack-qa06:54
*** mylu_ has quit IRC06:54
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-dvr 260319,31,fc8eb7b06:58
*** hoangcx has joined #openstack-qa07:00
yfriedgmann: fixed according to your comments. https://review.openstack.org/259746 could you please review?07:09
yfriedgmann: nm, soryy. tnx07:10
gmannyfried: yea that is +A, if you like to fix this comment in separate patch m quick +2 :) - https://review.openstack.org/#/c/259746/18/tempest/test.py07:10
yfriedgmann: pushing a quick fix on top. 2sec07:12
gmannyfried: cool, Thanks07:12
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python27 271592,17,363ce7c07:12
*** Serlex has joined #openstack-qa07:12
*** jlwhite has quit IRC07:15
openstackgerritYair Fried proposed openstack/tempest: Fix ambiguous method name  https://review.openstack.org/28762507:15
*** jasonsb has quit IRC07:16
yfriedgmann: ^^07:17
gmannyfried: +2, Thanks07:19
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-layer4 287382,2,005887b07:25
*** achanda has quit IRC07:31
*** fedexo has quit IRC07:34
*** boris-42 has quit IRC07:34
*** boris-42 has joined #openstack-qa07:34
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27 284839,4,5b9bcd307:39
*** Poornima has joined #openstack-qa07:45
*** pcaruana has joined #openstack-qa07:45
*** k4n0 has joined #openstack-qa07:46
eliqiaohello, does anyone know why my in sys.path, /usr/lib appears before /usr/local/ ? I can not run devstack well since python try to search package from /usr/lib07:47
*** jasonsb has joined #openstack-qa07:47
*** k4n0 has quit IRC07:48
*** achanda has joined #openstack-qa07:49
eliqiaohi gmann there? do you know what @test.idempotent_id mean in tempest?07:49
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-layer4 287370,2,0de5b1a07:52
*** jasonsb has quit IRC07:52
openstackgerritEli Qiao proposed openstack/tempest: Add new live_migration case to support block_migration=auto  https://review.openstack.org/28760507:52
*** yangyape_ has joined #openstack-qa07:53
*** e0ne has joined #openstack-qa07:55
gmanneliqiao: hi07:55
*** yangyapeng has quit IRC07:56
gmanneliqiao: that is to store the unique ID for each tests which can be used to run tests see result of tests etc07:56
*** e0ne has quit IRC07:56
gmanneliqiao: means each tests can be identify with id not just by name07:56
*** yangyapeng has joined #openstack-qa07:59
eliqiaogmann: I added one case in https://review.openstack.org/#/c/287605/, I don't know how does the id generated, I just use a fake one, is that okay?07:59
gmanneliqiao: let me check07:59
openstackgerritMerged openstack/tempest: Security Groups multi-node scenario  https://review.openstack.org/25974607:59
*** eliqiao has quit IRC08:01
*** amotoki has quit IRC08:02
*** yangyape_ has quit IRC08:02
*** markvoelker has quit IRC08:03
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-layer4 287343,3,aa90c4808:05
*** eliqiao has joined #openstack-qa08:07
gmanneliqiao: that is not fine, you should generate automatically by tox -v -euuidgen08:07
gmanneliqiao: so what you do, remove the @test.idempotent_id from new test and run tox -epep808:07
gmanneliqiao: it will give error and ask you to run tox -v -euuidgen08:08
gmanneliqiao: this will automatically append id in new tests08:08
*** Poornima has quit IRC08:13
eliqiaogmann: oh, thanks, it's really help.08:14
gmanneliqiao: np!08:14
*** _nadya_ has joined #openstack-qa08:16
openstackgerritEli Qiao proposed openstack/tempest: Add new live_migration case to support block_migration=auto  https://review.openstack.org/28760508:16
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 285879,2,a462b5008:19
*** yaume has joined #openstack-qa08:20
dmelladogmann: ping08:26
dmelladore: token client08:26
gmanndmellado: hi08:27
dmelladohi gmann, I've just read your comments and I'm fine integrating it in one token_client08:28
gmanndmellado: yea actually i was discussing the same with oomichi .08:28
dmelladobut I'd like also discuss how to handle the 'remaining' methods on identity_client08:28
gmanndmellado: actually there we cannot integrate i think as that client constructor is different08:28
dmelladogmann: lemme check08:29
* dmellado just need a coffee08:29
gmanndmellado: let's discuss with oomichi and we can get good way to do that08:29
dmellado+108:29
*** grafuls has joined #openstack-qa08:32
openstackrecheckConsole logs not available after 13:22s for experimental-tempest-dsvm-multinode-full-dibtest 286855,4,b70307d08:32
*** ihrachys has joined #openstack-qa08:32
*** achanda has quit IRC08:32
gmannmtreinish: andreaf : can you please look into microversion testing patches - https://review.openstack.org/#/q/topic:bp/api-microversions-testing-support+status:open08:34
*** eliqiao_ has joined #openstack-qa08:35
*** dolpher has quit IRC08:35
*** eliqiao has quit IRC08:35
dmelladogmann: yep you might be right about this, it won't be possible to integrate this08:35
dmelladoso what would you suggest?08:35
*** e0ne has joined #openstack-qa08:36
*** shardy has joined #openstack-qa08:37
gmanndmellado: as of now, i think we should keep those in identity_client but let's see oomichi  suggestion on this if any better way08:37
*** jlanoux has joined #openstack-qa08:38
*** e0ne has quit IRC08:38
*** Poornima has joined #openstack-qa08:39
*** gamado has quit IRC08:41
*** vhosakot has quit IRC08:44
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 286882,1,0b15b2608:45
*** hoangcx has quit IRC08:49
*** jasonsb has joined #openstack-qa08:51
*** shuquan has joined #openstack-qa08:54
*** jasonsb has quit IRC08:55
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 265792,5,d09336a08:59
*** shuquan has quit IRC09:03
*** markvoelker has joined #openstack-qa09:03
*** shuquan has joined #openstack-qa09:05
*** grafuls has quit IRC09:05
*** eliqiao_ is now known as eliqiao09:07
*** gamado has joined #openstack-qa09:10
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 280786,13,064a31f09:12
*** jordanP has joined #openstack-qa09:14
*** lucas-dinner is now known as lucasagomes09:17
*** vinc1 is now known as vgatignol09:22
*** vgatignol is now known as vinc09:23
*** e0ne has joined #openstack-qa09:24
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 287556,1,dcf1ccf09:26
bauzasmmm, the gate is stuck because of a tempest gate-grenade-dsvm-multinode job that waits for timeouting09:26
bauzashttps://jenkins02.openstack.org/job/gate-grenade-dsvm-multinode/3180/console09:26
bauzaswe're now at 6 hours delay09:26
*** hoangcx has joined #openstack-qa09:26
*** gamado has quit IRC09:31
*** jokke__ is now known as jokke_09:33
*** apevec has joined #openstack-qa09:37
*** apevec has left #openstack-qa09:37
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 287388,2,8d12fa509:39
*** hoangcx has quit IRC09:45
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Introduce LineWithFocusChart  https://review.openstack.org/28767909:49
openstackrecheckConsole logs not available after 13:21s for gate-cinder-python27 287483,2,bba173509:52
*** grafuls has joined #openstack-qa09:53
*** openstackgerrit_ has joined #openstack-qa09:53
*** e0ne has quit IRC10:00
*** openstackgerrit_ has quit IRC10:02
bauzasanyone could help me on troubleshooting why the gate is stuck since 7 hours because of a grenade plugin ?10:03
*** boris-42 has quit IRC10:04
openstackrecheckConsole logs not available after 13:22s for gate-horizon-python27 273370,4,6c292c110:06
*** Serlex has left #openstack-qa10:08
*** Serlex has joined #openstack-qa10:09
*** Serlex has left #openstack-qa10:09
*** grafuls has quit IRC10:09
*** Serlex has joined #openstack-qa10:09
*** Serlex has left #openstack-qa10:09
*** Serlex has joined #openstack-qa10:09
*** Serlex has left #openstack-qa10:09
*** Serlex has joined #openstack-qa10:10
*** Serlex has left #openstack-qa10:10
*** e0ne has joined #openstack-qa10:10
*** Serlex has joined #openstack-qa10:10
*** neeti has joined #openstack-qa10:12
bauzasso, the job finally timed out, and the root cause is the cinder plugin create ssh failure here http://logs.openstack.org/81/283781/6/gate/gate-grenade-dsvm-multinode/3c1b54b/logs/grenade.sh.txt.gz#_2016-03-03_09_51_29_86510:13
bauzashelp welcome :-)10:13
bauzasthat retry loop took 2 hours...10:13
*** amotoki has joined #openstack-qa10:16
*** amotoki has quit IRC10:16
*** jordan_ has joined #openstack-qa10:16
*** yangyapeng has quit IRC10:16
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277436,12,c9b553f10:19
*** jordanP has quit IRC10:20
jordan_bauzas, it seems a shorter timeout is needed10:27
bauzasjordan_: I'm not sure reducing the timeout could really help the problem10:27
jordan_2016-03-03 08:02:48.019 | debug1: expecting SSH2_MSG_KEXDH_REPLY10:28
jordan_2016-03-03 08:18:18.825 | Read from socket failed: Connection timed out10:28
bauzasit could certainly make the gate happier, but it wouldn't resolve it10:28
jordan_there's 16min of nothing10:28
jordan_but there should be somewhere a mecanism that prevent any run to take longer than 2h it think10:28
openstackgerritThomas Bechtold proposed openstack-dev/devstack: Fix lsb installation for SUSE  https://review.openstack.org/28769310:28
jordan_but that's configurable10:28
jordan_bauzas, http://logs.openstack.org/81/283781/6/gate/gate-grenade-dsvm-multinode/3c1b54b/console.html#_2016-03-03_07_13_08_42910:31
jordan_for this job the timeout is set to 170min10:31
jordan_so "nothing wrong" if it take more than 2hours10:31
bauzasjordan_: well, if the instance can't be pinged in the next 10 or 20 mins, then we can concluded it's not good anyway,nope ? :)10:32
jordan_yeah, that's why we should lower the ssh timeout10:32
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-neutron 286960,2,ee8b94a10:32
jordan_that looks like a bug in grenade10:34
jordan_not a bug but a change somewhere here https://github.com/openstack-dev/grenade/blob/9f84a0c51657db95334a1255760dc960cb463fb8/projects/70_cinder/resources.sh#L139 could help10:35
openstackgerritLucas Alvares Gomes proposed openstack-dev/devstack: Ironic: Set DEFAULT_IMAGE_NAME to full disk image for agent  https://review.openstack.org/28769810:36
*** shuquan has quit IRC10:39
*** Poornima has quit IRC10:39
*** Poornima has joined #openstack-qa10:40
*** Poornima has quit IRC10:42
*** raildo-afk is now known as raildo10:42
*** Poornima has joined #openstack-qa10:43
*** mvk has joined #openstack-qa10:43
jordan_it looks like a MTU problem10:45
jordan_failure is on a multinode job, ping works but ssh is stuck, looks like https://ask.openstack.org/en/question/30502/can-ping-vm-instance-but-cant-ssh-ssh-command-halts-with-no-output/10:46
openstackrecheckConsole logs not available after 13:22s for gate-swift-dsvm-functional 287592,2,5ef727f10:46
afazekasmtreinish, ping10:48
*** Poornima has quit IRC10:51
*** grafuls has joined #openstack-qa10:52
*** jasonsb has joined #openstack-qa10:52
*** Poornima has joined #openstack-qa10:56
*** cdent has joined #openstack-qa10:56
*** jasonsb has quit IRC10:57
*** tosky has joined #openstack-qa10:59
*** grafuls has quit IRC11:00
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34 287483,2,fecc2f211:00
*** alex_xu_ has quit IRC11:01
*** salv-orl_ has quit IRC11:01
*** salv-orlando has joined #openstack-qa11:02
*** alex_xu has joined #openstack-qa11:02
*** Poornima has quit IRC11:03
*** Poornima has joined #openstack-qa11:04
*** lezbar__ has quit IRC11:06
*** lezbar has joined #openstack-qa11:07
*** neeti has quit IRC11:08
*** sridharg has quit IRC11:08
*** kashyap has quit IRC11:09
*** neeti has joined #openstack-qa11:09
*** sridharg has joined #openstack-qa11:10
*** raildo is now known as raildo-afk11:12
*** kashyap has joined #openstack-qa11:12
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 265792,5,0f8723011:13
*** dims has joined #openstack-qa11:14
*** gamado has joined #openstack-qa11:18
openstackgerritThomas Bechtold proposed openstack-dev/devstack: Use "command -v" instead of "which" to find path  https://review.openstack.org/28772111:18
*** salv-orl_ has joined #openstack-qa11:19
openstackgerritMerged openstack-dev/devstack: Add Glance Artifact API in devstack installation  https://review.openstack.org/25788811:20
*** gamado has quit IRC11:20
*** gamado has joined #openstack-qa11:21
*** salv-orlando has quit IRC11:22
openstackgerritAbhishek proposed openstack/tempest: Added extra-route api test  https://review.openstack.org/26745211:24
openstackgerritMerged openstack/tempest: Make identity service client class name consistent  https://review.openstack.org/28316711:25
*** dims has quit IRC11:26
openstackrecheckConsole logs not available after 13:24s for gate-tempest-pep8 287605,1,6f8714d11:26
*** dims has joined #openstack-qa11:27
openstackgerritAbhishek proposed openstack/tempest: Added extra-route api test  https://review.openstack.org/26745211:28
openstackgerritMerged openstack/tempest: Fix ambiguous method name  https://review.openstack.org/28762511:29
openstackgerritMerged openstack/tempest: Make object/orchestration clients use rest_client  https://review.openstack.org/28698511:30
openstackgerritMerged openstack/tempest: Add more detail info to EndpointNotFound  https://review.openstack.org/28755611:30
*** yangyapeng has joined #openstack-qa11:32
*** mvk has quit IRC11:32
*** yangyapeng has quit IRC11:33
*** yangyapeng has joined #openstack-qa11:33
binbincongjordan_: About https://review.openstack.org/#/c/280574/, any suggestion how to deal with the difference between xen and kvm?11:37
*** yamahata has quit IRC11:39
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 287416,2,5a3346411:40
*** zackf has quit IRC11:42
*** tmatsu_ has quit IRC11:45
*** sdague has joined #openstack-qa11:49
snikitinjoin #openstack-infra11:51
snikitinops11:52
*** rfolco has joined #openstack-qa11:52
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-multinode 287613,1,359ca8011:53
*** dave-mccowan has joined #openstack-qa11:56
*** mvk has joined #openstack-qa11:59
*** openstackgerrit has quit IRC12:03
*** openstackgerrit has joined #openstack-qa12:03
*** aysyd has joined #openstack-qa12:04
*** tochi has quit IRC12:05
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 271595,19,265bdeb12:07
*** Poornima has quit IRC12:09
*** aysyd has quit IRC12:09
*** aysyd has joined #openstack-qa12:10
*** Poornima has joined #openstack-qa12:18
openstackrecheckConsole logs not available after 13:24s for gate-horizon-python27 286268,5,d55cd1312:20
*** gfidente has joined #openstack-qa12:21
jordan_binbincong, I don't know, you should talk to someone from Citrix12:21
openstackgerritDevahooti proposed openstack/tempest: Added new test-case for live-migration  https://review.openstack.org/28775712:23
*** shuquan has joined #openstack-qa12:24
binbincongjordan_, got it, let me check and try to fix it12:26
*** Poornima has quit IRC12:26
*** shuquan has quit IRC12:29
*** sshnaidm has quit IRC12:30
*** shuquan has joined #openstack-qa12:30
*** ngoracke has joined #openstack-qa12:32
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 287485,2,ba0301912:34
*** sshnaidm has joined #openstack-qa12:35
*** shuquan has quit IRC12:35
*** yamamoto_ has quit IRC12:38
*** Poornima has joined #openstack-qa12:43
*** vinc has quit IRC12:45
*** ngoracke has quit IRC12:46
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 287351,2,c7f4d0212:47
openstackgerritDevahooti proposed openstack/tempest: Added new test-case for live-migration  https://review.openstack.org/28775712:48
*** rossella_s has quit IRC12:54
*** rossella_s has joined #openstack-qa12:54
*** cdent has quit IRC12:54
*** jasonsb has joined #openstack-qa12:54
*** _nadya_ has quit IRC12:55
*** _nadya_ has joined #openstack-qa12:55
openstackgerritabregman proposed openstack-infra/devstack-gate: DO NOT MERGE - Testing Gates  https://review.openstack.org/28778012:59
*** jasonsb has quit IRC12:59
*** _nadya_ has quit IRC13:00
openstackrecheckConsole logs not available after 13:23s for gate-horizon-python27 143628,32,26fd6bd13:00
*** vinc has joined #openstack-qa13:07
*** dkranz has joined #openstack-qa13:08
*** jlwhite has joined #openstack-qa13:09
*** raildo-afk is now known as raildo13:11
*** markvoelker has quit IRC13:11
*** markvoelker has joined #openstack-qa13:11
openstackrecheckConsole logs not available after 13:21s for gate-horizon-npm-run-test 247997,21,17bacda13:14
*** moravec has quit IRC13:19
*** Poornima has quit IRC13:20
*** Poornima has joined #openstack-qa13:22
*** doradus has joined #openstack-qa13:22
*** doradus has quit IRC13:22
*** doradus has joined #openstack-qa13:23
*** cdent has joined #openstack-qa13:25
*** yamamoto_ has joined #openstack-qa13:25
*** yamamoto_ has quit IRC13:26
openstackrecheckConsole logs not available after 13:24s for gate-horizon-pep8 284619,2,55a28a913:27
*** yamamoto_ has joined #openstack-qa13:31
*** Poornima has quit IRC13:33
*** shausy has quit IRC13:33
openstackgerritJordan Pittier proposed openstack/tempest: Unit tests: mock some time.sleep and time.time  https://review.openstack.org/28779613:33
*** yamamoto_ has quit IRC13:35
*** neeti has quit IRC13:37
*** gszasz has joined #openstack-qa13:39
*** kiran-r has quit IRC13:40
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 283781,6,3c1b54b13:40
*** larainema has quit IRC13:44
*** edmondsw has joined #openstack-qa13:48
*** larainema has joined #openstack-qa13:49
*** weshay has joined #openstack-qa13:49
*** yamamoto_ has joined #openstack-qa13:50
*** Poornima has joined #openstack-qa13:50
*** yangyapeng has quit IRC13:50
*** yangyapeng has joined #openstack-qa13:50
*** kiran-r has joined #openstack-qa13:50
openstackrecheckConsole logs not available after 13:22s for gate-horizon-dsvm-integration 143628,33,2f77d6e13:54
*** krtaylor has quit IRC13:54
*** jecarey has quit IRC13:56
*** regXboi has joined #openstack-qa13:57
*** tmatsu has joined #openstack-qa13:57
*** ddieterl_ is now known as ddieterly14:01
*** tmatsu has quit IRC14:02
bauzasso, back there about the grenade-multinode job locking the gate for 120 mins14:03
bauzasas I said, evidences are here http://logs.openstack.org/81/283781/6/gate/gate-grenade-dsvm-multinode/3c1b54b/logs/grenade.sh.txt.gz#_2016-03-03_09_51_29_86514:03
sdagueright, so first thing is that's vexxhost14:05
sdaguewhich we've never seen before14:05
*** rodrigods has quit IRC14:06
*** rodrigods has joined #openstack-qa14:06
*** Serlex has quit IRC14:06
*** yamamoto_ has quit IRC14:07
openstackrecheckConsole logs not available after 13:22s for gate-nova-pypy-bindep 279398,1,96ebb4614:07
*** Serlex has joined #openstack-qa14:08
sdaguehttp://logstash.openstack.org/#dashboard/file/logstash.json?query=build_node%3A*vexx*%20AND%20(message%3A%5C%22Finished%20FAILURE%5C%22%20OR%20message%3A%5C%22Finished%20SUCCESS%5C%22)%20AND%20build_name%3A*multi*14:11
*** jaypipes has joined #openstack-qa14:12
*** ChanServ sets mode: +o jaypipes14:12
*** jordan__ has joined #openstack-qa14:13
*** mylu has joined #openstack-qa14:14
*** mylu has quit IRC14:15
sdaguebauzas: so I'm confused where you want to go with this conversation, as you mostly pushed out a log and that's it :)14:17
*** jordan_ has quit IRC14:17
bauzassdague: sorry was doing other stuff14:18
bauzassdague: so I'm about to file a bug14:18
bauzassdague: fair enough ?14:18
bauzasanyway, the gate is a far better shape now than earlier14:18
sdaguebauzas: well, I guess the more important question is what are you asking for. Someone to figure out what happened?14:20
*** _nadya_ has joined #openstack-qa14:20
bauzassdague: I just feel it's somehow slowing down the gate, hence me reporting that14:20
bauzassdague: ideally, I'd like to see how we could prevent that to last 120 mins14:20
sdaguebauzas: assume I've seen nothing on IRC, because I haven't, as I don't leave anything connected at night.14:21
openstackrecheckConsole logs not available after 13:21s for gate-nova-pypy-bindep 224764,8,3d2465f14:21
bauzassdague: no worries14:21
sdaguebauzas: here is the issue with that timeout concern14:21
*** mriedem has joined #openstack-qa14:21
bauzassdague: I just think we can possibly take some action items, like either reducing the timeout or seeing how to fail gracefully sooner14:21
sdaguewe have jobs that were getting killed at 120 minutes that were still passing14:21
sdaguebut killed because of timeout and causging gate resets14:21
sdagueso reducing the backstop timeout I think is not a great idea14:22
sdaguebecause that causes more failures14:22
bauzassdague: I totally understand that14:22
sdaguewe actually just increased it to 180 minutes yesterday for that reason14:22
bauzassdague: and I agree, that was my opinion earlier in this chan14:22
bauzassdague: so, now I wonder whether we should include more logic in the cinder plugin, by considering that 3 retries are already hard times14:23
bauzasor retrying faster in the plugin14:23
sdaguebauzas: oh, the cinder resource script in grenade?14:23
sdagueyeh, we could put a hard timeout there14:23
bauzassdague: yup14:24
bauzassdague: that's why I'm filing the bug14:24
bauzasbecause AFAICS, we have like 15 mins between retries with an incredible number of retries14:24
bauzasspeaking of the ssh connection test14:24
*** vhosakot has joined #openstack-qa14:25
bauzasI can't hardly consider that if the ssh connection wasn't working for 30 mins, there are very little chances that it will eventually succeed14:25
bauzassdague: but will clarify my thoughts in the bug report14:25
*** tosky has quit IRC14:25
bauzassorry if I was unclear about my intents14:26
sdaguebauzas: well, it's not actually that14:27
sdagueit's hanging on a socket thing14:27
sdaguethat's ssh eventually giving up14:27
*** ngoracke has joined #openstack-qa14:27
*** tosky has joined #openstack-qa14:27
bauzasright14:27
sdaguewe assumed that was an instantaneous success / fail14:27
bauzasbut ssh timeouts after 15 mins14:28
bauzas(afaics)14:28
bauzassdague: https://bugs.launchpad.net/grenade/+bug/155272814:30
openstackLaunchpad bug 1552728 in grenade "Cinder-create times out when trying to verify the SSH connection" [Undecided,New]14:30
bauzasinteresting, there is a timeout=30 elsewhere14:31
bauzasI could even patch by myself \o/14:31
*** moravec has joined #openstack-qa14:32
*** erlon has joined #openstack-qa14:33
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 287176,3,0a3b69e14:34
openstackgerritJohn Warren proposed openstack/tempest: Fix V3 credential behavior, documentation  https://review.openstack.org/28553514:34
mriedemmtreinish: sdague: have either of you seen this? http://logs.openstack.org/45/287545/1/check/gate-tempest-dsvm-neutron-src-oslo.versionedobjects/8b7d058/console.html#_2016-03-03_02_35_17_88014:36
*** Guest60497 is now known as dansmith14:36
openstackgerritClaudiu Belu proposed openstack/tempest: Fixes LiveBlockMigrationTestJSON.test_iscsi_volume bad call  https://review.openstack.org/28783714:37
openstackgerritSean Dague proposed openstack-dev/grenade: Be more aggressive about timeout handling on ssh  https://review.openstack.org/28783814:37
sdaguebauzas: ^^^14:37
mriedemhttp://logs.openstack.org/45/287545/1/check/gate-tempest-dsvm-neutron-src-oslo.versionedobjects/8b7d058/logs/screen-g-api.txt.gz#_2016-03-03_02_10_37_90914:37
bauzassdague: heh, I was just writing the change :)14:37
sdaguemriedem: no, but I know what's causing it14:37
sdaguethere is a glance test for upload by url14:38
sdaguewe give it a well known url14:38
sdaguewhich is not reachable from there?14:38
bauzassdague: thanks, great fix14:38
sdagueseems weird14:38
mriedemsdague: ok, logstash is only showing 1 hit but it's not the change i saw it on, so i don't trust logstash14:39
*** yamamoto_ has joined #openstack-qa14:39
sdaguelogstash is definitely behind some14:40
mriedemyeah so it's trying to get to http://git.openstack.org/static/openstack.png14:40
mriedemcould it just be a hiccup with git.o.o being unavailable?14:40
sdaguecould be14:41
mriedemcouldn't tempest just store it's own test image file for upload?14:42
*** akshai has joined #openstack-qa14:42
*** mriedem has left #openstack-qa14:42
*** mriedem has joined #openstack-qa14:42
*** mriedem has quit IRC14:43
*** mriedem has joined #openstack-qa14:43
*** mylu has joined #openstack-qa14:43
sdagueit's by http url14:43
sdaguethat's the feature being tested14:44
mriedemok14:44
sdaguefor a while we fed it the horizon ui, but that had issues14:44
sdaguewhen they changed stuff14:44
sdaguemriedem: ok, so http://logs.openstack.org/45/287545/1/check/gate-tempest-dsvm-neutron-src-oslo.versionedobjects/8b7d058/logs/screen-g-api.txt.gz#_2016-03-03_02_10_37_909 not in logstash been reported to infra?14:45
mriedemnope14:45
mriedemthere was 1 hit but it wasn't the failure log i was looking at14:45
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: worlddump: request Guru Mediation reports for neutron agents  https://review.openstack.org/27903514:46
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: worlddump: log command failure details  https://review.openstack.org/28784614:46
mriedemas far as i can tell e-r hasn't been commenting on patches for weeks either14:46
*** ngoracke has quit IRC14:46
openstackrecheckConsole logs not available after 13:24s for gate-nova-pypy-bindep 286745,1,b01af2814:47
mtreinishmriedem: there are messages in channel from e-r today14:49
mtreinishit's definitely backed up, all I see is console logs not available though14:49
*** luzC has joined #openstack-qa14:49
mriedemmtreinish: i don't see it commenting in reviews14:49
mriedemthe last gerrit email i have from e-r is from 12/114:50
*** jlwhite has quit IRC14:50
mriedemwhich is probably not the last time i had one, but i haven't been getting them the last 2 weeks for known failures14:50
mriedemlike the ceph failures that were at 25%14:50
mtreinishmriedem: so the first thing that comes to mind is that there is a really bad bug were we drop gerrit events while processing results14:51
mtreinishbut also when did we start upgrading the elk stack?14:52
mtreinishbecause things might have gotten slower14:52
mtreinishand our ~13min timeout for console logs might be unrealistic now14:52
mriedemi don't remember when that happened, clarkb might14:54
*** luzC has quit IRC14:54
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: Introduce Virtuozzo distribution  https://review.openstack.org/28785914:56
mtreinishmriedem: here's a comment on feb 20: https://review.openstack.org/#/c/262246/14:56
mtreinishmriedem: also: https://review.openstack.org/#/q/reviewer:%22Elastic+Recheck+%288871%29%2214:56
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: Introduce Virtuozzo distribution  https://review.openstack.org/28785914:57
mriedemsure, but it's pretty dicey it seems14:58
*** pglass has joined #openstack-qa14:58
mtreinishmriedem: sure, we should ask infra for the log over the past week and that should give us an idea if it's just things are slower14:59
mtreinishor if something else has been going on14:59
*** yamamoto_ has quit IRC14:59
mriedemis there a reason those logs aren't public?15:00
*** yamamoto_ has joined #openstack-qa15:00
*** ddieterly has quit IRC15:01
openstackrecheckConsole logs not available after 13:22s for gate-nova-pypy-bindep 268932,25,a486dde15:01
*** bkopilov has quit IRC15:02
mtreinishmriedem: are any of the logs public...15:02
mtreinishmriedem: also you can look at irclogs to get a feel for things: http://paste.openstack.org/show/489161/ (is from my local logs)15:02
mtreinishI'm definitely thinking it's just gotten slower15:02
dmelladomtreinish: ping are you around?15:03
mtreinishdmellado: yes15:03
mriedemmtreinish: ok, so let's bump that up to 20min or something?15:03
mtreinishmriedem: maybe, I'm not sure how long it's really taking15:03
mriedemmtreinish: btw, unrelated, but for that ssh live migration patch, if i'm creating my security group with the os_adm client but booting the server with the os client(s), that's not going to work right? i.e. i'm getting a 404 when the create server tries to use the security group i created with the os_adm client15:04
mtreinishmriedem: like the logstash queue graph is in zig zag pattern which is never a good sign15:04
mriedemyeah that's been all week at least15:04
*** rcernin has joined #openstack-qa15:04
mtreinishmriedem: right, the 2 clients use different tenants so the created security group from 1 won't be visible to other15:05
mriedemgah, ok15:06
mriedemi think i've got this now15:06
*** amotoki has joined #openstack-qa15:06
openstackgerritMatt Riedemann proposed openstack/tempest: DNM: ssh into active instance before and after live migration  https://review.openstack.org/28685515:07
*** yangyapeng has quit IRC15:08
*** jlwhite has joined #openstack-qa15:08
*** mylu has quit IRC15:08
*** yangyapeng has joined #openstack-qa15:09
*** ylobankov has joined #openstack-qa15:09
*** vhosakot has quit IRC15:09
*** mfisher_ora has joined #openstack-qa15:11
*** rbak has joined #openstack-qa15:11
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Bump console log timeout to 20 minutes  https://review.openstack.org/28787515:12
mriedemmtreinish: sdague: ^15:12
openstackgerritTrevor McCasland proposed openstack-dev/devstack: Add error handling for euch.sh volume creation  https://review.openstack.org/28546415:12
openstackgerritEvgeny Antyshev proposed openstack-dev/devstack: Vzstorage cinder volumes backend  https://review.openstack.org/28787815:13
*** zz_dimtruck is now known as dimtruck15:13
openstackrecheckConsole logs not available after 13:23s for gate-swift-pep8 287057,2,015144115:14
*** bkopilov has joined #openstack-qa15:15
*** alyson_ has joined #openstack-qa15:16
*** sridharg has quit IRC15:17
*** sigmavirus24_awa is now known as sigmavirus2415:18
*** krtaylor has joined #openstack-qa15:23
openstackgerritMerged openstack-infra/elastic-recheck: Disable failing tests test_gerrit_comment.py  https://review.openstack.org/24538915:24
*** jasonsb has joined #openstack-qa15:25
*** ddieterly has joined #openstack-qa15:27
openstackrecheckConsole logs not available after 13:24s for gate-nova-pypy-bindep 280653,9,e37fe2d15:28
*** dave-mccowan has quit IRC15:28
*** dave-mccowan has joined #openstack-qa15:28
*** mtanino has joined #openstack-qa15:29
*** achanda has joined #openstack-qa15:33
*** jecarey has joined #openstack-qa15:33
*** zackf has joined #openstack-qa15:34
*** aalam has joined #openstack-qa15:35
*** achanda has quit IRC15:39
*** openstackrecheck has quit IRC15:40
*** openstackrecheck has joined #openstack-qa15:40
*** yamamoto_ has quit IRC15:40
*** Poornima has quit IRC15:42
*** mkumatag has joined #openstack-qa15:44
*** mkumatag has left #openstack-qa15:44
*** Poornima has joined #openstack-qa15:46
*** Poornima has quit IRC15:50
*** jlanoux has quit IRC15:52
*** yamamoto_ has joined #openstack-qa15:56
*** luzC has joined #openstack-qa15:56
*** yamahata has joined #openstack-qa15:57
pilgrimstackHi, question about this test: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server15:58
pilgrimstackit runs tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state15:58
*** jecarey_ has joined #openstack-qa15:58
pilgrimstackand it seems that the expected result of test_rebuild_server_in_stop_state is a started rebluided instance15:59
*** amotoki has quit IRC15:59
*** anshul has quit IRC16:00
openstackrecheckConsole logs not available after 13:23s for gate-nova-pypy-bindep 274792,8,5b2086d16:00
pilgrimstackbut nova by default keep the instance in stop state (because the test start with a stop state)16:00
pilgrimstackdo you know the reason why this test expect a started instance?16:00
*** jecarey has quit IRC16:02
*** e0ne has quit IRC16:02
*** aalam has quit IRC16:04
*** rcernin has quit IRC16:06
*** Serlex has left #openstack-qa16:10
mtreinishpilgrimstack: that test module reuses an instance to perform all the actions. Looking at that test method in question it explicitly starts it at the end of the test:16:10
mtreinishhttps://github.com/openstack/tempest/blob/master/tempest/api/compute/servers/test_server_actions.py#L21816:10
mtreinishto ensure that when the next test is run it's in a usable state16:10
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 287176,7,ccda90a16:13
*** hemnafk is now known as hemna16:18
*** vhosakot has joined #openstack-qa16:18
*** ddieterly has quit IRC16:21
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Set the bridge MTU dynamically  https://review.openstack.org/28795816:23
*** jlanoux has joined #openstack-qa16:24
mgagnesdague: average load *looks* to be lower today for the one job I checked on internap.16:25
*** armax has joined #openstack-qa16:25
*** yamahata has quit IRC16:26
sdaguemgagne: cool, I think we're not quite as flat out16:26
mgagnesdague: definitely room for more improvement16:27
*** Swami has joined #openstack-qa16:30
*** ddieterl_ has joined #openstack-qa16:31
*** yamahata has joined #openstack-qa16:32
*** moravec has quit IRC16:35
*** jaypipes has quit IRC16:36
*** moravec has joined #openstack-qa16:40
*** ylobankov has quit IRC16:40
*** yamahata has quit IRC16:41
*** ddieterl_ is now known as ddieterly16:41
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-postgres-full 287226,1,e0583f216:42
mtreinishmriedem: actually I just a deep dive on the code and I don't think we will be leaking gerrit events while processing after all16:45
mtreinishgerritlib does the right thing for queueing event, I don't know why I thought it didn't16:45
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck: WIP: Decouple gerrit processing and es queries  https://review.openstack.org/28797316:46
mtreinishmriedem: I wish I checked that before I spent an hour working on: ^^^16:46
mtreinishI'm not sure whether we should bother or not with that now (it still needs work too)16:46
*** ylobankov has joined #openstack-qa16:47
mriedemoh wow16:47
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck: WIP: Decouple gerrit processing and es queries  https://review.openstack.org/28797316:48
*** armax has quit IRC16:49
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove service_client module  https://review.openstack.org/28738816:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make volume clients use rest_client  https://review.openstack.org/28737016:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make network clients use rest_client  https://review.openstack.org/28738216:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make identity clients use rest_client  https://review.openstack.org/28738016:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make image clients use rest_client  https://review.openstack.org/28737616:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make database/telemetry clients use rest_client  https://review.openstack.org/28734316:50
*** armax has joined #openstack-qa16:51
*** dpaterson has joined #openstack-qa16:52
*** sdague has quit IRC16:52
*** gszasz has quit IRC16:53
*** jlwhite has quit IRC16:53
*** rossella_s has quit IRC16:53
*** rossella_s has joined #openstack-qa16:54
*** woodster_ has joined #openstack-qa16:55
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 287485,3,58aa7af16:55
*** jlwhite has joined #openstack-qa16:56
*** ngoracke has joined #openstack-qa16:58
*** yamahata has joined #openstack-qa17:00
*** dtantsur is now known as dtantsur|afk17:01
*** ngoracke has quit IRC17:03
*** jlwhite_ has joined #openstack-qa17:03
*** jlwhite has quit IRC17:04
openstackgerritMerged openstack/tempest: Tokens need user domain be created correctly  https://review.openstack.org/28378117:07
openstackrecheckConsole logs not available after 13:31s for gate-grenade-dsvm-multinode 278125,14,a1448b017:08
*** apoorvad has joined #openstack-qa17:16
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: worlddump: request Guru Mediation reports for neutron agents  https://review.openstack.org/27903517:18
*** salv-orlando has joined #openstack-qa17:20
openstackrecheckConsole logs not available after 13:27s for gate-nova-pypy-bindep 287363,3,87af46017:22
*** salv-orl_ has quit IRC17:22
*** jvrbanac_ is now known as jvrbanac17:28
*** doradus has quit IRC17:30
openstackrecheckConsole logs not available after 13:25s for gate-cinder-pep8 281434,5,ca62fd917:35
*** jaypipes has joined #openstack-qa17:36
*** ChanServ sets mode: +o jaypipes17:36
*** sc68cal has joined #openstack-qa17:38
*** jasonsb has quit IRC17:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove service_client module  https://review.openstack.org/28738817:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make volume clients use rest_client  https://review.openstack.org/28737017:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make network clients use rest_client  https://review.openstack.org/28738217:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make identity clients use rest_client  https://review.openstack.org/28738017:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make image clients use rest_client  https://review.openstack.org/28737617:48
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make database/telemetry clients use rest_client  https://review.openstack.org/28734317:48
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-multinode 242251,22,56cef7517:49
*** manjeets has joined #openstack-qa17:49
*** salv-orl_ has joined #openstack-qa17:49
manjeetsmtreinish: ping17:50
*** sc68cal_ has joined #openstack-qa17:51
manjeetsis there a documentation that explains about different params and allowed values for params in section  [network-feature-enabled] of tempest.conf17:51
manjeets?17:51
*** salv-orlando has quit IRC17:52
*** sc68cal has quit IRC17:54
*** e0ne has joined #openstack-qa17:55
openstackgerritabregman proposed openstack-dev/devstack: TESTING GATES - DO NOT MERGE  https://review.openstack.org/28801417:56
*** yamamoto_ has quit IRC17:57
*** pilgrimstack has quit IRC17:58
*** luzC has quit IRC17:58
*** luzC has joined #openstack-qa17:59
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack: worlddump: request Guru Mediation reports for neutron agents  https://review.openstack.org/27903517:59
mtreinishmanjeets: the only docs we have on tempest configuration are the links under: http://docs.openstack.org/developer/tempest/#tempest-configuration-guide18:00
*** luzC has quit IRC18:00
jlanouxoomichi: ssh failures is a big thing. I can't tell :) The thing is we should have enough data with paramiko to work18:01
oomichijlanoux: can we talk about ssh thing now?18:01
mtreinishthe sample configuration file link there outlines all the options in tempest18:01
*** luzC has joined #openstack-qa18:01
jlanouxoomichi: unfortunately, I don't have time now to dig into that but I'd really like to18:01
mtreinishtosky: so what are you asking about? Because I'm clearly missing something :)18:01
*** salv-orl_ has quit IRC18:02
oomichijlanoux: great. If that is network problem, that is really big problem on productions18:02
toskymtreinish: yes, sorry, I was not clear18:02
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-neutron 279035,5,828132518:02
jlanouxoomichi: From an HPE perspective, ssh validation is much more robust with Helion OpenStack, but we still se failures18:02
jlanouxoomichi: so I guess it's coming from both fronts :(18:03
toskymtreinish: basically the idea is to extract the commits which affects the code moved (say, for a concrete but not yet proposed case, tempest/api/data_processing)18:03
*** salv-orl_ has joined #openstack-qa18:03
toskymtreinish: and then push them using a subtree merge to the target repository (say sahara-tests)18:03
*** Poornima has joined #openstack-qa18:03
toskymtreinish: no history rewrite, you will just get a new set of commits instead of just new one in the target repository, but keeping the history18:04
jlanouxoomichi: I need to go now. I'll try to find some time to work on that and help you the best I can.18:04
mtreinishtosky: yeah, I don't think really do that, that's what I tried to do with tempest-lib initially and it didn't work in gerrit18:04
mtreinishand infra said it wouldn't work18:04
oomichijlanoux: yeah, I dont want to face this kind of situation on front of my customers :-)18:04
oomichijlanoux: ok, thanks ;)18:05
toskymtreinish: so, the initial push of sahara-tests (previously sahara-scenario) was done this way, with the history extracted from sahara18:05
toskymtreinish: if we (in sahara) agrees to do that, and we just force push directly, it should work (I did it elsewhere, in KDE)18:05
mtreinishtosky: see force pushing is the issue, I don't think you can do that18:06
mtreinishtosky: this is what I originally tried to do: https://github.com/openstack/tempest-lib/commit/5372a58a79ff6675756499e8fe3d00caa294d559 in tempest-lib18:06
toskymtreinish: sorry, right; not force push, direct push18:06
toskyit's not rewriting history, so it's not force push18:06
*** jlwhite_ has quit IRC18:07
*** luzC has quit IRC18:07
mtreinishI don't think you can direct push to our gerrit either18:07
mtreinishtosky: I'd ask in infra, they'll be able to provide more detailed guidance on this18:07
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/28803918:07
toskymtreinish: I will do, thanks18:07
mtreinishbut I don't think it will work :(18:08
*** cdent has quit IRC18:08
*** lucasagomes is now known as lucas-afk18:09
*** jlanoux has quit IRC18:10
*** mriedem has quit IRC18:10
*** salv-orl_ has quit IRC18:10
*** salv-orlando has joined #openstack-qa18:11
*** _nadya_ has quit IRC18:13
*** luzC has joined #openstack-qa18:13
*** gamado has quit IRC18:15
openstackrecheckConsole logs not available after 13:21s for gate-cinder-python27 285469,6,60424dd18:16
*** rlrossit has joined #openstack-qa18:16
*** _nadya_ has joined #openstack-qa18:18
*** ihrachys has quit IRC18:18
rlrossitmtreinish: not sure if you're one to make an opinion on this, but I've got my tempest plugin to test policies working (for the most part). I would like to make this public, so is there any interest for OpenStack to take this?18:18
*** mriedem has joined #openstack-qa18:20
*** _nadya_ has quit IRC18:21
*** apoorvad has quit IRC18:25
openstackrecheckConsole logs not available after 13:21s for gate-swift-tox-func 135380,27,a59f63718:29
*** cdent has joined #openstack-qa18:31
*** sdague has joined #openstack-qa18:32
*** kiran-r has quit IRC18:38
*** _nadya_ has joined #openstack-qa18:39
openstackrecheckConsole logs not available after 13:21s for gate-nova-tox-functional 287867,1,b1c534518:42
*** rcernin has joined #openstack-qa18:44
*** riwinters has joined #openstack-qa18:46
mtreinishrlrossit: personally, I'd probably just throw it up on github as a start. But, you can push it to infra as long as it's open source it'll be in the openstack namespace, it just won't have governance (that's the tricky political bit)18:46
mtreinishrlrossit: fwiw, I'm not sure we'd really want to take ownership of the repo for qa18:47
mtreinishrlrossit: http://docs.openstack.org/infra/manual/creators.html#project-creator-s-guide18:48
rlrossitmtreinish: so, red tape exists, and I guess if I want to open source it, I need to do it through IBM's public github.18:49
rlrossitI was thinking QA didn't want to manage it, and I was just wondering if there was enough interest from you/tempest/qa that I should put it in openstack (not qa specifically)18:49
rlrossitI'm guessing rax might have interest in it18:50
mtreinishrlrossit: ok, sure. I mean there isn't really any barrier to pushing it to openstack/ (it's what stackforge used to be unless you have an entry in governance's projects.yaml)18:50
rlrossitalright. Thanks for the help mtreinish18:53
*** shardy has quit IRC18:56
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-cells 286931,6,79d200d18:56
*** mvk has quit IRC18:57
*** e0ne has quit IRC18:57
*** jlwhite_ has joined #openstack-qa18:58
*** yamamoto_ has joined #openstack-qa18:58
*** moravec has quit IRC19:01
*** moravec1 has joined #openstack-qa19:01
*** apoorvad has joined #openstack-qa19:04
*** tosky has quit IRC19:05
*** yamamoto_ has quit IRC19:05
*** doradus has joined #openstack-qa19:07
*** austin81 has joined #openstack-qa19:08
*** _nadya_ has quit IRC19:09
openstackrecheckConsole logs not available after 13:22s for gate-devstack-bashate 287878,1,c92434c19:09
*** moravec1 has quit IRC19:12
*** doradus has quit IRC19:13
*** ifarkas has quit IRC19:17
*** _nadya_ has joined #openstack-qa19:21
*** Poornima has quit IRC19:23
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 287248,4,455a20d19:23
*** _nadya_ has quit IRC19:27
*** slowrie has quit IRC19:35
*** fungi is now known as backup_openstack19:36
*** doradus has joined #openstack-qa19:36
*** slowrie has joined #openstack-qa19:36
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 287388,3,7426e0219:36
*** backup_openstack is now known as fungi19:37
*** pvaneck has joined #openstack-qa19:39
*** ihrachys has joined #openstack-qa19:41
openstackgerritIan Wienand proposed openstack-dev/devstack: [DNM] Testing centos7+neutron experimental job  https://review.openstack.org/28801419:42
*** moravec has joined #openstack-qa19:47
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 287417,2,b10f35319:50
*** jordan__ has quit IRC19:52
*** luzC has quit IRC19:53
*** luzC has joined #openstack-qa19:53
*** boris-42 has joined #openstack-qa19:54
*** jecarey_ has quit IRC19:57
*** rlrossit has quit IRC19:57
*** ihrachys_ has joined #openstack-qa19:58
openstackgerritMark Vanderwiel proposed openstack/tempest: Allow heat volume tests to use configured volume size  https://review.openstack.org/28809319:59
*** ihrachys has quit IRC20:01
*** nwkarsten has joined #openstack-qa20:01
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-postgres-full 287382,3,8c507b120:03
*** tosky has joined #openstack-qa20:05
*** jlwhite__ has joined #openstack-qa20:07
*** jlwhite_ has quit IRC20:07
*** shardy has joined #openstack-qa20:10
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: 10 day count is too high  https://review.openstack.org/26723020:11
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove service_client module  https://review.openstack.org/28738820:14
*** yamahata has quit IRC20:14
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 287370,3,18dc71220:16
openstackgerritMark Vanderwiel proposed openstack/tempest: Allow heat volume tests to use configured volume size  https://review.openstack.org/28809320:22
*** dave-mccowan has quit IRC20:26
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 287751,1,acf1cfb20:30
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Use tempest.lib clients for bulk ops  https://review.openstack.org/28811420:30
*** manjeets has left #openstack-qa20:31
*** e0ne has joined #openstack-qa20:32
openstackrecheckConsole logs not available after 13:21s for gate-swift-pep8 278245,26,8eeac8020:43
*** sdague has quit IRC20:45
mtreinishdims: when you get a sec: https://review.openstack.org/283266 should be quick20:45
*** alex_xu has quit IRC20:46
*** ihrachys has joined #openstack-qa20:47
*** ddieterl_ has joined #openstack-qa20:48
dimsmtreinish : on my way20:48
mtreinishdims: cool thanks20:49
dimsmtreinish : xfail is success with cherry on top? :)20:49
*** alex_xu has joined #openstack-qa20:49
mtreinishheh20:49
*** ihrachys_ has quit IRC20:50
openstackgerritHenrique Truta proposed openstack-dev/devstack: Set default domain variables in openrc  https://review.openstack.org/28812120:51
*** dave-mccowan has joined #openstack-qa20:51
*** ddieterly has quit IRC20:51
*** nwkarsten has quit IRC20:52
*** nwkarsten has joined #openstack-qa20:52
openstackgerritMerged openstack/os-testr: Treat xfail output like success  https://review.openstack.org/28326620:53
*** rossella_s has quit IRC20:54
*** nwkarste_ has joined #openstack-qa20:54
*** dave-mcc_ has joined #openstack-qa20:54
*** nwkarste_ has quit IRC20:54
*** rossella_s has joined #openstack-qa20:54
*** e0ne has quit IRC20:54
*** salv-orlando has quit IRC20:55
*** nwkarste_ has joined #openstack-qa20:55
*** salv-orlando has joined #openstack-qa20:55
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286855,5,23c655c20:56
*** nwkarsten has quit IRC20:57
*** dave-mccowan has quit IRC20:57
openstackgerritRyan McNair proposed openstack/tempest: WIP Adding test cases for nested quotas  https://review.openstack.org/28564020:58
*** e0ne has joined #openstack-qa21:00
*** stevebak` is now known as stevebaker21:00
*** rfolco has quit IRC21:01
*** pglbutt has joined #openstack-qa21:04
*** pglass has quit IRC21:06
*** jlwhite__ has quit IRC21:06
*** jlwhite__ has joined #openstack-qa21:06
*** jlwhite__ has joined #openstack-qa21:06
*** jlwhite has joined #openstack-qa21:07
*** jlwhite__ has quit IRC21:07
*** raildo is now known as raildo-afk21:08
openstackrecheckConsole logs not available after 13:21s for gate-swift-dsvm-functional 270961,9,d39938f21:10
*** moravec has quit IRC21:11
*** araji has joined #openstack-qa21:15
*** e0ne has quit IRC21:17
*** e0ne has joined #openstack-qa21:17
*** araji has left #openstack-qa21:21
*** jlwhite has quit IRC21:22
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 287343,4,927477221:23
*** ihrachys_ has joined #openstack-qa21:24
*** ihrachys has quit IRC21:25
*** e0ne has quit IRC21:28
*** ihrachys has joined #openstack-qa21:28
*** ihrachys_ has quit IRC21:29
*** dave-mcc_ has quit IRC21:31
*** dkranz has quit IRC21:32
*** ddieterl_ is now known as ddieterly21:35
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-postgres-full 287380,3,193613521:37
*** e0ne has joined #openstack-qa21:37
*** dave-mccowan has joined #openstack-qa21:40
freerunnermtreinish: Hi, are you here? I have a quick questions about tempest-lib reintegration. All python-*clients now using tempest-lib from pypi. So, the question is - how to support the tests, which based on tempest-lib from pypi? Every client have its own tox+venv command for functional tests. But, if tempest-lib now will live in a tempest code, should we somehow migrate client tests from old lib to tempest.lib to get access to latest bugfixes/featur21:42
freerunneres?21:42
freerunnermtreinish: Or maybe I've missed something?21:43
mtreinishfreerunner: it tells you want to do in the tempest-lib readme: http://docs.openstack.org/developer/tempest-lib/readme.html21:43
mtreinishthe bold part21:43
*** ihrachys_ has joined #openstack-qa21:43
*** rcernin has quit IRC21:45
*** ihrachys has quit IRC21:45
*** r-mibu has quit IRC21:46
*** r-mibu has joined #openstack-qa21:47
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Add ppa:openstack-ubuntu-testing/ceph-sru repo for testing  https://review.openstack.org/28814521:48
mriedemjbernard_: dansmith: ^21:48
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-postgres-full 285521,11,0d18f0721:50
mriedemwow, we don't even have the ceph job in the devstack experimental queue?21:50
freerunnermtreinish: Yep, I've read it. But.. Will it have updates? Like 0.15.0?21:51
jbernard_mriedem: yep, that would correctly address the package problem21:51
jbernard_mriedem: we already do that in hte plugin21:51
jbernard_mriedem: but im going to steal your add-apt-repository approach, much cleaner21:51
*** sc68cal_ is now known as sc68cal21:52
jbernard_mriedem: i would still like to make the switch, all else being equal21:53
*** mfisher_ora has quit IRC21:55
*** fawadkhaliq has joined #openstack-qa21:55
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Add ppa:openstack-ubuntu-testing/ceph-sru repo for testing  https://review.openstack.org/28814521:55
*** yaume_ has joined #openstack-qa21:55
mriedemjbernard_: sure21:55
jbernard_mriedem: hopefully the ppa build finishes before the gate job21:57
jbernard_mriedem: nm, that's for an older version; yeah those results will be good to have21:58
*** yaume has quit IRC21:58
freerunnermtreinish: Oh! Looks like I'm finally understand it! Thanks!21:59
*** riwinters has quit IRC22:01
mtreinishfreerunner: ok, cool22:02
*** gfidente has quit IRC22:02
*** alyson_ has quit IRC22:02
*** ihrachys has joined #openstack-qa22:02
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 217828,78,508e68022:03
*** ihrachys_ has quit IRC22:05
*** amotoki has joined #openstack-qa22:05
*** ihrachys_ has joined #openstack-qa22:07
*** shardy has quit IRC22:10
*** ihrachys has quit IRC22:10
*** nwkarste_ has quit IRC22:12
openstackrecheckConsole logs not available after 13:21s for gate-requirements-integration-dsvm 287955,1,05cab1d22:17
*** moravec has joined #openstack-qa22:17
*** regXboi has quit IRC22:19
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client  https://review.openstack.org/26031922:20
*** edmondsw has quit IRC22:28
openstackgerritMerged openstack-infra/devstack-gate: Set the bridge MTU dynamically  https://review.openstack.org/28795822:28
*** aysyd has quit IRC22:29
*** dpaterson has quit IRC22:29
openstackrecheckConsole logs not available after 13:21s for gate-horizon-python27 287793,2,1ea553922:30
*** dimtruck is now known as zz_dimtruck22:31
*** e0ne has quit IRC22:35
*** mriedem has quit IRC22:41
*** pglbutt has quit IRC22:43
openstackrecheckConsole logs not available after 13:21s for experimental-tempest-dsvm-multinode-full-dibtest 287605,3,253809422:44
*** sc68cal has quit IRC22:45
timothyb89mtreinish: any thoughts on this bug? https://bugs.launchpad.net/openstack-health/+bug/155269922:48
openstackLaunchpad bug 1552699 in OpenStack Health "Better visualization for current state of health" [Undecided,New]22:48
*** moravec has quit IRC22:55
*** ihrachys has joined #openstack-qa22:56
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 285464,6,1dac17b22:57
*** ihrachys has quit IRC22:58
*** ihrachys_ has quit IRC22:59
mtreinishtimothyb89: well, I tried to use the stacked bar before and it behaved weirdly when you throw a lot of points on the x axis23:01
mtreinishthat's why I went with the stacked area on the per test page23:01
timothyb89mtreinish: I think part of that might have been NaN-related?23:02
mtreinishbut I'm totally up for making the graphing more effective (although I'm not sure how well the opacity thing will work out)23:02
mtreinishtimothyb89: it might have been, but I didn't think there was NaN on the data part of that payload23:02
mtreinishbut it was long enough ago that I don't remember23:02
*** yaume_ has quit IRC23:02
timothyb89I'm curious about opacity too... I'm not sure if we want that relative to other tests or absolute w/ hardcoded values...23:03
timothyb89I think it'd need smaller date windows23:03
*** marcusvrn_ has quit IRC23:07
openstackrecheckConsole logs not available after 13:21s for gate-horizon-npm-run-test 284973,5,1aabf0b23:10
*** luzC has quit IRC23:15
*** amotoki has quit IRC23:16
*** markvan has quit IRC23:17
*** fawadkhaliq has quit IRC23:18
*** fawadkhaliq has joined #openstack-qa23:18
*** fawadkhaliq has quit IRC23:21
*** weshay has quit IRC23:21
*** fawadkhaliq has joined #openstack-qa23:21
openstackrecheckConsole logs not available after 13:21s for gate-swift-dsvm-functional 288011,1,6e5fb3c23:24
timothyb89mtreinish: re: your comment on https://review.openstack.org/#/c/287478/ - is the short zuul uuid the last segement of the url? e.g. for http://logs.openstack.org/63/287163/1/gate/gate-novaclient-dsvm-functional/f5fe859/ would it be 'f5fe859'?23:24
*** markvan has joined #openstack-qa23:24
*** vhosakot has quit IRC23:25
*** ianw has quit IRC23:28
mtreinishtimothyb89: yep that's what I meant23:29
timothyb89mtreinish: okay, cool, thanks23:29
*** yamahata has joined #openstack-qa23:35
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 286795,4,b55cb4a23:37
*** tochi has joined #openstack-qa23:40
*** zz_dimtruck is now known as dimtruck23:41
* oomichi faced bluescreen of his windows pc in minutes. the qa is really necessary..23:43
timothyb89mtreinish: do you have preferred behavior for log links that don't have an id? like periodic vs periodic-stable vs normal jobs just missing their ids (??)23:46
timothyb89mtreinish: the list on the os-health front page right now shows all the different cases23:47
mtreinishtimothyb89: all I really care about is being able to identify tests that failed as part of the same run23:48
mtreinishI was using the log link to do that before23:48
mtreinishI checked it would require bumping the db api to include the actual run.id or run.uuid in the response (it's dropped right now)23:48
timothyb89would job name + id when possible be sufficient for that?23:49
mtreinishtimothyb89: which id?23:50
*** cdent has quit IRC23:50
timothyb89the short zuul id23:50
mtreinishwell the zuul id is unique enough and that scheme doesn't help for the periodics23:50
timothyb89e.g. http://logs.openstack.org/periodic-stable/periodic-murano-python27-liberty shortens to periodic-murano-python27-liberty, but http://logs.openstack.org/periodic/periodic-tempest-dsvm-neutron-full-test-accounts-master/1994f00 shortens to 'periodic-tempest-dsvm-neutron-full-test-accounts-master/1994f00'23:51
openstackrecheckConsole logs not available after 13:25s for gate-horizon-dsvm-integration 285002,4,81bd28d23:51
mtreinishbecause what if we go 24 hrs without any failed gate jobs but the periodics always fail without an id23:51
timothyb89ah that explains that23:51
mtreinishtimothyb89: I think the subunit2sql parsing might be off23:51
mtreinishclick that murano link23:51
mtreinishit's an index page of ids23:52
timothyb89huh, that seems wrong :)23:52
*** salv-orl_ has joined #openstack-qa23:52
timothyb89we're also getting a few links like this: http://logs.openstack.org/63/287163/1/gate/gate-novaclient-dsvm-functional/23:54
timothyb89sorta seems similar, but at least limited to the 1 patch23:54
timothyb89patch+revision ... does the parser fail on rechecks?23:54
*** salv-orlando has quit IRC23:55
*** ddieterly has quit IRC23:59
*** ianw has joined #openstack-qa23:59

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