*** ylobankov has quit IRC | 00:00 | |
openstackgerrit | Austin Clark proposed openstack/stackviz: Change nesting API calls to promise chain in test-details controller https://review.openstack.org/291474 | 00:03 |
---|---|---|
openstackgerrit | Dan Smith proposed openstack-dev/grenade: Run online data migrations for nova https://review.openstack.org/290077 | 00:03 |
openstackgerrit | Austin Clark proposed openstack/stackviz: Restructure Stackviz docs https://review.openstack.org/291451 | 00:04 |
*** yangyape_ has quit IRC | 00:05 | |
*** Swami has quit IRC | 00:06 | |
*** akshai has quit IRC | 00:14 | |
*** austin81 has quit IRC | 00:21 | |
*** openstackgerrit_ has quit IRC | 00:23 | |
*** yamamoto_ has joined #openstack-qa | 00:24 | |
*** openstackgerrit_ has joined #openstack-qa | 00:24 | |
*** bapalm has quit IRC | 00:24 | |
*** yamamoto_ has quit IRC | 00:28 | |
*** sc68cal has quit IRC | 00:29 | |
*** armax has quit IRC | 00:33 | |
*** armax has joined #openstack-qa | 00:35 | |
*** armax has quit IRC | 00:35 | |
*** bapalm has joined #openstack-qa | 00:41 | |
*** ddieterly has joined #openstack-qa | 00:44 | |
*** openstackgerrit_ has quit IRC | 00:48 | |
*** openstackgerrit_ has joined #openstack-qa | 00:49 | |
*** nwkarsten has joined #openstack-qa | 00:49 | |
*** pvaneck has quit IRC | 00:50 | |
openstackgerrit | Merged openstack-dev/devstack: Also detected failed packages in dnf/yum wrapper https://review.openstack.org/285881 | 00:55 |
openstackgerrit | Merged openstack-dev/devstack: Ignore errors when uninstalling a pkg with zypper https://review.openstack.org/288512 | 00:55 |
openstackgerrit | Merged openstack-dev/devstack: Use "command -v" instead of "which" to find path https://review.openstack.org/287721 | 00:55 |
*** hoangcx has joined #openstack-qa | 00:57 | |
*** ajmiller has quit IRC | 00:57 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/290917 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1323658 | 01:00 |
openstack | Launchpad bug 1323658 in neutron "Nova resize/restart results in guest ending up in inconsistent state with Neutron" [Medium,Fix released] - Assigned to Darek Smigiel (smigiel-dariusz) | 01:00 |
*** ddieterly has quit IRC | 01:01 | |
mtreinish | Clint: so you're working on the plugin registry bot stuff for tempest and grenade too right? :) | 01:03 |
mtreinish | I think it's looking really good on devstack right now | 01:04 |
Clint | mtreinish: oh right, what are the relevant files? | 01:06 |
*** jlwhite_ has quit IRC | 01:07 | |
*** yangyapeng has joined #openstack-qa | 01:11 | |
mtreinish | Clint: I don't think a plugin-registry.rst has been created in tempest. I started one: https://review.openstack.org/#/c/235022/ but never picked it up again | 01:11 |
* Clint nods. | 01:11 | |
mtreinish | and I don't think anyone has even started one on the grenade side | 01:11 |
Clint | ok, that explains why i found nothing | 01:12 |
mtreinish | Clint: that same little bash script has basics of how to find both grenade and tempest https://github.com/mtreinish/external_plugins/blob/master/graphs/get_plugin_dates.sh | 01:12 |
mtreinish | for grenade it's just an upgrade subdir | 01:13 |
mtreinish | and tempest needs to look for a entry_point in the setup.cfg for a project | 01:13 |
Clint | cool | 01:13 |
*** yangyapeng has quit IRC | 01:15 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/238422 failed gate-horizon-pep8 in the gate queue with an unrecognized error | 01:19 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 01:21 |
gmann | mtreinish: ^^, updated. may be you can wait till doc job and see if all looks fine now. Thanks for review | 01:22 |
*** yangyapeng has joined #openstack-qa | 01:22 | |
gmann | mtreinish: if you have time, need to discuss - https://bugs.launchpad.net/tempest/+bug/1555524 | 01:26 |
openstack | Launchpad bug 1555524 in tempest "Any tempest plugin import failure leads other plugin tests fails" [Undecided,New] - Assigned to Ghanshyam Mann (ghanshyammann) | 01:26 |
gmann | but if late for you we can discuss later anyways. | 01:26 |
mtreinish | gmann: what about it? I'm not convinced that's a tempest bug if you install a bad plugin how is tempest responsible? | 01:27 |
gmann | mtreinish: yea agree that is not tempest bug but if any plugin has bad import then it cause all plugins to fail | 01:28 |
gmann | if somewho we can just log exception in those case and move on with correct plugins | 01:29 |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Test Test Test https://review.openstack.org/291503 | 01:29 |
gmann | because from any plugin point of view i see, it is not right as some other bad plugin stopped their tests | 01:30 |
mtreinish | gmann: well no not really, tempest doesn't import anything. It just passes the plugin information on to the testrunner | 01:30 |
gmann | yea but if plugin tests has import error then while discovery the tests in test_discovery it fails for all | 01:31 |
mtreinish | gmann: this keeps coming up we can't be responsible for bad plugins. This was always going to be a known factor and we made it very clear you use plugins at your own risk :) | 01:31 |
gmann | hummm | 01:32 |
gmann | actually we handle that in case of registering the config options from plugins - https://github.com/openstack/tempest/blob/master/tempest/test_discover/plugins.py#L90 | 01:32 |
gmann | i was thinking we can do the same here too - https://github.com/openstack/tempest/blob/master/tempest/test_discover/test_discover.py#L47-L52 | 01:33 |
mtreinish | gmann: this was a problem when we first did plugins you could install a plugin and nothing would happen but a log message | 01:33 |
gmann | but while discovery it is not easy as we cannot catch the exception there | 01:33 |
mtreinish | and there was no other indication why your plugin didn't work | 01:33 |
mtreinish | I don't think we want to ignore plugins that can't load | 01:34 |
mtreinish | because what if you rely on that plugin in your ci, and it turns out it succeeds because it's not being loaded | 01:34 |
gmann | yea thats true, ignore failed plugins might not be good idea | 01:35 |
gmann | I was thinking to fail those if someone try to run those, otherwise just ignore error till that time | 01:36 |
gmann | which solve the issue | 01:36 |
mtreinish | gmann: now if the current messaging around the import explosion isn't clear. I'm totally fine with reworking it to make it more obvious that a plugin is broken | 01:36 |
mtreinish | but I'm not in favor of failing silently | 01:36 |
mtreinish | or not failing and just logging the issue | 01:37 |
gmann | at least while lading the tests do not fail and fail when they actual run | 01:37 |
gmann | loading | 01:37 |
gmann | so if any CI depends in bad plugin then failure is there while running tests | 01:38 |
gmann | but at least loading should be fine with their correct own plugin | 01:38 |
*** dimtruck is now known as zz_dimtruck | 01:39 | |
mtreinish | gmann: I'm not following you, if it fails to import for discovery how would it run? | 01:40 |
gmann | loader discovery put failed tests cases as loader._FailedTest and while running let them fail | 01:40 |
openstackgerrit | Clint Adams proposed openstack-dev/grenade: Prepare for dynamic generation of grenade plugin registry https://review.openstack.org/291505 | 01:40 |
gmann | but not sure that change the main goal of discovery | 01:40 |
mtreinish | gmann: I thought that you said it was an import error | 01:41 |
gmann | when loader.discovery finds such import error case then they make that tests case as loader._FailedTest | 01:41 |
gmann | yea import error and discovery will add those as loader._FailedTest | 01:41 |
gmann | and later somewhere exception is thrown which i did not find from where | 01:42 |
gmann | but that is while discovery only | 01:42 |
gmann | my point is to let's runner decide to fail the tests if it is something not actual expected test case object | 01:43 |
gmann | not the discovery | 01:43 |
mtreinish | gmann: right, that's what it does now | 01:44 |
mtreinish | that's what I was saying it's the test runner that actually is doing the work here, tempest is just telling it via load_tests what the suite is | 01:44 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/291424 failed gate-horizon-python27 in the gate queue with an unrecognized error | 01:45 |
mtreinish | and if there are import errors it's up to the test runner to catch those | 01:45 |
gmann | mtreinish: humm, but it is failing while list tests | 01:45 |
gmann | http://logs.openstack.org/50/289650/4/check/gate-congress-dsvm-api/6a27be7/console.html | 01:45 |
gmann | testr did not try to run i think | 01:45 |
mtreinish | gmann: right testr does the list tests sees there is an import error and fails | 01:45 |
*** nwkarsten has quit IRC | 01:45 | |
*** nwkarsten has joined #openstack-qa | 01:46 | |
gmann | i see and that is depends on what all tests we want to discover | 01:47 |
gmann | as of now we try to load all detected plugin tests | 01:47 |
gmann | any way we can load only requested plugin tests in loader.discovery ? | 01:49 |
mtreinish | gmann: yeah, don't install the broken plugins | 01:49 |
gmann | :) | 01:49 |
mtreinish | this is only an issue because everyone decided to bundle plugins in their repos and to turn off venv isolation | 01:49 |
gmann | but that not in hand of any plugin, bad plugin just put their entry in plugin namespace and make other fail | 01:49 |
mtreinish | I don't have much sympathy because if they did standalone plugins and proper venv isolation this wouldn't be an issue | 01:50 |
*** nwkarsten has quit IRC | 01:50 | |
mtreinish | because random plugins wouldn't be popping up in the list | 01:50 |
gmann | because on gate every plugin will be there | 01:50 |
mtreinish | right, because people made bad decisions. I'm pretty sure it wasn't an intentional choice my 99% of the people who setup jobs with plugins | 01:51 |
mtreinish | they just didn't look into what they were setting up, they just copied a bad example | 01:51 |
mtreinish | gmann: which is why I'm adding: https://review.openstack.org/#/c/290837/ | 01:52 |
mtreinish | to try and tell people everything they've done makes life much much harder | 01:52 |
gmann | humm | 01:54 |
gmann | but in separate repo case also tempest will detect all plugin whoever have entry in plugin namespace right? | 01:55 |
*** nwkarsten has joined #openstack-qa | 01:55 | |
mtreinish | no, that's what I'm saying no one is actually thinking about how they're installing or bundling/packaging the plugins | 01:55 |
gmann | or then it will ve discovered by python pckg | 01:55 |
mtreinish | so instead of having a self contained package they add to the tox venv before running, they turn off venv isolation | 01:56 |
mtreinish | and rely on the larger project package being installed on the system and the plugin being there | 01:56 |
mtreinish | the problem is everyone does that, so on a devstack install you have every one's plugin present | 01:56 |
mtreinish | whether you meant to or not | 01:57 |
gmann | yea | 01:57 |
gmann | so in current situation , if they install their plugin in venv and run then they would be safe | 01:58 |
mtreinish | gmann: well a real venv, not one with system site-packages enabled | 01:59 |
openstackgerrit | Clint Adams proposed openstack-dev/grenade: Prepare for dynamic generation of grenade plugin registry https://review.openstack.org/291505 | 01:59 |
openstackgerrit | Clint Adams proposed openstack/tempest: Prepare for dynamic generation of tempest plugin registry https://review.openstack.org/291511 | 01:59 |
gmann | mtreinish: yea but how project package will be detected which is installed on the system | 02:00 |
gmann | or they put that as requirements for plugins case | 02:01 |
*** mtanino has quit IRC | 02:02 | |
mtreinish | gmann: or you just do: tox -eall --notest && .tox/full/bin/pip install tempest-plugin-foo && tox -eall -- 'my_plugin_regex' | 02:03 |
mtreinish | s/full/all | 02:04 |
gmann | ohk, ll check that | 02:07 |
*** dims has quit IRC | 02:08 | |
*** jlwhite_ has joined #openstack-qa | 02:08 | |
gmann | tempest-plugin-foo will be project pckg having plugin | 02:08 |
mtreinish | gmann: ideally it would be a self contained plugin, but it doesn't matter what it is | 02:09 |
mtreinish | as long as the entry point is there | 02:09 |
gmann | yea | 02:09 |
*** bapalm has quit IRC | 02:11 | |
*** nwkarsten has quit IRC | 02:13 | |
*** nwkarsten has joined #openstack-qa | 02:14 | |
openstackgerrit | Clint Adams proposed openstack-dev/grenade: Prepare for dynamic generation of grenade plugin registry https://review.openstack.org/291505 | 02:15 |
gmann | mtreinish: some issue while plugin install in venv in my local env | 02:15 |
gmann | so it that work should we ask them to change their gate job of running plugin tests | 02:15 |
gmann | because now if such situation happens all plugin projects start complaining | 02:16 |
*** bapalm has joined #openstack-qa | 02:16 | |
gmann | and blocked till bad lplugin is fixed | 02:16 |
*** dims has joined #openstack-qa | 02:17 | |
*** nwkarsten has quit IRC | 02:18 | |
openstackgerrit | Clint Adams proposed openstack/tempest: Prepare for dynamic generation of tempest plugin registry https://review.openstack.org/291511 | 02:20 |
openstackgerrit | Eli Qiao proposed openstack/tempest: Add new live_migration case to support block_migration=auto https://review.openstack.org/287605 | 02:25 |
*** yamamoto_ has joined #openstack-qa | 02:25 | |
*** moravec has joined #openstack-qa | 02:27 | |
*** fawadkhaliq has quit IRC | 02:32 | |
*** hichihara has joined #openstack-qa | 02:32 | |
*** woodster_ has quit IRC | 02:37 | |
*** nwkarsten has joined #openstack-qa | 02:45 | |
*** yamamoto_ has quit IRC | 02:48 | |
*** nwkarsten has quit IRC | 02:50 | |
*** ajmiller has joined #openstack-qa | 02:56 | |
*** dims has quit IRC | 02:58 | |
*** ajmiller_ has joined #openstack-qa | 03:00 | |
*** ajmiller has quit IRC | 03:03 | |
*** fnaval_ has joined #openstack-qa | 03:05 | |
*** fnaval has quit IRC | 03:05 | |
*** nwkarsten has joined #openstack-qa | 03:13 | |
*** dims has joined #openstack-qa | 03:13 | |
*** nwkarsten has quit IRC | 03:18 | |
*** ngoracke has joined #openstack-qa | 03:18 | |
*** dims has quit IRC | 03:18 | |
*** jpena has joined #openstack-qa | 03:23 | |
*** reedip_ has joined #openstack-qa | 03:24 | |
*** yamahata_ has joined #openstack-qa | 03:24 | |
*** mtreinish_ has joined #openstack-qa | 03:29 | |
*** notmyname_ has joined #openstack-qa | 03:30 | |
*** jpena|zzz has quit IRC | 03:30 | |
*** krotscheck has quit IRC | 03:30 | |
*** yamahata has quit IRC | 03:30 | |
*** reedip_away has quit IRC | 03:30 | |
*** notmyname has quit IRC | 03:30 | |
*** mtreinish has quit IRC | 03:30 | |
*** hemna has quit IRC | 03:30 | |
*** mtreinish_ is now known as mtreinish | 03:30 | |
*** notmyname_ is now known as notmyname | 03:30 | |
*** krotscheck has joined #openstack-qa | 03:31 | |
*** zz_dimtruck is now known as dimtruck | 03:31 | |
openstackgerrit | Clint Adams proposed openstack/tempest: Prepare for dynamic generation of tempest plugin registry https://review.openstack.org/291511 | 03:35 |
*** yamamoto has joined #openstack-qa | 03:36 | |
*** yamahata_ has quit IRC | 03:36 | |
*** apoorvad has quit IRC | 03:37 | |
*** vhosakot has joined #openstack-qa | 03:38 | |
*** sree has joined #openstack-qa | 03:46 | |
*** dimtruck is now known as zz_dimtruck | 03:52 | |
*** Nakato_ is now known as Nakato | 03:56 | |
*** reedip_ is now known as reedip | 03:57 | |
*** fnaval_ has quit IRC | 04:04 | |
*** jlwhite_ has quit IRC | 04:05 | |
*** sree has quit IRC | 04:11 | |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Test Test Test https://review.openstack.org/291503 | 04:13 |
*** fedexo has joined #openstack-qa | 04:17 | |
*** ajmiller_ has quit IRC | 04:33 | |
*** dave-mccowan has quit IRC | 04:37 | |
*** zackf has quit IRC | 04:52 | |
*** zz_dimtruck is now known as dimtruck | 04:57 | |
*** zackf has joined #openstack-qa | 04:58 | |
*** rossella_s has quit IRC | 05:03 | |
*** rossella_s has joined #openstack-qa | 05:03 | |
openstackgerrit | Merged openstack-dev/devstack: Ironic: Don't use token for glance & check for some unset vars https://review.openstack.org/290858 | 05:03 |
*** zackf has quit IRC | 05:15 | |
*** jasonsb has joined #openstack-qa | 05:16 | |
*** armax has joined #openstack-qa | 05:20 | |
*** _nadya_ has joined #openstack-qa | 05:23 | |
*** fedexo has quit IRC | 05:27 | |
*** ngoracke has quit IRC | 05:29 | |
*** _nadya_ has quit IRC | 05:30 | |
*** vhosakot has quit IRC | 05:31 | |
*** jdandrea has quit IRC | 05:33 | |
*** sridharg has joined #openstack-qa | 05:38 | |
*** jdandrea has joined #openstack-qa | 05:40 | |
*** Poornima has joined #openstack-qa | 05:43 | |
*** rbak has quit IRC | 05:47 | |
openstackgerrit | Masayuki Igawa proposed openstack/stackviz: Add gitignore files https://review.openstack.org/291553 | 05:47 |
*** rbak has joined #openstack-qa | 05:47 | |
*** yangyape_ has joined #openstack-qa | 05:48 | |
*** jdandrea_ has joined #openstack-qa | 05:49 | |
*** yangyapeng has quit IRC | 05:49 | |
*** cburgess has quit IRC | 05:49 | |
*** jdandrea has quit IRC | 05:50 | |
*** amotoki has joined #openstack-qa | 05:50 | |
*** amotoki has quit IRC | 05:50 | |
*** melwitt has quit IRC | 05:51 | |
*** cburgess has joined #openstack-qa | 05:52 | |
*** armax has quit IRC | 05:53 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 05:54 |
*** armax has joined #openstack-qa | 05:55 | |
*** dimtruck is now known as zz_dimtruck | 05:55 | |
*** alyson_ has quit IRC | 05:56 | |
*** obondarev has quit IRC | 05:56 | |
*** dansmith has quit IRC | 05:56 | |
*** melwitt has joined #openstack-qa | 05:57 | |
*** yamahata_ has joined #openstack-qa | 05:58 | |
*** krotscheck has quit IRC | 06:01 | |
*** alyson_ has joined #openstack-qa | 06:02 | |
*** obondarev has joined #openstack-qa | 06:02 | |
*** dansmith has joined #openstack-qa | 06:02 | |
*** vponomaryov has quit IRC | 06:03 | |
openstackgerrit | Jake Yip proposed openstack/tempest: Use VolumesClient from tempest_lib https://review.openstack.org/276120 | 06:04 |
*** vponomaryov has joined #openstack-qa | 06:04 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Remove tempest duplicate copy of skip_unless_attr https://review.openstack.org/291555 | 06:06 |
*** obondarev_ has joined #openstack-qa | 06:09 | |
*** krotscheck has joined #openstack-qa | 06:09 | |
*** obondarev has quit IRC | 06:10 | |
*** yamahata_ has quit IRC | 06:10 | |
*** sree has joined #openstack-qa | 06:11 | |
*** sree has quit IRC | 06:16 | |
*** openstackgerrit_ has quit IRC | 06:17 | |
*** openstackgerrit_ has joined #openstack-qa | 06:17 | |
*** mkoshiya has joined #openstack-qa | 06:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/291561 | 06:27 |
*** rcernin has joined #openstack-qa | 06:49 | |
*** _nadya_ has joined #openstack-qa | 06:59 | |
mkoshiya | hi all, could you please review https://review.openstack.org/#/c/276566/ ( Add attach interfaces API test of nova | 07:07 |
*** alyson_ has quit IRC | 07:10 | |
*** dansmith has quit IRC | 07:10 | |
*** fnaval has joined #openstack-qa | 07:17 | |
*** alyson_ has joined #openstack-qa | 07:21 | |
*** dansmith has joined #openstack-qa | 07:21 | |
*** amotoki has joined #openstack-qa | 07:29 | |
*** apevec has joined #openstack-qa | 07:34 | |
*** alyson_ has quit IRC | 07:47 | |
*** dansmith has quit IRC | 07:47 | |
*** anshul has joined #openstack-qa | 07:48 | |
*** neeti has joined #openstack-qa | 07:51 | |
*** alyson_ has joined #openstack-qa | 07:54 | |
*** dansmith has joined #openstack-qa | 07:54 | |
*** jlanoux has joined #openstack-qa | 08:08 | |
*** apevec has left #openstack-qa | 08:11 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Move microversion config options to 'compute' section https://review.openstack.org/291596 | 08:17 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Migrated microversion testing framework to tempest/lib https://review.openstack.org/284387 | 08:17 |
gmann | mtreinish: updated microversion one. | 08:17 |
gmann | mtreinish: also for config options to 'compute' section - https://review.openstack.org/291596 | 08:18 |
*** mkoshiya has left #openstack-qa | 08:18 | |
*** e0ne has joined #openstack-qa | 08:21 | |
*** jamielennox is now known as jamielennox|away | 08:23 | |
*** pilgrimstack1 has joined #openstack-qa | 08:24 | |
*** pilgrimstack has quit IRC | 08:24 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add support of microversion in all compute service clients https://review.openstack.org/284414 | 08:34 |
*** _nadya_ has quit IRC | 08:34 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add tests for compute v2.10 microversion https://review.openstack.org/277763 | 08:34 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 08:34 |
*** bauzas is now known as bauwser | 08:34 | |
*** shardy has joined #openstack-qa | 08:35 | |
*** yamahata_ has joined #openstack-qa | 08:35 | |
*** pcaruana has joined #openstack-qa | 08:41 | |
*** ihrachys has joined #openstack-qa | 08:45 | |
*** pilgrimstack1 has quit IRC | 08:46 | |
*** pilgrimstack has joined #openstack-qa | 08:46 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Introduce regex filter https://review.openstack.org/291607 | 08:55 |
*** ifarkas has joined #openstack-qa | 08:55 | |
*** rossella_s has quit IRC | 09:03 | |
*** rossella_s has joined #openstack-qa | 09:03 | |
*** drptbl has joined #openstack-qa | 09:04 | |
*** lucas-afk is now known as lucasagomes | 09:06 | |
*** salv-orlando has joined #openstack-qa | 09:09 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix PendingDeprecationWarning for assert* https://review.openstack.org/291617 | 09:09 |
*** hichihara has quit IRC | 09:10 | |
gmann | masayukig: oomichi quick one - https://review.openstack.org/#/c/291617/ https://review.openstack.org/#/c/291555/ | 09:17 |
gmann | can wait till gate pass | 09:17 |
*** ramishra has quit IRC | 09:19 | |
*** jordanP has joined #openstack-qa | 09:22 | |
*** salv-orlando has quit IRC | 09:25 | |
*** yamahata_ has quit IRC | 09:26 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix cleanup CLI for reouter client https://review.openstack.org/291626 | 09:29 |
*** jordanP has quit IRC | 09:29 | |
openstackgerrit | Bin Bin Cong proposed openstack/tempest: Add keystone v3 user negative cases for user authentication https://review.openstack.org/254164 | 09:30 |
*** jordanP has joined #openstack-qa | 09:31 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix cleanup CLI for router client https://review.openstack.org/291630 | 09:38 |
gmann | masayukig: oomichi ^^ very easy | 09:39 |
*** yamamoto has quit IRC | 09:40 | |
*** _nadya_ has joined #openstack-qa | 09:45 | |
*** gfidente has joined #openstack-qa | 09:49 | |
*** gfidente has quit IRC | 09:49 | |
*** gfidente has joined #openstack-qa | 09:49 | |
*** _nadya_ has quit IRC | 09:50 | |
*** _nadya__ has joined #openstack-qa | 09:50 | |
openstackgerrit | Merged openstack/tempest: TrivialFix: Remove pending deprecationwarning https://review.openstack.org/290976 | 10:09 |
openstackrecheck | openstack/swift change: https://review.openstack.org/291560 failed gate-swift-python34, gate-grenade-dsvm in the gate queue with an unrecognized error | 10:14 |
*** hoangcx has quit IRC | 10:18 | |
*** anshul has quit IRC | 10:21 | |
*** anshul has joined #openstack-qa | 10:21 | |
*** mvk has joined #openstack-qa | 10:27 | |
*** tosky has joined #openstack-qa | 10:29 | |
*** sdague has joined #openstack-qa | 10:30 | |
*** ramishra has joined #openstack-qa | 10:32 | |
*** yangyapeng has joined #openstack-qa | 10:37 | |
*** yangyape_ has quit IRC | 10:40 | |
*** yangyapeng has quit IRC | 10:41 | |
*** ngoracke has joined #openstack-qa | 10:41 | |
*** ngoracke has quit IRC | 10:46 | |
*** dims has joined #openstack-qa | 10:54 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to bad performance | 10:54 | |
*** ChanServ changes topic to "Gerrit is going to be restarted due to bad performance" | 10:54 | |
*** ChanServ changes topic to "All Things QA..." | 11:00 | |
-openstackstatus- NOTICE: Gerrit has been restarted successfully | 11:00 | |
*** yamamoto has joined #openstack-qa | 11:02 | |
*** mvk has quit IRC | 11:02 | |
*** yamamoto_ has joined #openstack-qa | 11:06 | |
*** yamamoto has quit IRC | 11:09 | |
*** tochi has quit IRC | 11:20 | |
*** e0ne has quit IRC | 11:23 | |
openstackgerrit | Roman Podoliaka proposed openstack/tempest: Add a test case for rebuild of instances with volumes https://review.openstack.org/175949 | 11:23 |
*** yamamoto_ has quit IRC | 11:25 | |
*** yamamoto has joined #openstack-qa | 11:26 | |
*** tosky has quit IRC | 11:26 | |
*** e0ne has joined #openstack-qa | 11:26 | |
*** mvk has joined #openstack-qa | 11:28 | |
*** salv-orlando has joined #openstack-qa | 11:28 | |
*** yamamoto has quit IRC | 11:30 | |
*** tosky has joined #openstack-qa | 11:31 | |
*** tesseract has joined #openstack-qa | 11:33 | |
*** tesseract has quit IRC | 11:34 | |
*** Guest16009 has joined #openstack-qa | 11:34 | |
*** cdent has joined #openstack-qa | 11:36 | |
*** Guest16009 has quit IRC | 11:37 | |
*** salv-orlando has quit IRC | 11:39 | |
*** tesseract- has joined #openstack-qa | 11:40 | |
openstackgerrit | Bin Bin Cong proposed openstack/tempest: Add keystone v3 user negative cases for user authentication https://review.openstack.org/254164 | 11:42 |
*** yamamoto has joined #openstack-qa | 11:42 | |
*** yamamoto has quit IRC | 11:43 | |
*** erlon has joined #openstack-qa | 11:44 | |
*** sridharg has quit IRC | 11:47 | |
*** aysyd has joined #openstack-qa | 11:59 | |
*** sridharg has joined #openstack-qa | 12:01 | |
*** aysyd has quit IRC | 12:05 | |
*** aysyd has joined #openstack-qa | 12:05 | |
*** sridharg has quit IRC | 12:07 | |
*** lucasagomes is now known as lucas-hungry | 12:07 | |
*** sridharg has joined #openstack-qa | 12:09 | |
*** rfolco has joined #openstack-qa | 12:10 | |
*** zackf has joined #openstack-qa | 12:20 | |
*** dave-mccowan has joined #openstack-qa | 12:22 | |
*** zackf has quit IRC | 12:24 | |
*** rodrigods has quit IRC | 12:26 | |
*** rodrigods has joined #openstack-qa | 12:26 | |
*** yamamoto has joined #openstack-qa | 12:31 | |
*** dims has quit IRC | 12:33 | |
*** dims has joined #openstack-qa | 12:36 | |
*** yamamoto has quit IRC | 12:40 | |
*** yangyapeng has joined #openstack-qa | 12:42 | |
*** cdent_ has joined #openstack-qa | 12:43 | |
openstackrecheck | openstack/glance change: https://review.openstack.org/291559 failed gate-glance-docs, gate-grenade-dsvm in the gate queue with an unrecognized error | 12:44 |
*** cdent has quit IRC | 12:47 | |
*** cdent_ is now known as cdent | 12:47 | |
*** yfried_ has quit IRC | 12:49 | |
*** jpena is now known as jpena|lunch | 12:51 | |
*** e0ne has quit IRC | 12:54 | |
*** yamamoto has joined #openstack-qa | 12:54 | |
*** e0ne has joined #openstack-qa | 12:54 | |
*** yamamoto has quit IRC | 13:01 | |
*** rossella_s has quit IRC | 13:03 | |
*** e0ne has quit IRC | 13:03 | |
*** rossella_s has joined #openstack-qa | 13:03 | |
*** dims_ has joined #openstack-qa | 13:03 | |
*** e0ne has joined #openstack-qa | 13:04 | |
*** dims has quit IRC | 13:04 | |
*** drptbl has quit IRC | 13:07 | |
*** Poornima has quit IRC | 13:15 | |
*** akshai has joined #openstack-qa | 13:19 | |
*** safchain has joined #openstack-qa | 13:20 | |
*** yamamoto has joined #openstack-qa | 13:26 | |
*** lucas-hungry is now known as lucasagomes | 13:29 | |
*** yaume has joined #openstack-qa | 13:29 | |
*** akshai has quit IRC | 13:29 | |
*** akshai has joined #openstack-qa | 13:30 | |
openstackgerrit | Sergei Chipiga proposed openstack-dev/devstack: Allow to set additional services via env var ENABLED_SERVICES https://review.openstack.org/291714 | 13:38 |
*** drptbl has joined #openstack-qa | 13:43 | |
*** dkranz has joined #openstack-qa | 13:48 | |
*** akshai has quit IRC | 13:51 | |
*** yaume has quit IRC | 13:53 | |
*** neeti has quit IRC | 13:55 | |
*** akshai has joined #openstack-qa | 13:56 | |
*** cdent has quit IRC | 13:57 | |
*** sayalilunkad has quit IRC | 13:57 | |
*** sayalilunkad has joined #openstack-qa | 14:04 | |
*** sree has joined #openstack-qa | 14:04 | |
openstackgerrit | Merged openstack/tempest: Fix PendingDeprecationWarning for assert* https://review.openstack.org/291617 | 14:04 |
*** nwkarsten has joined #openstack-qa | 14:05 | |
*** nwkarsten has quit IRC | 14:05 | |
*** nwkarsten has joined #openstack-qa | 14:06 | |
*** dims_ has quit IRC | 14:07 | |
*** sree has quit IRC | 14:08 | |
*** sayalilunkad has quit IRC | 14:08 | |
*** ngoracke has joined #openstack-qa | 14:09 | |
*** ajmiller has joined #openstack-qa | 14:13 | |
*** mriedem has joined #openstack-qa | 14:14 | |
*** ajmiller_ has joined #openstack-qa | 14:15 | |
*** dims has joined #openstack-qa | 14:17 | |
*** akshai has quit IRC | 14:18 | |
*** ajmiller has quit IRC | 14:18 | |
*** akshai has joined #openstack-qa | 14:20 | |
*** cdent has joined #openstack-qa | 14:20 | |
*** yaume has joined #openstack-qa | 14:23 | |
*** dims has quit IRC | 14:23 | |
*** sridharg has quit IRC | 14:28 | |
*** zackf has joined #openstack-qa | 14:29 | |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: uwsgi keystone under master process https://review.openstack.org/291742 | 14:30 |
openstackgerrit | Merged openstack/tempest: Remove tempest duplicate copy of skip_unless_attr https://review.openstack.org/291555 | 14:30 |
*** sayalilunkad has joined #openstack-qa | 14:31 | |
*** dims has joined #openstack-qa | 14:32 | |
*** mriedem is now known as dontrump | 14:32 | |
*** jpena|lunch is now known as jpena | 14:35 | |
*** dansmith is now known as superdan | 14:36 | |
openstackgerrit | Dan Smith proposed openstack-dev/grenade: Run online data migrations for nova https://review.openstack.org/290077 | 14:45 |
superdan | sdague: in case you haven't been following ^ | 14:46 |
openstackgerrit | Evgeny Antyshev proposed openstack-dev/devstack: Vzstorage cinder volumes backend https://review.openstack.org/287878 | 14:46 |
superdan | unfortunately it's still not going to help us land the newton thing first because we need to run those after the mitaka schema, but before newton schema can be applied | 14:47 |
*** ajmiller_ has quit IRC | 14:48 | |
*** gszasz has joined #openstack-qa | 14:50 | |
*** zz_dimtruck is now known as dimtruck | 14:50 | |
*** sc68cal has joined #openstack-qa | 14:53 | |
*** krtaylor has quit IRC | 14:54 | |
openstackrecheck | openstack/glance_store change: https://review.openstack.org/291495 failed gate-tempest-dsvm-full-ceph-src-glance_store in the gate queue with an unrecognized error | 14:57 |
*** rfolco has quit IRC | 14:57 | |
*** rossella_s has quit IRC | 14:59 | |
*** salv-orlando has joined #openstack-qa | 15:00 | |
*** rfolco has joined #openstack-qa | 15:04 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:06 | |
*** dims_ has joined #openstack-qa | 15:07 | |
*** dims has quit IRC | 15:08 | |
*** ylobankov has joined #openstack-qa | 15:09 | |
*** woodster_ has joined #openstack-qa | 15:11 | |
*** dims_ has quit IRC | 15:11 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 15:13 |
*** dims has joined #openstack-qa | 15:14 | |
*** salv-orlando has quit IRC | 15:14 | |
*** salv-orlando has joined #openstack-qa | 15:16 | |
*** ajmiller has joined #openstack-qa | 15:17 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Microversion v2.20 tests: nova volume operations when shelved https://review.openstack.org/258391 | 15:26 |
*** pglass has joined #openstack-qa | 15:29 | |
*** regXboi has joined #openstack-qa | 15:34 | |
*** jlwhite has joined #openstack-qa | 15:34 | |
*** salv-orlando has quit IRC | 15:35 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/278354 failed gate-tempest-dsvm-postgres-full in the gate queue with an unrecognized error | 15:35 |
*** fedexo has joined #openstack-qa | 15:40 | |
*** pglbutt has joined #openstack-qa | 15:42 | |
*** jaypipes is now known as leakypipes | 15:45 | |
*** pglass has quit IRC | 15:45 | |
*** yamahata_ has joined #openstack-qa | 15:45 | |
*** yamamoto has quit IRC | 15:49 | |
*** mtanino has joined #openstack-qa | 15:49 | |
*** yamamoto has joined #openstack-qa | 15:49 | |
*** yamamoto has quit IRC | 15:50 | |
*** ifarkas has quit IRC | 15:51 | |
*** yamamoto has joined #openstack-qa | 15:51 | |
*** pglass has joined #openstack-qa | 15:51 | |
*** pglass has quit IRC | 15:51 | |
*** pglbutt has quit IRC | 15:54 | |
*** yamamoto has quit IRC | 15:56 | |
*** sayalilunkad has quit IRC | 15:59 | |
*** sayalilunkad has joined #openstack-qa | 16:01 | |
*** jlwhite has quit IRC | 16:04 | |
*** nwkarsten has quit IRC | 16:05 | |
*** jlwhite has joined #openstack-qa | 16:05 | |
*** nwkarsten has joined #openstack-qa | 16:05 | |
*** ramishra has quit IRC | 16:08 | |
*** ramishra has joined #openstack-qa | 16:09 | |
*** nwkarsten has quit IRC | 16:10 | |
*** yaume has quit IRC | 16:12 | |
*** nwkarsten has joined #openstack-qa | 16:16 | |
*** _nadya__ has quit IRC | 16:18 | |
*** markvoelker has quit IRC | 16:21 | |
*** jlanoux has quit IRC | 16:24 | |
armax | any chance someone can look at https://review.openstack.org/#/c/288959/, there’s a neutron change (https://review.openstack.org/#/c/291787/) pending to merge because of it | 16:24 |
openstackgerrit | Sergei Chipiga proposed openstack-dev/devstack: Allow to set additional services via env var ENABLED_SERVICES https://review.openstack.org/291714 | 16:27 |
*** vhosakot has joined #openstack-qa | 16:28 | |
*** nwkarsten has quit IRC | 16:29 | |
*** nwkarsten has joined #openstack-qa | 16:30 | |
mtreinish | armax: what does a subnet list do if you specify a network_id of ""? | 16:31 |
mtreinish | does it return all subnets or none? | 16:31 |
*** hemna has joined #openstack-qa | 16:33 | |
*** nwkarsten has quit IRC | 16:35 | |
*** dims has quit IRC | 16:38 | |
*** apoorvad has joined #openstack-qa | 16:39 | |
*** apoorvad has quit IRC | 16:39 | |
*** apoorvad has joined #openstack-qa | 16:40 | |
*** anshul has quit IRC | 16:43 | |
armax | mtreinish: back | 16:45 |
armax | mtreinish: empty list | 16:48 |
*** krtaylor has joined #openstack-qa | 16:48 | |
armax | mtreinish: let me confirm though | 16:48 |
*** pcaruana has quit IRC | 16:50 | |
armax | mtreinish: actually, on second though with empty network id it would return all subnets accessible to the user | 16:50 |
*** dims has joined #openstack-qa | 16:50 | |
armax | mtreinish: like the filter were not applied | 16:50 |
jswarren | mtreinish: Is there some way to get a list of which tests will be skipped with a given configuration (for instance due to missing admin credentials) without actually doing a tempest run? | 16:50 |
armax | mtreinish: are you thinking that we want to make sure the test behaves correctly even in the absence of the public_network_id? | 16:51 |
*** salv-orlando has joined #openstack-qa | 16:51 | |
*** fnaval_ has joined #openstack-qa | 16:51 | |
*** fnaval has quit IRC | 16:54 | |
*** tesseract- has quit IRC | 16:55 | |
*** dtantsur is now known as dtantsur|afk | 16:56 | |
*** shausy has joined #openstack-qa | 16:56 | |
*** cdent has quit IRC | 16:57 | |
*** dims_ has joined #openstack-qa | 16:58 | |
*** dims has quit IRC | 16:59 | |
armax | mtreinish: looping in kevinbenton | 17:00 |
armax | mtreinish: that test was a timebomb waiting to happen! | 17:01 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Deploy keystone running in uwsgi proxy by apache https://review.openstack.org/291817 | 17:01 |
*** rcernin has quit IRC | 17:01 | |
*** mvk has quit IRC | 17:01 | |
*** jlwhite has quit IRC | 17:04 | |
*** shausy has quit IRC | 17:04 | |
*** e0ne has quit IRC | 17:05 | |
*** drptbl has quit IRC | 17:05 | |
*** kevinbenton has joined #openstack-qa | 17:06 | |
*** dims_ has quit IRC | 17:08 | |
*** markvoelker has joined #openstack-qa | 17:09 | |
*** salv-orlando has quit IRC | 17:09 | |
armax | kevinbenton:any chance at respinning this https://review.openstack.org/#/c/288959/? | 17:12 |
*** dims has joined #openstack-qa | 17:13 | |
*** sdague has quit IRC | 17:17 | |
*** cdent has joined #openstack-qa | 17:19 | |
*** jordanP has quit IRC | 17:23 | |
mtreinish | armax: ok, good it's a good thing I thought about the default config value | 17:23 |
armax | mtreinish: yes, it is! but I spotted something esle broken in the test | 17:23 |
mtreinish | jswarren: hmm, I don't know of a way off the top of my head | 17:23 |
armax | mtreinish: as its run is uncondional, when it should be made conditional to the presence of the extension | 17:24 |
mtreinish | jswarren: the skip logic is done at run time so it's hard to do that upfront | 17:24 |
mtreinish | armax: oh, yeah that's important too (time to use @test.requires_ext() ) | 17:25 |
jswarren | mtreinish: Ok, thanks. | 17:25 |
armax | mtreinish: kevinbenton: yup | 17:25 |
*** leakypipes has quit IRC | 17:30 | |
*** fnaval_ has quit IRC | 17:31 | |
*** nwkarsten has joined #openstack-qa | 17:31 | |
armax | mtreinish: though https://review.openstack.org/#/c/288959/4/tempest/api/network/test_networks.py@387 check for the existence of the value | 17:32 |
armax | mtreinish: so we should be good | 17:32 |
*** aysyd has quit IRC | 17:34 | |
*** jaypipes has joined #openstack-qa | 17:34 | |
*** ChanServ sets mode: +o jaypipes | 17:34 | |
*** krotscheck has quit IRC | 17:34 | |
*** aysyd has joined #openstack-qa | 17:34 | |
*** pcaruana has joined #openstack-qa | 17:35 | |
*** nwkarsten has quit IRC | 17:36 | |
*** krotscheck has joined #openstack-qa | 17:37 | |
oomichi | gmann: thanks | 17:40 |
*** fnaval has joined #openstack-qa | 17:47 | |
*** fnaval_ has joined #openstack-qa | 17:48 | |
*** pilgrimstack has quit IRC | 17:49 | |
*** lucasagomes is now known as lucas-afk | 17:51 | |
*** fnaval has quit IRC | 17:52 | |
*** _nadya_ has joined #openstack-qa | 17:52 | |
*** nwkarsten has joined #openstack-qa | 17:53 | |
*** tosky_ has joined #openstack-qa | 17:54 | |
*** tosky has quit IRC | 17:55 | |
*** e0ne has joined #openstack-qa | 17:56 | |
*** auggy is now known as frauggy | 17:57 | |
*** nwkarsten has quit IRC | 17:57 | |
*** yamahata_ has quit IRC | 18:01 | |
*** tosky_ has quit IRC | 18:02 | |
*** dims_ has joined #openstack-qa | 18:04 | |
*** dims has quit IRC | 18:04 | |
*** debraj has joined #openstack-qa | 18:05 | |
*** Serlex has joined #openstack-qa | 18:06 | |
*** debraj has quit IRC | 18:06 | |
*** ihrachys has quit IRC | 18:06 | |
*** rossella_s has joined #openstack-qa | 18:10 | |
*** mriedem has joined #openstack-qa | 18:12 | |
*** binbincong has quit IRC | 18:13 | |
*** dontrump has quit IRC | 18:13 | |
*** shardy has quit IRC | 18:13 | |
*** nwkarsten has joined #openstack-qa | 18:14 | |
*** fedexo has quit IRC | 18:16 | |
*** anshul has joined #openstack-qa | 18:16 | |
*** nwkarsten has quit IRC | 18:18 | |
*** binbincong has joined #openstack-qa | 18:21 | |
*** jasonsb has quit IRC | 18:21 | |
*** austin81 has joined #openstack-qa | 18:22 | |
*** gszasz has quit IRC | 18:25 | |
*** austin81 has left #openstack-qa | 18:26 | |
*** asselin has left #openstack-qa | 18:30 | |
*** binbincong has quit IRC | 18:31 | |
*** binbincong has joined #openstack-qa | 18:33 | |
*** nwkarsten has joined #openstack-qa | 18:34 | |
*** nwkarste_ has joined #openstack-qa | 18:36 | |
*** drptbl has joined #openstack-qa | 18:38 | |
*** nwkarsten has quit IRC | 18:39 | |
*** nwkarste_ has quit IRC | 18:41 | |
*** yamahata_ has joined #openstack-qa | 18:41 | |
*** gfidente has quit IRC | 18:42 | |
*** drptbl has quit IRC | 18:48 | |
*** ajmiller_ has joined #openstack-qa | 18:50 | |
armax | mtreinish: so I gave this https://review.openstack.org/#/c/288959/ another look | 18:52 |
armax | mtreinish: this looks sane to my eyes, another pass from you when you have a chance would be great | 18:52 |
*** ajmiller__ has joined #openstack-qa | 18:53 | |
*** ajmiller_ has quit IRC | 18:53 | |
*** ajmiller has quit IRC | 18:53 | |
*** nwkarsten has joined #openstack-qa | 18:57 | |
*** nwkarsten has quit IRC | 19:01 | |
*** alex_xu has quit IRC | 19:12 | |
*** e0ne_ has joined #openstack-qa | 19:13 | |
*** e0ne has quit IRC | 19:14 | |
*** binbincong has quit IRC | 19:14 | |
*** alex_xu has joined #openstack-qa | 19:16 | |
*** nwkarsten has joined #openstack-qa | 19:17 | |
*** fnaval_ is now known as fnaval | 19:18 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Use dd to create swapfile, ensure swap amount == 8GB https://review.openstack.org/290776 | 19:20 |
*** ajmiller__ is now known as ajmiller | 19:29 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/270461 failed gate-horizon-python27, gate-horizon-python34, gate-horizon-tox-py27dj18 in the gate queue with an unrecognized error | 19:33 |
*** dpaterson has joined #openstack-qa | 19:33 | |
*** e0ne_ has quit IRC | 19:40 | |
*** sree has joined #openstack-qa | 19:44 | |
*** _nadya_ has quit IRC | 19:44 | |
*** nwkarsten has quit IRC | 19:50 | |
*** anshul has quit IRC | 19:53 | |
*** _nadya_ has joined #openstack-qa | 19:56 | |
*** sree has quit IRC | 20:00 | |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Deploy keystone running in uwsgi proxy by apache https://review.openstack.org/291817 | 20:00 |
*** sree has joined #openstack-qa | 20:01 | |
*** sree has quit IRC | 20:02 | |
*** nwkarsten has joined #openstack-qa | 20:03 | |
*** nwkarsten has quit IRC | 20:04 | |
*** nwkarsten has joined #openstack-qa | 20:04 | |
*** cdent_ has joined #openstack-qa | 20:07 | |
*** cdent has quit IRC | 20:10 | |
*** cdent_ is now known as cdent | 20:10 | |
*** jlwhite has joined #openstack-qa | 20:12 | |
*** eil397 has joined #openstack-qa | 20:19 | |
*** ihrachys has joined #openstack-qa | 20:21 | |
openstackgerrit | Merged openstack/tempest: Fix cleanup CLI for router client https://review.openstack.org/291630 | 20:27 |
*** _dpaterson has joined #openstack-qa | 20:28 | |
*** ajmiller_ has joined #openstack-qa | 20:30 | |
*** ajmiller has quit IRC | 20:30 | |
openstackgerrit | Merged openstack-dev/devstack: Set the Swift max_file_size to 1/2 the loopback https://review.openstack.org/289194 | 20:31 |
*** Serlex has left #openstack-qa | 20:32 | |
*** apoorvad has quit IRC | 20:32 | |
*** asselin has joined #openstack-qa | 20:35 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/137640 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1450110 https://bugs.launchpad.net/bugs/1359428 | 20:38 |
openstack | Launchpad bug 1450110 in Cinder "boto tests randomly fail in resource_cleanup with "Failed to delete volume"" [High,Fix released] - Assigned to John Griffith (john-griffith) | 20:38 |
openstack | Launchpad bug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] | 20:38 |
*** dpaterson has quit IRC | 20:43 | |
*** krtaylor has quit IRC | 20:45 | |
*** cdent has quit IRC | 20:48 | |
*** cdent has joined #openstack-qa | 20:49 | |
*** apoorvad has joined #openstack-qa | 20:50 | |
*** josdotso has joined #openstack-qa | 20:53 | |
*** cdent has quit IRC | 20:54 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:05 | |
*** dpaterson has joined #openstack-qa | 21:12 | |
*** alex_xu has quit IRC | 21:14 | |
*** alex_xu has joined #openstack-qa | 21:15 | |
*** yarkot_ has joined #openstack-qa | 21:17 | |
*** yolanda has quit IRC | 21:18 | |
*** yolanda has joined #openstack-qa | 21:19 | |
*** yarkot_ has quit IRC | 21:19 | |
*** frauggy is now known as auggy | 21:20 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:22 | |
*** _dpaterson has quit IRC | 21:26 | |
*** nwkarste_ has joined #openstack-qa | 21:28 | |
*** nwkarsten has quit IRC | 21:32 | |
*** devananda has quit IRC | 21:35 | |
*** nwkarste_ has quit IRC | 21:35 | |
*** nwkarsten has joined #openstack-qa | 21:35 | |
*** mriedem has quit IRC | 21:36 | |
*** nwkarste_ has joined #openstack-qa | 21:37 | |
*** nwkarsten has quit IRC | 21:40 | |
*** nwkarste_ has quit IRC | 21:42 | |
*** _nadya_ has quit IRC | 21:43 | |
*** r-mibu has quit IRC | 21:47 | |
openstackrecheck | openstack/requirements change: https://review.openstack.org/291853 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1545002 | 21:47 |
openstack | Launchpad bug 1545002 in oslo.messaging "Grenade Failure - MessagingTimeout on floating IP remove" [High,New] | 21:47 |
*** r-mibu has joined #openstack-qa | 21:47 | |
*** devananda has joined #openstack-qa | 21:48 | |
*** nwkarsten has joined #openstack-qa | 21:49 | |
*** aysyd has quit IRC | 21:50 | |
*** nwkarsten has quit IRC | 21:53 | |
*** sc68cal has quit IRC | 21:56 | |
*** e0ne has joined #openstack-qa | 21:59 | |
*** scottda is now known as scottda_on_vacat | 21:59 | |
*** scottda_on_vacat is now known as scottda_vacation | 22:00 | |
*** rfolco has quit IRC | 22:01 | |
*** ajmiller has joined #openstack-qa | 22:02 | |
*** ajmiller_ has quit IRC | 22:02 | |
*** jaypipes has quit IRC | 22:02 | |
*** alyson_ has quit IRC | 22:02 | |
*** e0ne has quit IRC | 22:04 | |
*** dkranz has quit IRC | 22:10 | |
*** mylu has joined #openstack-qa | 22:15 | |
*** melwitt has quit IRC | 22:18 | |
*** melwitt has joined #openstack-qa | 22:18 | |
*** dpaterson has quit IRC | 22:18 | |
*** mylu has quit IRC | 22:19 | |
*** regXboi has quit IRC | 22:21 | |
*** krtaylor has joined #openstack-qa | 22:22 | |
*** dave-mccowan has quit IRC | 22:31 | |
*** krtaylor has quit IRC | 22:35 | |
*** melwitt has quit IRC | 22:36 | |
*** melwitt has joined #openstack-qa | 22:36 | |
*** david-lyle has quit IRC | 22:37 | |
*** krtaylor has joined #openstack-qa | 22:43 | |
*** jlk has quit IRC | 22:43 | |
*** dimtruck is now known as zz_dimtruck | 22:46 | |
*** rcernin has joined #openstack-qa | 22:47 | |
*** jlk has joined #openstack-qa | 22:48 | |
*** jlk has quit IRC | 22:48 | |
*** jlk has joined #openstack-qa | 22:48 | |
*** alex_xu has quit IRC | 22:49 | |
*** alex_xu has joined #openstack-qa | 22:51 | |
*** ihrachys has quit IRC | 22:53 | |
*** bauwser is now known as bauzas | 23:00 | |
*** jlk has quit IRC | 23:01 | |
*** jlk has joined #openstack-qa | 23:01 | |
*** amotoki has quit IRC | 23:04 | |
*** rcernin has quit IRC | 23:06 | |
*** rcernin has joined #openstack-qa | 23:08 | |
*** mylu has joined #openstack-qa | 23:10 | |
*** mylu has quit IRC | 23:11 | |
*** vhosakot has quit IRC | 23:12 | |
*** jlwhite has quit IRC | 23:12 | |
*** mylu has joined #openstack-qa | 23:13 | |
*** jlk has left #openstack-qa | 23:13 | |
*** safchain has quit IRC | 23:14 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add note a section to lib doc about where to put plugins https://review.openstack.org/290837 | 23:15 |
*** akshai has quit IRC | 23:16 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:22 | |
*** eil397 has quit IRC | 23:30 | |
*** rcernin has quit IRC | 23:31 | |
*** eil397 has joined #openstack-qa | 23:31 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/286909 failed gate-tempest-dsvm-postgres-full in the gate queue with an unrecognized error | 23:45 |
*** erlon has quit IRC | 23:48 | |
*** yangyapeng has quit IRC | 23:54 | |
*** nwkarsten has joined #openstack-qa | 23:55 | |
*** yangyapeng has joined #openstack-qa | 23:57 | |
*** ylobankov has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!