2009-01-06T01:55:16  <ronny> hmm
2009-01-06T01:55:31  <ronny> 1 failing auth test and i cant figure how it figures the user
2009-01-06T10:37:43  <dreimark> moin
2009-01-06T11:00:38  <ronny> moin
2009-01-06T11:00:55  <TheSheep> moin
2009-01-06T11:01:05  <TheSheep> rms is coming to Poland :)
2009-01-06T11:01:07  <TheSheep> yay!
2009-01-06T11:48:30  <ronny> TheSheep: can you guys keep him?
2009-01-06T13:08:21  <dreimark> TheSheep: dzien dobry+
2009-01-06T13:12:55  <TheSheep> :)
2009-01-06T13:13:14  <TheSheep> dreimarkdrewitam szanownego pana
2009-01-06T13:13:25  <TheSheep> argh
2009-01-06T13:13:32  <TheSheep> dreimark: witam szanownego pana
2009-01-06T13:51:20  <dreimark> TheSheep: :)
2009-01-06T13:53:06  <dreimark> because our new phd student left my office we have to switch back to english ;)
2009-01-06T16:04:09  * dreimark plays with easyeclipse and mercurialeclipse
2009-01-06T19:37:26  <ThomasWaldmann> re
2009-01-06T20:35:18  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3847:66e11e4ce6df 1.7/MoinMoin/log.py: make logging handlers defined in logging.handlers work (e.g. class=handlers.RotatingFileHandler)
2009-01-06T20:36:21  <CIA-37> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4230:3f0bc26f3d5a 1.8/MoinMoin/log.py: merged moin/1.7
2009-01-06T20:46:12  <ThomasWaldmann> xorAxAx: http://master.moinmo.in/4ct10n/diff/HelpOnSynchronisation?action=diff&date=1230128246127743#line-48
2009-01-06T20:46:51  <ThomasWaldmann> is that a requirement?
2009-01-06T20:56:52  <ThomasWaldmann> (if yes, it should be documented in multiconfig and added to decode_names)
2009-01-06T22:03:22  <ronny> TheSheep: im kinda deaf for one of the normal auth tests - it breaks al lthe time, and i cant figure why
2009-01-06T22:03:27  <ronny> ops eh TheSheep
2009-01-06T22:03:38  <ronny> argh
2009-01-06T22:03:45  <ronny> ThomasWaldmann: i meant
2009-01-06T22:04:31  <ThomasWaldmann> publish your code and I have a look
2009-01-06T22:04:32  <ronny> http://paste.pocoo.org/show/98370
2009-01-06T22:04:54  <ronny> stupidly simple hack that kinda works
2009-01-06T22:14:16  * ThomasWaldmann needs to clone...
2009-01-06T22:17:55  <ThomasWaldmann> ronny: it needs to use the Config defined in the test classes
2009-01-06T22:18:12  <ThomasWaldmann> see conftest
2009-01-06T22:23:10  <ronny> ThomasWaldmann: ok, fixed
2009-01-06T22:23:13  <ronny> thanks for the hint
2009-01-06T22:24:04  <ronny> ThomasWaldmann: ok, the tests are fixed now
2009-01-06T22:24:14  <ThomasWaldmann> cool :)
2009-01-06T22:24:15  <ronny> now im goign to try on ldap again, they seem weird
2009-01-06T22:24:24  <ronny> they have self stuff in config
2009-01-06T22:24:27  <ronny> its confusing
2009-01-06T22:24:59  <ThomasWaldmann> ronny: yeah, that gets harder. if you are on ubuntu, see the hint in the src about apparmor
2009-01-06T22:25:11  <ronny> mm, im on ubuntu
2009-01-06T22:25:21  <ronny> and i desperately hate it by now ;?
2009-01-06T22:25:54  <ThomasWaldmann> works well for me :)
2009-01-06T22:30:45  <ronny> hmm
2009-01-06T22:30:52  <ronny> the moin repo is too big
2009-01-06T22:31:12  <ronny> if i push more than a few revs my vserver tries stuff and runs out of its tmp
2009-01-06T22:31:40  <ronny> atm i fix that by doing for i in {$start..$end};do hg push -f -r $i;done
2009-01-06T22:31:46  <ThomasWaldmann> "tries stuff"?
2009-01-06T22:32:06  <ronny> ThomasWaldmann: for some reason my /tmp on the vserver is only 16mb
2009-01-06T22:32:23  <ThomasWaldmann> that's asking for trouble
2009-01-06T22:33:10  <ThomasWaldmann> maybe you can override TEMP somehow by env var for mercurial?
2009-01-06T22:33:26  <ThomasWaldmann> (so it uses disk, not ram?)
2009-01-06T22:34:12  <ronny> i'll try to figure
2009-01-06T22:34:52  <ronny> oh, i see
2009-01-06T22:34:57  <ronny> the underlay update
2009-01-06T22:35:09  <ronny> that one is kinda screwing me over
2009-01-06T22:36:47  <ronny> ThomasWaldmann: pull from me
2009-01-06T22:45:15  <ThomasWaldmann> maybe self.Config should be also handled by conftest
2009-01-06T22:45:45  <ThomasWaldmann> (it partly is, just not usable for that case)
2009-01-06T22:48:24  <ronny> ThomasWaldmann: i moved it to the setup_class method of the tests
2009-01-06T22:48:46  <ronny> doesnt want to wotk yet
2009-01-06T22:50:09  <ronny> ok, appamor sucks
2009-01-06T22:50:15  <ronny> now 2 work, 2 fail
2009-01-06T22:51:36  <ronny> now all tests fail with ldap errors
2009-01-06T22:51:44  <xorAxAx> ThomasWaldmann: the template shouldnt contain an active interwiki name
2009-01-06T22:52:43  <ThomasWaldmann> what template?
2009-01-06T22:55:20  <ronny> ThomasWaldmann: i think icant fix the ldap tests atm, they really cfuse me
2009-01-06T22:56:14  * ThomasWaldmann too :)
2009-01-06T22:56:51  <ronny> sad
2009-01-06T22:57:04  <ronny> ThomasWaldmann: and i managed to desperately hate py.test for all the magic
2009-01-06T22:59:38  <ThomasWaldmann> those problems are not related to py.test, rather to test organization
2009-01-06T23:00:40  <ThomasWaldmann> and we had unittest before (and nobody wanted to write tests for that, at least not me :)
2009-01-06T23:07:18  <ThomasWaldmann> brb
2009-01-06T23:09:15  <ronny> ThomasWaldmann: magic is generally something thats quite neat, till you get problems and you suddenly need to understand whats behind the magic
2009-01-06T23:09:33  <ronny> thats why im a fan of nosetest these days
2009-01-06T23:16:05  <xorAxAx> ThomasWaldmann: regarding your question
2009-01-06T23:16:23  <xorAxAx> ThomasWaldmann: there is a userr comment that says "please change template"
2009-01-06T23:35:27  <ThomasWaldmann> ah, you mean the sample configs
2009-01-06T23:36:08  <ThomasWaldmann> but still: it is required to be unicode?
2009-01-06T23:37:21  <ThomasWaldmann> xorAxAx:
2009-01-06T23:37:42  <xorAxAx> ah, no idea
2009-01-06T23:38:17  <ThomasWaldmann> didn't you write that docs? :)
2009-01-06T23:46:12  <xorAxAx> that sentence? no
2009-01-06T23:49:49  <ThomasWaldmann> PeterGurk

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-01-06 (last edited 2009-01-06 01:00:02 by IrcLogImporter)