Friday, 2016-03-11

*** openstackgerrit_ has quit IRC00:23
*** openstackgerrit_ has joined #openstack-solar00:24
*** openstackgerrit_ has quit IRC00:48
*** openstackgerrit_ has joined #openstack-solar00:49
*** angdraug has quit IRC01:12
*** tzn_ has quit IRC01:45
*** tzn has joined #openstack-solar02:16
*** tzn has quit IRC05:55
*** tzn has joined #openstack-solar05:55
*** evgenyl has quit IRC05:56
*** evgenyl has joined #openstack-solar06:02
*** openstackgerrit_ has quit IRC06:17
*** openstackgerrit_ has joined #openstack-solar06:17
*** evgenyl has quit IRC07:10
*** evgenyl has joined #openstack-solar07:21
*** dshulyak has joined #openstack-solar07:31
*** evgenyl has quit IRC07:47
*** evgenyl has joined #openstack-solar07:54
*** salmon_ has joined #openstack-solar08:05
mkwiekhi guys, did you ever get this kind of error while running test? I am trying to run tests in docker container via dox (https://github.com/openstack/dox) and I keep getting this error: http://paste.openstack.org/show/490103/08:36
pigmejhmm09:05
pigmejsqlite09:05
pigmejchange sqlite to something different09:05
pigmejbecause probably you run it from docker container09:06
pigmejmkwiek: generally you can't easily use sqlite in container09:17
pigmejin the same time when you want to access it from non container/another container09:18
salmon_pigmej: how is this error connected to using sqlite in container?09:20
pigmejsalmon_: simple09:20
pigmejcursor.execute('PRAGMA %s = %s;' % (pragma, value))09:20
pigmejit's SQLITE pragma09:20
pigmejand because I know that mkwiek is fighting with containers, then I assumed that it's in container :)09:20
salmon_I know, but why sqlite would fail in container?09:20
pigmejsimple09:20
pigmejif you use the same sqlite in and outside09:21
pigmejit crashes09:21
pigmejbecause sqlite requires W access to 3 files09:21
salmon_in and outside?09:21
pigmejin conatiner and outside container09:21
pigmejmkwiek: is trying to start some tests in container09:21
pigmejso I suppose that sqliet was initialized outside container, then sqlite tried to start ANOTHER db in the same path in container09:22
salmon_but all commands are run in container09:22
salmon_what is run oiutside?09:22
pigmejwell09:23
pigmejthe same wil happen if you have 2 containers :)09:24
pigmejsqlite creates 3 files, db, shm and lock afair09:26
pigmejdb file can be shared, shm can't be09:26
*** tzn has quit IRC09:28
*** tzn has joined #openstack-solar09:28
pigmejalso salmon_ this is my prediction :)09:31
salmon_pigmej: everything is run in one container :P09:33
pigmejstill, change sqlite to somtehing different09:33
pigmejsalmon_: maybe run, but if solar is imported outside then it's also 'ran' outside one container09:34
salmon_mkwiek: how do you run it?09:40
pigmejhe's offline it seems :P09:45
mkwieksalmon_: turned out tox runs fine, but py.test gives me this error09:58
mkwiekeven if I am not running this in container09:58
salmon_mkwiek: oh10:00
salmon_pigmej: ^ :P10:00
-openstackstatus- NOTICE: Gerrit is going to be restarted due to bad performance10:54
*** ChanServ changes topic to "Gerrit is going to be restarted due to bad performance"10:54
*** ChanServ changes topic to "#openstack-solar"11:00
-openstackstatus- NOTICE: Gerrit has been restarted successfully11:00
mkwiekwhat credentials does solar use to access Postgres db?11:09
salmon_where>?11:10
salmon_mkwiek: where? On vagrant solar:solar11:10
mkwiekthanks11:11
*** dshulyak has quit IRC11:20
*** dshulyak has joined #openstack-solar11:37
openstackgerritDmitry Shulyak proposed openstack/solar: Rework staging procedure to support both implicit and explicit stages  https://review.openstack.org/29167511:50
salmon_mkwiek: btw. dox worked for me with this config: https://bpaste.net/show/2f9996ad5c7f and run like this: dox --user-map root:0:012:00
mkwieksalmon_: thanks, I will check this out! I tried to run tests directly with py.test for some reason, maybe it will work better12:07
mkwieksalmon_: do you know what causes NoMatches error: http://paste.openstack.org/show/490151/ ?13:31
*** bogdando has joined #openstack-solar13:33
salmon_mkwiek: I've never seen it before. dshulyak ^14:42
dshulyakentrypoint is not found14:50
dshulyakmkwiek: are u ure that solar is installed?14:51
*** dshulyak has quit IRC17:03
*** dshulyak has joined #openstack-solar17:24
*** dshulyak has quit IRC17:29
*** dshulyak has joined #openstack-solar17:42
*** dshulyak has quit IRC20:12
*** dshulyak has joined #openstack-solar21:05
*** dshulyak has left #openstack-solar22:00
*** salmon_ has quit IRC23:57

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