openstackgerrit | A change was merged to openstack-infra/devstack-gate: Add support for large_ops tempest test https://review.openstack.org/43779 | 00:03 |
---|---|---|
openstackgerrit | Ken'ichi Ohmichi proposed a change to openstack/tempest: Add a create_server test for flavor authorization https://review.openstack.org/43998 | 00:53 |
*** nosnos has joined #openstack-qa | 00:53 | |
*** sthaha has joined #openstack-qa | 00:59 | |
openstackgerrit | Ryan Hsu proposed a change to openstack/tempest: Add volume device name and ssh user password options to Tempest configuration https://review.openstack.org/45003 | 01:13 |
*** krtaylor has quit IRC | 01:28 | |
*** jasondotstar has joined #openstack-qa | 01:32 | |
*** marun has quit IRC | 01:33 | |
openstackgerrit | Ken'ichi Ohmichi proposed a change to openstack/tempest: Add a create_server test for flavor authorization https://review.openstack.org/43998 | 01:37 |
*** ken1ohmichi has joined #openstack-qa | 01:44 | |
*** ericw has joined #openstack-qa | 01:44 | |
*** ericw has quit IRC | 02:05 | |
openstackgerrit | Angus Salkeld proposed a change to openstack-dev/devstack: Fix Heat's signing_dir https://review.openstack.org/45364 | 02:12 |
openstackgerrit | Ryan Hsu proposed a change to openstack/tempest: Add device name, ssh password to Tempest config https://review.openstack.org/45003 | 02:28 |
*** ericw has joined #openstack-qa | 02:42 | |
*** ericw has quit IRC | 02:45 | |
*** mriedem has quit IRC | 02:59 | |
openstackgerrit | Ken'ichi Ohmichi proposed a change to openstack/tempest: Add a create_server test for flavor authorization https://review.openstack.org/43998 | 03:12 |
*** prekarat has joined #openstack-qa | 03:22 | |
*** prekarat has quit IRC | 03:25 | |
*** prekarat has joined #openstack-qa | 03:27 | |
*** prekarat has quit IRC | 03:31 | |
*** prekarat has joined #openstack-qa | 03:31 | |
openstackgerrit | Angus Salkeld proposed a change to openstack-dev/devstack: Fix Heat's signing_dir https://review.openstack.org/45364 | 03:35 |
openstackgerrit | Ken'ichi Ohmichi proposed a change to openstack/tempest: Add a create_server test for flavor authorization https://review.openstack.org/43998 | 03:52 |
*** sthaha has quit IRC | 04:14 | |
openstackgerrit | Zhi Kun Liu proposed a change to openstack/tempest: add server resizing tests https://review.openstack.org/44732 | 04:49 |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Adds verfication for Bootable Volume https://review.openstack.org/42621 | 05:36 |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Credentials Keystone V3 API Tests https://review.openstack.org/37194 | 05:49 |
*** jhenner has quit IRC | 06:01 | |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Adds verfication for Bootable Volume https://review.openstack.org/42621 | 06:16 |
*** jhenner has joined #openstack-qa | 06:19 | |
*** yassine has joined #openstack-qa | 07:47 | |
*** ken1ohmichi has quit IRC | 08:27 | |
*** liuhangbin is now known as Leo-away | 08:35 | |
openstackgerrit | Bob Melander proposed a change to openstack-dev/devstack: Changes to make Devstack work with Neutron L3 plugin patch. https://review.openstack.org/20909 | 09:51 |
*** prekarat has quit IRC | 09:52 | |
*** prekarat has joined #openstack-qa | 09:55 | |
*** prekarat1 has joined #openstack-qa | 09:57 | |
*** prekarat1 has quit IRC | 09:58 | |
*** prekarat1 has joined #openstack-qa | 09:58 | |
*** prekarat has quit IRC | 09:59 | |
*** nosnos has quit IRC | 11:29 | |
*** dkranz has quit IRC | 11:51 | |
sdague | lifeless, did you have an easy pointer on how to turn a context into a fixture? would definitely unuglify this - https://review.openstack.org/#/c/45342/ | 11:52 |
sdague | also, feel free to say things are still busy with pycon :) it's not pressing, it's just a little beyond my current python-fu | 11:53 |
lifeless | sdague: http://paste.openstack.org/show/45885/ | 11:56 |
*** mkollaro has joined #openstack-qa | 11:59 | |
*** adalbas has quit IRC | 12:01 | |
sdague | so then do a with lockutis.lock(...) as lock: | 12:01 |
sdague | self.useFixture(foo, lock) | 12:02 |
sdague | ? | 12:02 |
lifeless | no, cause that would enter the loc | 12:03 |
lifeless | lock = self.useFixture(foo(luckutils.lock(...)) | 12:03 |
lifeless | <... stuff...> | 12:03 |
sdague | ok, gotcha | 12:04 |
sdague | thanks! | 12:04 |
lifeless | the lock will be released when the test ends after any test code, teardown code and other cleanups registered after this line | 12:04 |
lifeless | warning:! Untested. | 12:04 |
sdague | yep, well we have code we know will break if we do it wrong, so we've got a good test :) | 12:04 |
*** anteaya has joined #openstack-qa | 12:05 | |
*** weshay has joined #openstack-qa | 12:09 | |
*** adalbas has joined #openstack-qa | 12:18 | |
*** annegentle has quit IRC | 12:27 | |
openstackgerrit | Sean Dague proposed a change to openstack/tempest: fix race condition between addCleanup and lockutils https://review.openstack.org/45342 | 12:30 |
lifeless | sdague: don't you also have a ridiculous-core-machien to test on ? | 12:39 |
lifeless | sdague: so that might be subtley wrong, remind me to eyeball closely after tomorrow 2pm | 12:40 |
sdague | yeh, I have some physical boxes that are 2x hexa cores | 12:41 |
lifeless | sdague: I don't think it will be wrong in a way that matters for you | 12:41 |
sdague | lifeless: ok, cool | 12:41 |
sdague | yeh, comments always appreciated, but I'll let you get back to more pressing things | 12:41 |
lifeless | but we should pull the context wrapper stuff out as a separate concern and make it really robust | 12:41 |
lifeless | and check the semantics of return codes setc | 12:42 |
lifeless | etc | 12:42 |
lifeless | care to file a bug on fixtures that this isn't a stock thing ? | 12:42 |
sdague | lifeless: sure, where's the tracker? | 12:42 |
lifeless | how to tell you have durunk enough; you can't type your bugtracker url anymore, | 12:44 |
lifeless | https://bugs.launchpad.net/python-fixtures | 12:44 |
sdague | heh | 12:59 |
*** annegentle has joined #openstack-qa | 13:01 | |
lifeless | sdague: [context: 0100 here] | 13:01 |
*** thomasbiege has joined #openstack-qa | 13:10 | |
openstackgerrit | Sean Dague proposed a change to openstack/tempest: fix race condition between addCleanup and lockutils https://review.openstack.org/45342 | 13:16 |
sdague | lifeless: good enough? https://bugs.launchpad.net/python-fixtures/+bug/1221724 | 13:20 |
*** krtaylor has joined #openstack-qa | 13:29 | |
openstackgerrit | Sean Dague proposed a change to openstack/tempest: Eliminate the impact of "wait_until='BUILD'" https://review.openstack.org/42799 | 13:35 |
sdague | jog0: when you get up, can you test your latest change against this - https://review.openstack.org/#/c/45342/ | 13:50 |
*** burt has joined #openstack-qa | 13:56 | |
adalbas | sdague, i was looking at this review. It passed for me. | 14:01 |
sdague | adalbas: right, it needs to run with joe's devstack workers change though | 14:02 |
adalbas | sdague, oh, ok. | 14:02 |
*** prekarat1 has quit IRC | 14:03 | |
*** prekarat has joined #openstack-qa | 14:03 | |
*** dkranz has joined #openstack-qa | 14:11 | |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Adds verfication for Bootable Volume https://review.openstack.org/42621 | 14:11 |
openstackgerrit | A change was merged to openstack/tempest: Add device name, ssh password to Tempest config https://review.openstack.org/45003 | 14:15 |
openstackgerrit | A change was merged to openstack/tempest: Fix colon in create volume logging output https://review.openstack.org/45149 | 14:16 |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack-dev/devstack: Use 1.4.1 of pip. https://review.openstack.org/45436 | 14:16 |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix Heat's signing_dir https://review.openstack.org/45364 | 14:17 |
*** mlavalle has joined #openstack-qa | 14:22 | |
openstackgerrit | Cyril Roelandt proposed a change to openstack-dev/devstack: Swift: configure Ceilometer when it is enabled https://review.openstack.org/45201 | 14:26 |
*** prekarat has quit IRC | 14:32 | |
*** weshay has quit IRC | 14:39 | |
*** thomasbiege has quit IRC | 15:09 | |
*** thomasbiege has joined #openstack-qa | 15:15 | |
dkranz | sdague: So I was looking at the various patches for nova v3 api | 15:17 |
sdague | ok | 15:17 |
dkranz | sdague: And thinking about the subclass vs copy issue | 15:17 |
dkranz | sdague: I initial thought was that subclassing would be easier to deal with. | 15:17 |
dkranz | sdague: But when I looked at the code, it is not really subclassing. | 15:17 |
sdague | yeh, there are enough differences, I think we just need a different tree | 15:18 |
dkranz | sdague: Yes, there is as subclass, but the base class is riddled with "ifs" | 15:18 |
dkranz | sdague: That is the worst of both worlds IMO | 15:18 |
sdague | agreed | 15:18 |
dkranz | sdague: Do we need a one size fits all for this? | 15:18 |
sdague | meaning? | 15:18 |
dkranz | sdague: This decision could be made on a class-by-class basis | 15:19 |
dkranz | sdague: If it is easy to abstract into a real subclass we do that. | 15:19 |
dkranz | sdague: Otherwise copy | 15:19 |
sdague | it could be, but we already do api/image/{v1,v2} | 15:19 |
dkranz | sdague: I know, but this issue was not really discussed at the time. | 15:19 |
dkranz | sdague: But I don't really object to copying either. | 15:20 |
sdague | yeh | 15:20 |
dkranz | sdague: How does the nova code deal with this? | 15:20 |
sdague | copy | 15:20 |
dkranz | sdague: They have the same issue. | 15:20 |
sdague | we threw out the idea of subclassing because of the ifdef issue | 15:21 |
dkranz | sdague: Well, then we should to I think. | 15:21 |
sdague | yep, I'd be good with that | 15:21 |
*** ericw has joined #openstack-qa | 15:21 | |
dkranz | sdague: OK, should we discuss this at the meeting next week or try to move with these reviews more quickly> | 15:22 |
sdague | sure | 15:22 |
dkranz | sdague: After meeting, or before? | 15:22 |
sdague | did you want to follow up to Ivan on the list about it? I just haven't gotten around to it yet, and was chasing some other bugs | 15:22 |
sdague | oh, I figured follow up on the list | 15:22 |
sdague | Ivan actually kind of asked the question out there | 15:22 |
dkranz | sdague: I can do that. Just wanted to make sure we were on the same page. | 15:23 |
sdague | great, thanks | 15:23 |
dkranz | sdague: np. I'll do it after lunch. | 15:23 |
*** thomasbiege has quit IRC | 15:25 | |
*** yassine has quit IRC | 15:47 | |
sdague | dkranz: also this review could use eyes - https://review.openstack.org/#/c/45342/ | 15:55 |
dkranz | sdague: OK, haven't gotten around to reviews yet but will look at this now. | 15:56 |
dkranz | sdague: I am OK with believing that change is ok. | 16:00 |
dkranz | sdague: To give it a real +2 I would have to learn more about exactly how the fixture/lock stuff works. | 16:01 |
dkranz | sdague: Anything that uses __xx__ methods :) | 16:02 |
dkranz | sdague: I should do that anyway but may not get to it today. | 16:02 |
*** thomasbiege has joined #openstack-qa | 16:05 | |
*** thomasbiege1 has joined #openstack-qa | 16:15 | |
*** thomasbiege has quit IRC | 16:16 | |
*** thomasbiege1 has quit IRC | 16:16 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Use 1.4.1 of pip. https://review.openstack.org/45436 | 16:32 |
openstackgerrit | A change was merged to openstack-dev/devstack: Rename ceilometer alarm service name https://review.openstack.org/45214 | 16:32 |
openstackgerrit | A change was merged to openstack-dev/devstack: Support OpenSwan in Neturon VPNaaS https://review.openstack.org/42265 | 16:32 |
openstackgerrit | Sean McCully proposed a change to openstack/tempest: Changes Test, port is not gauranteed unused https://review.openstack.org/45459 | 16:42 |
mkoderer | dkranz: ping | 16:46 |
dkranz | mkoderer: Yah | 16:46 |
openstackgerrit | Sean McCully proposed a change to openstack/tempest: Changes Test, port is not gauranteed unused https://review.openstack.org/45459 | 16:46 |
mkoderer | dkranz: do you think we can close the stress test bp? | 16:46 |
mkoderer | dkranz: IMHO there isn't anything left to track | 16:46 |
dkranz | mkoderer: I'm ok with that. | 16:47 |
mkoderer | dkranz: ok cool closed :) | 16:47 |
dkranz | mkoderer: Certainly the original name of the blueprint doesn't make sense any more. | 16:48 |
dkranz | mkoderer: We can always create new one if there are new major features. | 16:48 |
mkoderer | dkranz: that right | 16:48 |
mkoderer | dkranz: I just want to signalize that most of the work is done | 16:50 |
dkranz | mkoderer: Sure | 16:50 |
mkoderer | dkranz: mhh I am searching for the "close" button | 16:51 |
mkoderer | could it be that I am not allowed to close it? | 16:51 |
dkranz | mkoderer: There is no close. You change the Implementation status | 16:51 |
mkoderer | dkranz: I can't | 16:52 |
mkoderer | there is no button for it | 16:52 |
mkoderer | maybe I am blind :) | 16:52 |
dkranz | mkoderer: I just did it. | 16:52 |
dkranz | mkoderer: Either you don't have privilege or just didn't see it. | 16:52 |
mkoderer | dkranz: ok thanks | 16:53 |
mkoderer | dkranz: maybe only the one that wrote it can close it | 16:53 |
dkranz | mkoderer: Not sure. | 16:53 |
mkoderer | anyway.. thanks for all the help, was really fun to work with you folks | 16:54 |
mkoderer | :) | 16:54 |
mkoderer | sdague: jfyi we closed the bp stress-test | 16:55 |
sdague | cool | 16:55 |
sdague | yay | 16:55 |
mkoderer | now I have to find a new field of interest :D | 16:56 |
openstackgerrit | Edward Hope-Morley proposed a change to openstack/tempest: Added cinder-backup functional tests https://review.openstack.org/45465 | 17:07 |
jog0 | sdague: I wonder how many times people have hit the aggregate tempest race without knowing it | 17:08 |
sdague | jog0: you mean in production? | 17:09 |
jog0 | sdague: no on jenkins | 17:09 |
sdague | well it didn't expose until testr | 17:09 |
jog0 | sdague: but that too | 17:09 |
sdague | because we were effectively single threaded | 17:10 |
sdague | honestly, in production, it's probably very rare | 17:10 |
jog0 | sdague: right but it may have been there right after we switched to testr and was too hard to reproduce with single threaded nova-api | 17:10 |
sdague | as the admin api is something I wouldn't expect massive parallel attempts on | 17:10 |
sdague | jog0: no, you could produce it | 17:10 |
sdague | that's why the locking was there in the first place | 17:10 |
jog0 | sdague: I agree, I am talking about the tempest side bug | 17:10 |
sdague | but the extra workers made the surface change a bit | 17:11 |
jog0 | sdague: so then ci may have been hitting it until now just very very infrequently | 17:11 |
sdague | yeh | 17:12 |
sdague | though I didn't see it pop up until your change | 17:12 |
sdague | dkranz: https://review.openstack.org/#/c/42799/ how about that one for review? | 17:12 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack-dev/devstack: Missing pxelinux.0 on RedHat systems https://review.openstack.org/44024 | 17:13 |
jog0 | sdague: btw the new fix is really slick | 17:13 |
dkranz | sdague: Looking... | 17:14 |
sdague | yeh, thank lifeless for explaining to me how to do the context -> fixture thing | 17:14 |
sdague | he's going to look at making that pattern part of future fixtures | 17:14 |
sdague | which would be cool | 17:15 |
jog0 | sdague: nice | 17:15 |
dkranz | sdague: I presume ->BUILD is the first state transition for a new server? | 17:15 |
sdague | yes | 17:16 |
sdague | except, you can actually get UNKNOWN if you hit it early | 17:16 |
dkranz | sdague: Right. I'm good with that. | 17:16 |
dkranz | sdague: Approved. | 17:17 |
sdague | cool | 17:17 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack-dev/devstack: Wrong arguments for die() call https://review.openstack.org/45468 | 17:17 |
*** mlavalle has quit IRC | 17:23 | |
dkranz | sdague: I updated the meeting agenda page in order to add an item. | 17:34 |
dkranz | sdague: I think neutron testing status should be a standing item until it is working. | 17:35 |
*** sdague has left #openstack-qa | 17:40 | |
*** hemnafk is now known as hemna | 17:40 | |
*** sdague has joined #openstack-qa | 17:40 | |
sdague | yeh, though unless we get neutron folks in the meetings, I'm not sure it's going to help. Maybe we should join the neutron meetings around that one. | 17:41 |
*** mdenny has joined #openstack-qa | 17:43 | |
*** mkollaro has quit IRC | 17:50 | |
*** mlavalle has joined #openstack-qa | 17:55 | |
dkranz | sdague: You're right. It should be a standing item on *their* agenda. | 17:59 |
dkranz | sdague: It seems their meeting is Mondays at 5pm. | 18:02 |
*** mkollaro has joined #openstack-qa | 18:06 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix Neutron issues related to Baremetal service https://review.openstack.org/44304 | 18:09 |
*** dosaboy has quit IRC | 18:09 | |
*** dosaboy has joined #openstack-qa | 18:11 | |
openstackgerrit | A change was merged to openstack/tempest: Eliminate the impact of "wait_until='BUILD'" https://review.openstack.org/42799 | 18:13 |
*** mkollaro has quit IRC | 18:18 | |
*** adalbas has quit IRC | 18:20 | |
*** thomasbiege has joined #openstack-qa | 18:22 | |
*** jog0 is now known as flashgordon | 18:23 | |
*** adalbas has joined #openstack-qa | 18:23 | |
*** thomasbiege has quit IRC | 18:27 | |
*** russellb is now known as rustlebee | 18:43 | |
*** thomasbiege has joined #openstack-qa | 18:52 | |
*** thomasbiege has quit IRC | 18:55 | |
openstackgerrit | Doug Hellmann proposed a change to openstack-dev/devstack: Add flag to turn off chown of egg-info dirs https://review.openstack.org/45248 | 18:58 |
openstackgerrit | Cyril Roelandt proposed a change to openstack-dev/devstack: Swift: configure Ceilometer when it is enabled https://review.openstack.org/45201 | 19:09 |
openstackgerrit | Doug Hellmann proposed a change to openstack-dev/devstack: Clean up automated changes to requirements https://review.openstack.org/45478 | 19:32 |
*** yassine has joined #openstack-qa | 19:44 | |
*** JD has joined #openstack-qa | 20:22 | |
*** JD is now known as Guest21414 | 20:23 | |
*** Guest21414 has left #openstack-qa | 20:23 | |
*** yassine has quit IRC | 20:25 | |
dkranz | sdague: I was trying to track down a flaky from the latest tempest bug ticket. | 20:28 |
dkranz | sdague: Did you know that n-cpu from a successful run now has 99 ERROR? | 20:29 |
sdague | yeh, they are mostly ceilo, right? | 20:39 |
sdague | that's the thing I'll probably dive in on next week, the white list exceptions for logs, so that no more sneak in. | 20:40 |
flashgordon | dkranz: I knew that one | 20:51 |
flashgordon | I think we filed a bug on it somewhere | 20:51 |
flashgordon | or told celio ppl | 20:51 |
dkranz | sdague, flashgordon : No, they are scattered among many things :( | 20:51 |
flashgordon | sdague: what exceptions qualify for a whitelist? aren't all bad? | 20:51 |
flashgordon | dkranz: have a link? | 20:52 |
dkranz | flashgordon: Just a sec. You can also just look at any successful run. | 20:52 |
flashgordon | oh I came in here to drum up a second review on https://review.openstack.org/#/c/45342/ but looks like that won't happen | 20:52 |
dkranz | flashgordon: http://logs.openstack.org/76/44876/5/check/gate-tempest-devstack-vm-full/f729bb6/console.html | 20:53 |
dkranz | flashgordon: Well, I already +2'ed it :) | 20:53 |
flashgordon | dkranz: yeah :) | 20:53 |
dkranz | flashgordon: New nic? | 20:54 |
flashgordon | dkranz: casual nick friday in nova land | 20:54 |
dkranz | flashgordon: Sorry, I gave you the console link | 20:55 |
dkranz | flashgordon: http://logs.openstack.org/76/44876/5/check/gate-tempest-devstack-vm-full/f729bb6/logs/screen-n-cpu.txt.gz | 20:55 |
flashgordon | dkranz: wgetting that file right now | 20:56 |
dkranz | flashgordon: I think a lot of them are log errors being reported from what are in effect client errors, like "not found" | 20:56 |
flashgordon | dkranz: once I get the file over my slow hookup, I was gonna grep for ' ERROR ' and see | 20:57 |
dkranz | flashgordon: Sure | 20:58 |
flashgordon | but that sounds about right | 20:58 |
flashgordon | dkranz: oh i See one now | 20:59 |
flashgordon | eww | 20:59 |
flashgordon | http://logs.openstack.org/76/44876/5/check/gate-tempest-devstack-vm-full/f729bb6/logs/screen-n-cpu.txt.gz#_2013-09-04_15_48_30_900 | 20:59 |
dkranz | flashgordon: THere is some nasty-looking stuff in there. | 21:00 |
dkranz | flashgordon: I would not be surprised if there were a few real bugs | 21:00 |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Default to linuxbridge and openvswitch drivers for ML2. https://review.openstack.org/45493 | 21:00 |
flashgordon | dkranz: yeah | 21:01 |
flashgordon | sdague: mentioend whitelisting some stacktraces aren't all stacktraces bad? | 21:02 |
flashgordon | or is that a gatting trick | 21:02 |
dkranz | flashgordon: I think they are all bad. | 21:03 |
dkranz | flashgordon: But they won't all get fixed at once | 21:03 |
flashgordon | dkranz: right | 21:03 |
dkranz | flashgordon: And we need to prevent new ones from slipping in. | 21:03 |
dkranz | flashgordon: I went through this a while ago and filed a bunch of bugs but none of them were really addressed I think. | 21:04 |
* flashgordon *nod* | 21:04 | |
dkranz | flashgordon: So the plan is to drive them to zero either by fix or whitelist | 21:04 |
flashgordon | dkranz: in the future ping me about the nova bugs | 21:04 |
dkranz | flashgordon: And then add a test that will fail the build if any new ones show up | 21:05 |
dkranz | flashgordon: sURE. | 21:05 |
flashgordon | and I will prod others to get them fixed | 21:05 |
dkranz | flashgordon: caps lock back off | 21:05 |
flashgordon | as there is no excuse for nova stacktracing | 21:05 |
dkranz | flashgordon: That will be really helpful | 21:05 |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Default to linuxbridge and openvswitch drivers for ML2. https://review.openstack.org/45493 | 21:06 |
flashgordon | dkranz: glad to help | 21:06 |
flashgordon | dkranz: if you have a tool to gate on stacktraces showing that to the ML may put some fire under people | 21:08 |
dkranz | flashgordon: I don't think this is really a test per-se. It would be a grep in devstack gate after tempest finishes. | 21:08 |
dkranz | flashgordon: tempest doesn't really have access to the log files | 21:09 |
dkranz | flashgordon: without some whitebox trickery that doesn't seem necessary for this | 21:09 |
dkranz | flashgordon: The stress tests actually do this kind of check but they are not part of the gate. | 21:10 |
dkranz | flashgordon: And it is turned off by default since it will always fail. | 21:10 |
flashgordon | dkranz: well I am sure with some -infra magic you can turn that grep into a potentailly gating test | 21:12 |
flashgordon | even though its not a test as you said | 21:12 |
dkranz | flashgordon: Yeah. I'll take a look at devstack-gate and see if it is straightforward. I am not a bash wizard. | 21:13 |
flashgordon | dkranz: the #-infra folks are | 21:16 |
dkranz | flashgordon: :) | 21:16 |
flashgordon | so I think I found part of the glance client stacktraces stuff | 21:16 |
dkranz | flashgordon: I try not to bother them if something is simple enough to do myself. | 21:17 |
flashgordon | dkranz: well they maay have some slick way of tying the check in | 21:24 |
flashgordon | the bash isn't too bad | 21:24 |
dkranz | flashgordon: OK, I will send a message to openstack-infra list | 21:24 |
flashgordon | dkranz: you can just ask on IRC | 21:25 |
dkranz | flashgordon: OK | 21:25 |
flashgordon | dkranz: they are a friendly bunch | 21:26 |
clarkb | flashgordon: there is a ceilo bug submitted by dhellman about those stacktraces | 21:26 |
flashgordon | clarkb: yeah that sounds right | 21:27 |
flashgordon | clarkb: but turns out nova fails too | 21:27 |
flashgordon | see http://logs.openstack.org/76/44876/5/check/gate-tempest-devstack-vm-full/f729bb6/logs/screen-n-cpu.txt.gz#_2013-09-04_15_49_01_323 | 21:27 |
*** adalbas has quit IRC | 21:37 | |
*** yjiang5 has joined #openstack-qa | 21:40 | |
*** yjiang5 is now known as bmqq123 | 21:41 | |
*** dkranz has quit IRC | 21:45 | |
*** jasondotstar has quit IRC | 21:55 | |
*** burt has quit IRC | 22:04 | |
*** ericw has quit IRC | 22:05 | |
*** mlavalle has left #openstack-qa | 22:33 | |
*** ericw has joined #openstack-qa | 22:39 | |
*** ranban has joined #openstack-qa | 22:51 | |
ranban | does anybody know how to disable the captured logging that gets displayed at the end of a tempest run? | 22:51 |
*** ericw has quit IRC | 22:51 | |
lifeless | ranban: you don't want logs at all? | 22:53 |
ranban | lifeless: yes, i'd like to disable all logs | 22:54 |
ranban | (for development purposes) | 22:55 |
lifeless | hmm, I'm not sure, sorry. | 22:55 |
*** bnemec_away is now known as bnemec | 23:09 | |
clarkb | ranban: there is a way to write it to file, that is how jenkins runs it | 23:31 |
clarkb | it may need an env var or something like that to be set | 23:31 |
ranban | clarkb: i have the "log_file" option in tempest.conf and it does work, however, the log messages still get displayed at the end | 23:34 |
lifeless | is there something to print a graph of puppet node relationships from a site.pp ? | 23:36 |
lifeless | ^ ECHANNEL | 23:38 |
flashgordon | http://logs.openstack.org/97/45497/2/check/gate-tempest-devstack-vm-postgres-full/01f9c33/logs/screen-n-cpu.txt.gz#_2013-09-06_23_19_16_022 | 23:43 |
flashgordon | WAT | 23:43 |
flashgordon | ohh never mind I +2d the bug fix for this already | 23:43 |
*** hemna is now known as hemnafk | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!