openstackgerrit | A change was merged to openstack-infra/config: Mark puppet 3.0 unit tests as non-voting https://review.openstack.org/60635 | 00:01 |
---|---|---|
*** bnemec has joined #openstack-infra | 00:02 | |
*** jerryz has quit IRC | 00:02 | |
openstackgerrit | Randall Burt proposed a change to openstack-infra/config: Adding non-core plugin tests to Heat gate https://review.openstack.org/60642 | 00:03 |
*** melwitt has quit IRC | 00:05 | |
*** bnemec has quit IRC | 00:06 | |
sdague | clarkb: wimp :) | 00:06 |
sdague | it's going to be a little cold here too, that's what hiking is for | 00:06 |
clarkb | sdague: -2C is the high for tomorrow | 00:06 |
*** herndon has quit IRC | 00:07 | |
clarkb | we are typically spoiled with warmish winters in the northwest, comes iwth rain but warm | 00:07 |
fungi | clarkb: jacket weather? in the pacific northwest? crazy | 00:07 |
fungi | 0c is when i put on a jacket. 0f is when i wear a coat. it IS december, after all | 00:08 |
sdague | 37F high tomorrow here | 00:08 |
fungi | i can't complain. got up to 26c (70f) here today | 00:09 |
fungi | erm 69f | 00:09 |
fungi | 79f | 00:09 |
sdague | that's crazy pants | 00:10 |
* fungi gives up on keyboards | 00:10 | |
*** markmcclain has joined #openstack-infra | 00:10 | |
fungi | yes, crazynotdecemberweather here for some reason | 00:10 |
*** markmcclain has quit IRC | 00:10 | |
fungi | it's not like we're *that* far from ny. i blame the jet stream | 00:11 |
*** randallburt has quit IRC | 00:12 | |
fungi | 22c/72f outside right now, well after sundown | 00:12 |
*** dims has quit IRC | 00:12 | |
*** randallburt has joined #openstack-infra | 00:13 | |
openstackgerrit | A change was merged to openstack-infra/config: fix alias order for elastic-recheck https://review.openstack.org/60640 | 00:15 |
clarkb | fungi: that is ridiculous | 00:15 |
sdague | fungi: yeh it was pretty warm last night | 00:17 |
sdague | http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KNYPOUGH7 | 00:17 |
sdague | the temp drop at 4am is pretty amusing | 00:18 |
*** bnemec has joined #openstack-infra | 00:18 | |
fungi | that's when they wash the sensor | 00:19 |
sdague | :) | 00:19 |
clarkb | sdague: o_O it is that warm for you too? | 00:19 |
sdague | clarkb: in dec, yes | 00:19 |
*** zehicle has joined #openstack-infra | 00:19 | |
clarkb | that acutally isn't too bad | 00:19 |
sdague | 40s are more usual for early dec. 50s is definitely warm. | 00:19 |
*** melwitt has joined #openstack-infra | 00:20 | |
*** zehicle_at_dell has quit IRC | 00:22 | |
*** bnemec has quit IRC | 00:24 | |
*** bnemec has joined #openstack-infra | 00:24 | |
openstackgerrit | Randall Burt proposed a change to openstack-infra/config: Adding non-core plugin tests to Heat gate https://review.openstack.org/60642 | 00:28 |
lifeless | geekinutah: hi | 00:28 |
*** rnirmal has quit IRC | 00:29 | |
lifeless | mordred: whats the list-tests issue? | 00:29 |
clarkb | lifeless: two things. whether test discover failing should result in failed tests (apparently it does now, but tempest wasn't doing it right), and whether or not discovering 0 tests successfully should fail | 00:30 |
clarkb | because running 0 tests successfully is never what you want | 00:30 |
clarkb | except for the case that fungi noted | 00:30 |
fungi | (except sometimes when it is, right) | 00:31 |
*** harlowja has joined #openstack-infra | 00:31 | |
lifeless | so, if discovery fails, list-tests should exit non-zero | 00:31 |
fungi | and seems to | 00:31 |
lifeless | it wasn't in testtools and thus subunit, I fixed that last week | 00:31 |
clarkb | lifeless: it does, tempest broke it external to testr/discover | 00:31 |
lifeless | it would fail if you didn't use discover | 00:31 |
fungi | tl;dr, wrappers hard | 00:31 |
lifeless | this was a feature in a way, but we needed more introspection | 00:32 |
*** pabelanger_ has quit IRC | 00:32 | |
lifeless | so there is a bug upstream about that | 00:32 |
*** bnemec has quit IRC | 00:32 | |
lifeless | testr looks for list-tests exiting non-zero as additional signal for quite some time now | 00:32 |
fungi | i think the only outstanding concern is one which might be met with a --fail-on-empty flag to insist that you really do want to run at least one test and exit nonzero if you don't | 00:32 |
lifeless | can I check | 00:33 |
lifeless | do you mean 'discover finds 0 tests but doesn't fail' | 00:33 |
lifeless | or do you mean | 00:33 |
lifeless | 'discover finds lots of tests but the user regex selects 0' ? | 00:33 |
fungi | that | 00:33 |
fungi | or discover finds 0 tests too, possibly | 00:34 |
fungi | basically comfort option for people afraid they might fat-finger a filter in automation or run in the wrong directory | 00:34 |
fungi | safeguard against accidentally not running any tests | 00:34 |
lifeless | so, I think I've said before I'm open to policy knobs | 00:35 |
clarkb | puppet restarted on status.o.o | 00:35 |
fungi | lifeless: right, which is why i said i think it's solvable. and people who are really, really concerned about it could offer up a patch | 00:35 |
lifeless | yeah | 00:35 |
lifeless | its a None vs [] thing | 00:36 |
lifeless | None is a bug, [] is valid | 00:36 |
lifeless | I accept that for some people [] is invalid | 00:36 |
*** dkliban_ has quit IRC | 00:36 | |
clarkb | I just started another image build in dfw, this one looks like it might actually work | 00:37 |
fungi | lifeless: there is an argument that the chance you meant to run at least once test when invoking the tool is greater than the chance you were okay with running no tests. but from an automation standpoint i think an option to switch that behavior rather than changing the default would work just as well | 00:38 |
lifeless | clarkb: 09:38 < clarkb> if dicsover discovers 0 tests then you run 0 tests and check passes | 00:38 |
lifeless | 09:38 < sdague> honestly, testr should be handling all this internally | 00:38 |
lifeless | clarkb: thats plain wrong: if discover finds 0 tests, then you'll still get a subunit stream and can assert whatever policy you want in the pretty layer, if you're doing that. | 00:39 |
clarkb | lifeless: I think you are confusing my statement there | 00:39 |
clarkb | lifeless: it was referring to the old check we had in place that looked at discovered tests and compared to number of tests run | 00:39 |
lifeless | clarkb: ah, ack. | 00:39 |
*** HenryG has quit IRC | 00:41 | |
lifeless | mtreinish: subunit2pyunit should be exiting non-zero on failure: | 00:41 |
lifeless | if runner.run(test).wasSuccessful(): | 00:41 |
lifeless | exit_code = 0 | 00:41 |
lifeless | else: | 00:41 |
lifeless | exit_code = 1 | 00:41 |
lifeless | sys.exit(exit_code) | 00:41 |
clarkb | I am going to leave that image build going, time now for beer | 00:41 |
lifeless | sdague: I'm very open to patches to give testr more customisation for peoples needs, my goal is to work well for most folk without specific knobs. | 00:42 |
fungi | clarkb: enjoy. i'll be around if you need me to check on it | 00:42 |
*** pabelanger has joined #openstack-infra | 00:42 | |
*** heyongli has joined #openstack-infra | 00:42 | |
lifeless | sdague: for the 0 tests thing; I'm open to the idea that discover / testtools should error on no tests found - but thats an upstream python discussion to have | 00:43 |
clarkb | fungi: it is running in a screen owned by my user, feel free to attach to it | 00:43 |
lifeless | sdague: For testr itself, I don't think it should second-guess the reported set of tests; and for filtering getting an empty set, as fungi said, 0 is actually fine when you're doing multiple projects with a single regex : but I'm open - as said - to a knob for folk that don't have that use case | 00:44 |
fungi | clarkb: on nodepool.o.o? | 00:44 |
clarkb | yup | 00:44 |
fungi | the only screen session was owned by root | 00:45 |
*** oubiwann_ has quit IRC | 00:45 | |
lifeless | sdague: it is a bug that folk are having to write wrapper scripts as much as they are; I've nearly got the infra in place I want to give dynamic feedback on slow tests as they happen, which I think is the key thing to address the data people infer from test output flowing past | 00:45 |
fungi | nevermind | 00:45 |
fungi | SCREEN | 00:45 |
fungi | tmux has me pampered. no upper-case process names | 00:46 |
clarkb | I just reattached to it, it s there | 00:46 |
clarkb | oh yay you found it | 00:46 |
* clarkb & | 00:46 | |
*** sdake_ has quit IRC | 00:48 | |
*** sarob has joined #openstack-infra | 00:52 | |
*** notmyname has quit IRC | 00:57 | |
*** notmyname has joined #openstack-infra | 00:59 | |
*** ^d has quit IRC | 01:00 | |
*** dkliban_ has joined #openstack-infra | 01:02 | |
*** sarob has quit IRC | 01:03 | |
mordred | oh look. it's a lifeless! | 01:04 |
*** krotscheck has quit IRC | 01:05 | |
mordred | just so that everyone knows - in tel aviv, the hotels not so much with serving cooked food for room service during shabbat | 01:06 |
mordred | if you do not come from that background, you might find that unexpected | 01:06 |
fungi | i hope you found a bowl of fruit at least | 01:10 |
openstackgerrit | Randall Burt proposed a change to openstack-infra/config: Adding non-core plugin tests to Heat gate https://review.openstack.org/60642 | 01:11 |
mordred | fungi: well, there was one of those in my room, but I ate it a while ago - along with the box of dates | 01:12 |
mordred | (I'm going to have weird intestinal responses I'm sure) | 01:13 |
jeblair | bad dates | 01:13 |
mordred | the convenience stores are quite happily open | 01:13 |
jeblair | ^ [movie reference; who gets it?] | 01:13 |
mordred | jeblair: that was in cairo | 01:13 |
*** HenryG has joined #openstack-infra | 01:13 | |
jeblair | mordred: ftw | 01:13 |
mordred | so I got a bag off ruffled potato chips that are flavored like a word that has letters I don't understand, but they're tasty | 01:14 |
mordred | and a box of macadamia nuts | 01:14 |
mordred | DINNER! | 01:14 |
fungi | if i'd been here for the comment, i'd have felt bad for the monkey | 01:15 |
jeblair | evil monkey | 01:16 |
fungi | perhaps the monkey became one of the vengeful spirits in the ark. he had good reason, at least | 01:16 |
jeblair | fungi: you're trying to trick me into looking at the ark. | 01:17 |
fungi | can't blame me for trying | 01:17 |
*** markwash has quit IRC | 01:18 | |
*** bnemec has joined #openstack-infra | 01:21 | |
fungi | clarkb: if you care, INFO:nodepool.ImageUpdater:Image devstack-precise-check-1386376564.template.openstack.org in rax-dfw is ready | 01:22 |
*** bnemec has quit IRC | 01:23 | |
*** HenryG has quit IRC | 01:26 | |
*** randallburt has quit IRC | 01:29 | |
lifeless | what flavor do we use for d-g nodes today? | 01:29 |
fungi | lifeless: 8gb w/ 4vcpu | 01:29 |
*** markwash has joined #openstack-infra | 01:29 | |
*** dkliban_ has quit IRC | 01:31 | |
mordred | lifeless: chocolate | 01:32 |
lifeless | fungi: thanks | 01:34 |
fungi | np | 01:34 |
*** hogepodge has quit IRC | 01:38 | |
*** sdake_ has joined #openstack-infra | 01:39 | |
*** sarob has joined #openstack-infra | 01:43 | |
*** fifieldt has quit IRC | 01:43 | |
*** dkliban_ has joined #openstack-infra | 01:44 | |
*** markwash has quit IRC | 01:44 | |
openstackgerrit | A change was merged to openstack-infra/config: add nodepool to jenkins-dev server https://review.openstack.org/57333 | 01:44 |
jeblair | mordred: when i 'pip install .' in zuul, i don't seem to be getting the latest version of the client in the venv | 01:45 |
jeblair | mordred: possibly because i've already pip installed the current version? | 01:45 |
mordred | that's correct | 01:45 |
mordred | wait | 01:45 |
mordred | client | 01:46 |
jeblair | mordred: yeah, a setuptools script | 01:46 |
mordred | I was answering a different question | 01:46 |
mordred | you should get the latest version of the client in the venv in that case | 01:46 |
jeblair | entrypoints console script | 01:46 |
mordred | yup. with you now | 01:46 |
mordred | I do not expect the behavior you are seeing | 01:46 |
jeblair | mordred: even if i have already run 'pip install .' on the current git commit? | 01:46 |
jeblair | mordred: (of course, i'm continuing to hack so i have unstaged changes that keep changing) | 01:47 |
mordred | yes. the entrypoints script should just be doing "import zuul.client" blah | 01:47 |
mordred | so your pip install . in the venv should be putting zuul.client into the python library | 01:47 |
mordred | sothe import should get it | 01:47 |
mordred | btw - if you want the equiv of setup.py develop - you can do pip install -e . | 01:47 |
mordred | but I do not think that should be relevant in this case | 01:48 |
*** dkliban_ has quit IRC | 01:48 | |
jeblair | mordred: well, that did make things work. | 01:48 |
mordred | let me see if I can reproduce here locally | 01:48 |
mordred | oh. weird | 01:48 |
jeblair | mordred: i'm sorry; that may have hurt our ability to debug this. :( | 01:48 |
jeblair | lifeless: ^ why i have 'if __name__ == "__main__"' in my console scripts. | 01:49 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Add a promote client command https://review.openstack.org/60644 | 01:58 |
mordred | ooh. I like your new changes to zuul jeblair | 02:01 |
mordred | although like nodepool - I'm starting to think that you're getting close to wanting a rest API and keystone support :) | 02:02 |
*** yamahata_ has joined #openstack-infra | 02:03 | |
*** tma996 has joined #openstack-infra | 02:07 | |
*** melwitt has quit IRC | 02:07 | |
*** sarob has quit IRC | 02:12 | |
*** sarob has joined #openstack-infra | 02:13 | |
*** jcooley_ has joined #openstack-infra | 02:15 | |
*** sarob has quit IRC | 02:17 | |
*** bnemec has joined #openstack-infra | 02:18 | |
*** rwsu has quit IRC | 02:25 | |
lifeless | jeblair: sorry, I don't quite follow - you use __name__ because pip install . doesn't update as you edit ? | 02:26 |
*** pcrews has quit IRC | 02:29 | |
*** HenryG has joined #openstack-infra | 02:32 | |
*** wenlock has quit IRC | 02:34 | |
*** markwash has joined #openstack-infra | 02:34 | |
*** heyongli has quit IRC | 02:36 | |
*** rwsu has joined #openstack-infra | 02:40 | |
*** MarkAtwood has quit IRC | 02:48 | |
*** nati_ueno has quit IRC | 02:54 | |
*** mestery has quit IRC | 03:05 | |
*** mestery has joined #openstack-infra | 03:10 | |
*** rongze has joined #openstack-infra | 03:13 | |
*** nati_ueno has joined #openstack-infra | 03:19 | |
*** changbl has quit IRC | 03:22 | |
*** esker has joined #openstack-infra | 03:23 | |
*** changbl has joined #openstack-infra | 03:25 | |
*** sandywalsh has quit IRC | 03:32 | |
*** nicedice_ has joined #openstack-infra | 03:32 | |
*** nicedice has quit IRC | 03:35 | |
*** markwash has quit IRC | 03:50 | |
*** dkehn has quit IRC | 04:05 | |
*** vipul has quit IRC | 04:06 | |
*** vipul has joined #openstack-infra | 04:07 | |
*** sandywalsh has joined #openstack-infra | 04:07 | |
*** sdake_ has quit IRC | 04:08 | |
*** dkehn has joined #openstack-infra | 04:17 | |
*** julim has joined #openstack-infra | 04:19 | |
*** julim has quit IRC | 04:25 | |
clarkb | fungi: ty for watching that | 04:50 |
fungi | np | 04:51 |
fungi | didn't see obvious errors | 04:51 |
*** rcleere has joined #openstack-infra | 04:54 | |
*** rongze has quit IRC | 05:08 | |
*** SergeyLukjanov has joined #openstack-infra | 05:21 | |
*** rongze has joined #openstack-infra | 05:22 | |
*** pete5 has quit IRC | 05:29 | |
*** vkozhukalov has joined #openstack-infra | 05:39 | |
*** rongze has quit IRC | 05:42 | |
*** rcleere has quit IRC | 05:48 | |
*** michchap_ has joined #openstack-infra | 06:03 | |
*** dstanek has quit IRC | 06:03 | |
*** michchap has quit IRC | 06:03 | |
*** SergeyLukjanov has quit IRC | 06:16 | |
*** WarrenUsui has quit IRC | 06:24 | |
*** WarrenUsui has joined #openstack-infra | 06:25 | |
*** rongze has joined #openstack-infra | 06:36 | |
*** sdake_ has joined #openstack-infra | 06:39 | |
*** rongze has quit IRC | 06:42 | |
*** jcooley_ has quit IRC | 06:46 | |
*** HenryG has quit IRC | 06:46 | |
*** rongze has joined #openstack-infra | 06:47 | |
*** sdake_ has quit IRC | 06:54 | |
openstackgerrit | Max Rydahl Andersen proposed a change to openstack-infra/jenkins-job-builder: add private-repository to maven-target https://review.openstack.org/60161 | 07:15 |
*** jcooley_ has joined #openstack-infra | 07:18 | |
*** jcooley_ has quit IRC | 07:23 | |
*** sdake_ has joined #openstack-infra | 07:33 | |
*** afazekas has joined #openstack-infra | 07:44 | |
*** afazekas has quit IRC | 07:44 | |
*** yolanda has joined #openstack-infra | 08:06 | |
*** senk has joined #openstack-infra | 08:09 | |
*** senk1 has joined #openstack-infra | 08:12 | |
*** sdake_ has quit IRC | 08:13 | |
*** senk has quit IRC | 08:13 | |
*** bot_bot has joined #openstack-infra | 08:16 | |
*** DinaBelova has joined #openstack-infra | 08:16 | |
openstackgerrit | Max Rydahl Andersen proposed a change to openstack-infra/jenkins-job-builder: add private-repository and jvmoptions to maven-target https://review.openstack.org/60161 | 08:17 |
*** SergeyLukjanov has joined #openstack-infra | 08:17 | |
openstackgerrit | Max Rydahl Andersen proposed a change to openstack-infra/jenkins-job-builder: add private-repository, java-opts, settings and global-settings to maven-target https://review.openstack.org/60161 | 08:30 |
openstackgerrit | Max Rydahl Andersen proposed a change to openstack-infra/jenkins-job-builder: add private-repository, java-opts, settings and global-settings to maven-target https://review.openstack.org/60161 | 08:36 |
*** SushilKM has joined #openstack-infra | 08:38 | |
*** SushilKM has quit IRC | 08:38 | |
*** senk1 has quit IRC | 08:39 | |
*** bot_bot has quit IRC | 08:50 | |
*** senk has joined #openstack-infra | 08:57 | |
*** senk has quit IRC | 09:01 | |
*** senk has joined #openstack-infra | 09:01 | |
*** nati_ueno has quit IRC | 09:10 | |
*** senk has quit IRC | 09:18 | |
*** zul has quit IRC | 09:54 | |
*** zul has joined #openstack-infra | 09:54 | |
*** rongze has quit IRC | 10:18 | |
*** yassine has joined #openstack-infra | 10:32 | |
*** tma996 has quit IRC | 10:35 | |
*** DinaBelova has quit IRC | 10:37 | |
*** paul-- has joined #openstack-infra | 10:39 | |
*** DinaBelova has joined #openstack-infra | 10:40 | |
*** paul-- has quit IRC | 10:44 | |
*** yassine_ has joined #openstack-infra | 11:00 | |
*** tma996 has joined #openstack-infra | 11:06 | |
*** boris-42 has joined #openstack-infra | 11:11 | |
*** paul-- has joined #openstack-infra | 11:13 | |
*** rongze has joined #openstack-infra | 11:20 | |
*** rongze has quit IRC | 11:27 | |
*** rongze has joined #openstack-infra | 11:32 | |
*** paul-- has quit IRC | 11:33 | |
*** GheRivero has joined #openstack-infra | 11:35 | |
*** tma996 has quit IRC | 11:37 | |
*** tma996 has joined #openstack-infra | 11:37 | |
*** tma996 has quit IRC | 11:41 | |
*** rongze has quit IRC | 11:57 | |
*** paul-- has joined #openstack-infra | 11:58 | |
*** tma996 has joined #openstack-infra | 12:01 | |
*** SushilKM has joined #openstack-infra | 12:18 | |
*** mika has quit IRC | 12:20 | |
*** mika has joined #openstack-infra | 12:21 | |
*** paul-- has quit IRC | 12:22 | |
*** DinaBelova has quit IRC | 12:26 | |
*** adalbas has joined #openstack-infra | 12:28 | |
*** hashar has joined #openstack-infra | 12:33 | |
*** beagles has quit IRC | 12:34 | |
*** adalbas has quit IRC | 12:35 | |
*** SushilKM has quit IRC | 12:35 | |
*** vkozhukalov has quit IRC | 12:43 | |
*** paul-- has joined #openstack-infra | 12:44 | |
*** yolanda has quit IRC | 12:50 | |
*** yassine_ has quit IRC | 12:58 | |
*** yassine has quit IRC | 13:00 | |
*** paul-- has quit IRC | 13:00 | |
*** afazekas has joined #openstack-infra | 13:02 | |
*** paul-- has joined #openstack-infra | 13:03 | |
*** SushilKM has joined #openstack-infra | 13:16 | |
*** zehicle has quit IRC | 13:18 | |
*** paul-- has quit IRC | 13:25 | |
*** elasticio has joined #openstack-infra | 13:27 | |
*** hashar has quit IRC | 13:32 | |
*** vkozhukalov has joined #openstack-infra | 13:40 | |
*** SushilKM has quit IRC | 13:48 | |
*** che-arne has quit IRC | 13:48 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 13:49 | |
*** che-arne has joined #openstack-infra | 13:50 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 13:53 | |
*** SergeyLukjanov has quit IRC | 13:59 | |
*** boris-42 has quit IRC | 14:01 | |
*** ruhe has joined #openstack-infra | 14:08 | |
*** SushilKM has joined #openstack-infra | 14:08 | |
*** zul has quit IRC | 14:12 | |
*** talluri has joined #openstack-infra | 14:15 | |
*** SushilKM has quit IRC | 14:22 | |
*** mriedem has joined #openstack-infra | 14:22 | |
*** elasticio has quit IRC | 14:26 | |
*** mriedem has quit IRC | 14:30 | |
*** herndon has joined #openstack-infra | 14:31 | |
*** mriedem has joined #openstack-infra | 14:34 | |
*** ruhe is now known as ruhe_ | 14:38 | |
*** ruhe_ has quit IRC | 14:44 | |
*** prad has joined #openstack-infra | 15:01 | |
*** yamahata_ has quit IRC | 15:04 | |
*** pabelanger has quit IRC | 15:33 | |
*** HenryG has joined #openstack-infra | 15:34 | |
*** salv-orlando has quit IRC | 15:40 | |
*** tma996 has quit IRC | 15:42 | |
*** mika has quit IRC | 15:42 | |
*** cody-somerville has quit IRC | 15:42 | |
*** jkyle has quit IRC | 15:42 | |
*** fbo has quit IRC | 15:42 | |
*** echohead has quit IRC | 15:42 | |
*** mtreinish has quit IRC | 15:42 | |
*** LinuxJedi has quit IRC | 15:42 | |
*** basic` has quit IRC | 15:42 | |
*** soren has quit IRC | 15:42 | |
*** fungi has quit IRC | 15:42 | |
openstackgerrit | Kei YAMAZAKI proposed a change to openstack-infra/jenkins-job-builder: Fix GitHub pull request builder plugin support https://review.openstack.org/60673 | 15:48 |
openstackgerrit | Sergey Kolekonov proposed a change to openstack-infra/jenkins-job-builder: Description Setter Plugin support added https://review.openstack.org/60674 | 15:48 |
*** salv-orlando has joined #openstack-infra | 15:52 | |
*** elasticio has joined #openstack-infra | 15:56 | |
*** pabelanger has joined #openstack-infra | 16:05 | |
*** mika has joined #openstack-infra | 16:08 | |
*** cody-somerville has joined #openstack-infra | 16:08 | |
*** jkyle has joined #openstack-infra | 16:08 | |
*** fbo has joined #openstack-infra | 16:08 | |
*** echohead has joined #openstack-infra | 16:08 | |
*** mtreinish has joined #openstack-infra | 16:08 | |
*** LinuxJedi has joined #openstack-infra | 16:08 | |
*** basic` has joined #openstack-infra | 16:08 | |
*** soren has joined #openstack-infra | 16:08 | |
*** fungi has joined #openstack-infra | 16:08 | |
*** salv-orlando has quit IRC | 16:09 | |
*** salv-orlando has joined #openstack-infra | 16:10 | |
*** jcooley_ has joined #openstack-infra | 16:12 | |
*** jcooley_ has quit IRC | 16:14 | |
*** changbl has quit IRC | 16:18 | |
*** pabelanger has quit IRC | 16:25 | |
*** pabelanger_ has joined #openstack-infra | 16:25 | |
*** pabelanger_ has quit IRC | 16:29 | |
*** pabelanger has joined #openstack-infra | 16:29 | |
*** pcrews has joined #openstack-infra | 16:30 | |
*** talluri has quit IRC | 16:42 | |
*** yamahata_ has joined #openstack-infra | 16:48 | |
*** elasticio has quit IRC | 16:53 | |
*** elasticio has joined #openstack-infra | 16:54 | |
*** elasticio_ has joined #openstack-infra | 16:56 | |
*** pabelanger has quit IRC | 17:16 | |
*** pabelanger has joined #openstack-infra | 17:19 | |
*** boris-42 has joined #openstack-infra | 17:30 | |
*** bnemec has quit IRC | 17:31 | |
*** bnemec has joined #openstack-infra | 17:34 | |
*** yamahata_ has quit IRC | 17:35 | |
*** bnemec has quit IRC | 17:40 | |
*** bnemec has joined #openstack-infra | 17:41 | |
*** pcrews has quit IRC | 17:47 | |
*** bnemec has quit IRC | 17:47 | |
*** talluri has joined #openstack-infra | 17:54 | |
*** thedodd has joined #openstack-infra | 17:55 | |
*** bnemec has joined #openstack-infra | 17:56 | |
*** talluri has quit IRC | 17:58 | |
*** pcrews has joined #openstack-infra | 18:14 | |
*** pcrews has quit IRC | 18:16 | |
*** pcrews has joined #openstack-infra | 18:19 | |
*** mestery has quit IRC | 18:23 | |
*** rcleere has joined #openstack-infra | 18:24 | |
*** yolanda has joined #openstack-infra | 18:25 | |
*** vkozhukalov has quit IRC | 18:28 | |
*** nati_ueno has joined #openstack-infra | 18:29 | |
*** mestery has joined #openstack-infra | 18:29 | |
*** rcleere has quit IRC | 18:43 | |
*** nati_ueno has quit IRC | 18:45 | |
*** nati_ueno has joined #openstack-infra | 18:46 | |
*** nati_ueno has quit IRC | 18:50 | |
*** nati_ueno has joined #openstack-infra | 18:52 | |
*** nati_ueno has quit IRC | 19:05 | |
*** prad has quit IRC | 19:06 | |
*** mriedem has quit IRC | 19:19 | |
*** senk has joined #openstack-infra | 19:21 | |
*** nati_ueno has joined #openstack-infra | 19:22 | |
*** krtaylor has quit IRC | 19:24 | |
*** senk has quit IRC | 19:25 | |
*** mestery has quit IRC | 19:30 | |
*** senk has joined #openstack-infra | 19:33 | |
*** afazekas has quit IRC | 19:35 | |
*** mestery has joined #openstack-infra | 19:36 | |
*** senk has quit IRC | 19:38 | |
*** Guest27104 has quit IRC | 19:38 | |
*** pvo has quit IRC | 19:38 | |
*** herndon has quit IRC | 19:43 | |
*** senk has joined #openstack-infra | 19:48 | |
*** paul-- has joined #openstack-infra | 20:00 | |
*** senk has quit IRC | 20:10 | |
*** senk has joined #openstack-infra | 20:13 | |
*** senk has quit IRC | 20:17 | |
*** senk has joined #openstack-infra | 20:17 | |
*** paul-- has quit IRC | 20:20 | |
*** sdake_ has joined #openstack-infra | 20:25 | |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/gerritlib: Add connection attempt limit https://review.openstack.org/52986 | 20:42 |
*** elasticio_ has quit IRC | 20:46 | |
*** elasticio has quit IRC | 20:46 | |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/gerritlib: Add connection attempt limit https://review.openstack.org/52986 | 20:47 |
*** elasticio has joined #openstack-infra | 20:47 | |
*** elasticio_ has joined #openstack-infra | 20:47 | |
*** HenryG has quit IRC | 20:48 | |
*** HenryG has joined #openstack-infra | 20:48 | |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/gerritlib: Add connection attempt limit https://review.openstack.org/52986 | 20:49 |
openstackgerrit | Joshua Harlow proposed a change to openstack-infra/gerritlib: Add connection attempt limit https://review.openstack.org/52986 | 20:51 |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Unset launchpad project for gearman-plugin https://review.openstack.org/60692 | 20:58 |
*** senk has quit IRC | 21:05 | |
*** sdake_ has quit IRC | 21:05 | |
*** yolanda has quit IRC | 21:12 | |
*** jgriffith has quit IRC | 21:12 | |
openstackgerrit | A change was merged to openstack-infra/config: Unset launchpad project for gearman-plugin https://review.openstack.org/60692 | 21:13 |
*** jgriffith has joined #openstack-infra | 21:13 | |
*** zul has joined #openstack-infra | 21:19 | |
*** yolanda has joined #openstack-infra | 21:24 | |
*** mriedem has joined #openstack-infra | 21:24 | |
*** elasticio_ has quit IRC | 21:43 | |
*** elasticio has quit IRC | 21:43 | |
*** nati_ueno has quit IRC | 21:47 | |
*** nati_ueno has joined #openstack-infra | 21:47 | |
*** nati_uen_ has joined #openstack-infra | 21:48 | |
*** nati_ueno has quit IRC | 21:52 | |
fungi | mriedem: bug 1255593 eh? | 21:55 |
uvirtbot | Launchpad bug 1255593 in devstack "configuration options from the [DEFAULT] section are not applied to multiple backends" [Undecided,In progress] https://launchpad.net/bugs/1255593 | 21:55 |
fungi | if we're working around that anywhere, it'll be in the devstack-gate-wrap.sh in openstack-infra/devstack-gate | 21:56 |
mriedem | yeah https://review.openstack.org/#/c/60694/ | 21:56 |
fungi | but i'll wager we haven't been | 21:56 |
mriedem | fungi: i looked in devstack and devstack-gate for 'volume_clear' and only found it in devstack's setup | 21:57 |
fungi | good to know | 21:57 |
mriedem | fwiw, i don't agree that it's a 'wishlist' item | 21:57 |
mriedem | seems busted to me | 21:57 |
mriedem | in cinder | 21:58 |
*** changbl has joined #openstack-infra | 22:00 | |
mriedem | fungi: some numbers: http://paste.openstack.org/show/54646/ | 22:00 |
mriedem | test_volumes_actions actually got slower for some reason, otherwise pretty good gains in some of the other volumes tests | 22:00 |
fungi | awesome. i wonder if we'll see any substantial improvements in our tempest runs as a resuly | 22:01 |
fungi | result | 22:01 |
mriedem | just for the set i have in my paste it's about a net gain of 15 minutes | 22:03 |
clarkb | can't we propose a change to devstack and see? | 22:04 |
mriedem | and we're just running one job per day | 22:04 |
mriedem | clarkb: https://review.openstack.org/#/c/60694/ | 22:04 |
clarkb | now we wait I guess :) thanks | 22:04 |
mriedem | np | 22:06 |
*** elasticio has joined #openstack-infra | 22:17 | |
*** elasticio has quit IRC | 22:22 | |
*** pcrews has quit IRC | 22:35 | |
mriedem | clarkb: jenkins passed on that devstack cinder patch, where do we compare results? | 22:40 |
clarkb | mriedem: grab the subunit logs of tests run on hosts in the same az and compare individual test times | 22:50 |
*** sdake has quit IRC | 22:55 | |
mriedem | clarkb: what tells me what host/az the tests are run in? haven't done this before. | 23:21 |
clarkb | mriedem: at the beginning of the console log is the slave name. In the slave name is the az. eg hpcloud-az2 | 23:25 |
mriedem | ah, was looking in subunit logs | 23:25 |
*** fifieldt has joined #openstack-infra | 23:25 | |
mriedem | Building remotely on devstack-precise-hpcloud-az2-812440 | 23:26 |
mriedem | then i just find that host in jenkins and check other jobs' logs right? | 23:26 |
clarkb | you won't find that same host because they are all single use slaves | 23:27 |
clarkb | but look for jobs running on other az2 VMs to get the closest 1:1 comparison | 23:28 |
fungi | pro tip: the majority will be on hpcloud az2 at the moment i believe | 23:30 |
mordred | backscroll | 23:31 |
mriedem | sorry, should i be on jenkins.openstack.org or logs.openstack.org? | 23:38 |
*** nati_uen_ has quit IRC | 23:38 | |
*** rcleere has joined #openstack-infra | 23:40 | |
mriedem | found another hpcloud-az2 job, trying to find the test times | 23:42 |
clarkb | mriedem: I would go to the list of open changes in gerrit and grab links to tests from there | 23:42 |
mriedem | just started going through recent check results on logs.openstack.org | 23:42 |
*** paul-- has joined #openstack-infra | 23:42 | |
clarkb | http://logs.openstack.org/02/54202/10/check/check-tempest-dsvm-full/5e1ee8e/ | 23:43 |
mriedem | to find the total test time, looking in subunit_log for the diff between start/end time of the test, unless there is an easier way | 23:43 |
mriedem | yeah, looking at this one http://logs.openstack.org/94/59994/2/check/check-tempest-dsvm-full/b90c3a2/ | 23:43 |
clarkb | http://logs.openstack.org/02/54202/10/check/check-tempest-dsvm-postgres-full/1b029ba/ | 23:43 |
clarkb | mriedem: I think you can testr load the file then query it maybe | 23:43 |
clarkb | hmm maybe not. testr stats doesn't do much yet | 23:44 |
mriedem | test_volumes_get was the biggest improvement i saw since i think that creates a few volumes for the test, so trying to diff on that one | 23:45 |
*** ywu has quit IRC | 23:45 | |
*** rcleere has quit IRC | 23:48 | |
*** paul-- has quit IRC | 23:50 | |
mriedem | hmm, just looking at overall total time in console.html between my devstack cinder patch and 2 other runs on hpcloud-az2, my patch took 28 min for check-tempest-dsvm-full but the others were 23 min and 34 min, | 23:52 |
mriedem | so i'd probably need a bigger sampling of overall time to run that test suite | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!