1 2010-10-10T00:33:12  *** RogerHaase has left #moin-dev
   2 2010-10-10T04:47:46  *** xjjk has quit IRC
   3 2010-10-10T04:51:19  *** xjjk has joined #moin-dev
   4 2010-10-10T05:55:21  <dreimark> moin
   5 2010-10-10T06:03:26  <dreimark> bbl
   6 2010-10-10T10:49:43  <ronny> moin
   7 2010-10-10T11:34:42  <ThomasWaldmann>  moin
   8 2010-10-10T11:42:41  <ronny> meh, warum koennen dist-upgrades ned transaktional sein
   9 2010-10-10T11:42:53  <ronny> grad eben ist gtk und evolution kaputt gegangen
  10 2010-10-10T11:43:39  <ThomasWaldmann> u10.10?
  11 2010-10-10T11:44:37  <ronny> jupp
  12 2010-10-10T11:47:05  <ronny> hmm, jetzt wo kein browser geht will ich auf einmal wissen ob der ccc inzwischen den vorverkauf
  13 2010-10-10T11:47:36  <ronny> wenn des so weitergeht brauch ich ne glatze damit ich ned auf die idee komm mir die haare rauszureisen
  14 2010-10-10T11:48:38  <ronny> bbl, kaffee
  15 2010-10-10T11:52:27  <ThomasWaldmann> The server at presale.events.ccc.de is taking too long to respond.
  16 2010-10-10T11:59:01  <ThomasWaldmann> waldi: do you have an account there already?
  17 2010-10-10T12:02:25  <waldi> yep
  18 2010-10-10T12:02:57  <ThomasWaldmann> ok, 1 ticket for me :)
  19 2010-10-10T12:04:04  <ronny> same here :)
  20 2010-10-10T12:05:14  <waldi> i also need to way and i'm able to access another batch of tickets
  21 2010-10-10T12:06:47  <waldi> s/way/wait/
  22 2010-10-10T12:41:21  <xorAxAx> one can only buy 2 tickets per account
  23 2010-10-10T13:20:56  <ronny> oO
  24 2010-10-10T15:05:57  <CIA-49> Roger Haase <crosseyedpenguin@yahoo.com> default * 10089:2e9954e907f4 2.0-dev/MoinMoin/ (4 files in 2 dirs): Added "moin-form" styling to delete, destroy, and rename. Added coloring to History and Global History tables.
  25 2010-10-10T15:23:44  *** greg_f has joined #moin-dev
  26 2010-10-10T15:23:52  <greg_f> hello
  27 2010-10-10T15:24:58  <ThomasWaldmann> moin :)
  28 2010-10-10T15:25:25  <ThomasWaldmann> if you play a bit with moin2, you maybe also find tasks rather easily
  29 2010-10-10T15:25:37  <ThomasWaldmann> still very much alpha and in flux
  30 2010-10-10T15:29:50  <ThomasWaldmann> you'll notice it is very different from moin1.x
  31 2010-10-10T16:00:07  *** greg_f has quit IRC
  32 2010-10-10T16:13:45  *** dimas has joined #moin-dev
  33 2010-10-10T16:17:55  <ThomasWaldmann> ronny: could you look why the storage tests aren't discovered?
  34 2010-10-10T16:24:21  <ronny> ThomasWaldmann: which tests exactly again?
  35 2010-10-10T16:27:47  <ronny> ThomasWaldmann: i think its related to having a __init__ method, there bas been some breakage wrt having __init__ methods
  36 2010-10-10T16:34:21  *** greg_f has joined #moin-dev
  37 2010-10-10T16:35:32  <ronny> ThomasWaldmann: i suppose i'll get rid of __init__
  38 2010-10-10T16:35:36  <ronny> it seems wrong anyway
  39 2010-10-10T16:41:57  <ThomasWaldmann> most storage tests are not run somehow
  40 2010-10-10T16:43:19  <ronny> ThomasWaldmann: its related to having a __init__ method
  41 2010-10-10T16:43:38  <ronny> py.test skips test classes with a __init__ function cause those tend to break stuff
  42 2010-10-10T16:43:59  <ronny> ok, tests run again, much fail
  43 2010-10-10T16:46:39  <ronny> ThomasWaldmann: pushed the change needed to get the tests working, now there is lots of details wrt the backens to fix
  44 2010-10-10T16:50:20  <ThomasWaldmann> ok, thanks
  45 2010-10-10T16:51:27  <ronny> ThomasWaldmann: ok, there might some more weird breakage wrt the yield tests
  46 2010-10-10T16:52:41  <ronny> i'll nag holger about that
  47 2010-10-10T16:57:52  <ronny> ThomasWaldmann: hmk, its a regression in the recent pytest, the tests work fine with the one shipped
  48 2010-10-10T16:59:00  <ThomasWaldmann> i had storage tests not running before that ./pytest methods also
  49 2010-10-10T16:59:31  <ronny> ThomasWaldmann: we are talking about different things now
  50 2010-10-10T16:59:55  <ThomasWaldmann> ah, yield, ok
  51 2010-10-10T17:00:01  <ronny> ThomasWaldmann: the collection logic in py.test trunk changed, thus the generator functions get teared down too early
  52 2010-10-10T17:00:09  <ronny> ThomasWaldmann: but the pytest i added to moin  works fine
  53 2010-10-10T17:01:37  <ronny> but since we know that now we can fix it up before the next pytest release
  54 2010-10-10T17:02:01  <ronny> ThomasWaldmann: the next time i update the shipped py.test it shal include parallel testing
  55 2010-10-10T17:02:54  <ThomasWaldmann> i need to change how item name is determined for a given item instance
  56 2010-10-10T17:03:08  <ThomasWaldmann> so working storage tests are nice to have :)
  57 2010-10-10T17:03:50  <ThomasWaldmann> without failing >30 converter tests, it would be even nicer :|
  58 2010-10-10T17:04:21  * ThomasWaldmann looks at storage tests now
  59 2010-10-10T17:10:30  <ThomasWaldmann> woah, lots of F
  60 2010-10-10T17:13:02  <ronny> ThomasWaldmann: how many fails do you get there?
  61 2010-10-10T17:13:57  <ThomasWaldmann> ====== 216 failed, 2015 passed, 252 skipped, 135 error in 749.18 seconds =======
  62 2010-10-10T17:14:34  * ThomasWaldmann looks at fs2
  63 2010-10-10T17:14:53  <ronny> ThomasWaldmann: any of those failures None erors?
  64 2010-10-10T17:29:27  <ThomasWaldmann> hm?
  65 2010-10-10T17:36:21  <ronny> ThomasWaldmann: thats what i get with too new py.test
  66 2010-10-10T17:48:45  <CIA-49> Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> default * 10090:4106aa4e7f79 2.0-dev/MoinMoin/storage/_tests/ (9 files): kill the weird __init__ of backend tests, makes py.test find them again
  67 2010-10-10T17:48:45  <CIA-49> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10091:c97802c67c30 2.0-dev/MoinMoin/storage/ (3 files in 2 dirs): fs backends / tests: remove unused nfs param
  68 2010-10-10T18:17:04  <CIA-49> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10092:2d24a308c62a 2.0-dev/MoinMoin/storage/_tests/test_backends_router.py: router tests: add index_uri param
  69 2010-10-10T18:20:36  <ThomasWaldmann> ok, the remaining problems are related to name, timestamp, hash metadata mostly
  70 2010-10-10T18:21:00  <ThomasWaldmann> except for the hg backend, which seems to miss some hg repository method
  71 2010-10-10T18:21:33  <ThomasWaldmann> _repo.add() fails
  72 2010-10-10T18:27:12  <ronny> ThomasWaldmann: should i take a look?
  73 2010-10-10T18:28:12  <ThomasWaldmann> yes, please. I'll concentrate on the fs stuff (that's what I am more familiar with).
  74 2010-10-10T18:29:40  <ronny> ThomasWaldmann: ah, add got moved to dirstate
  75 2010-10-10T18:44:42  <ronny> ThomasWaldmann: seems like the hg backend is a bit more messed
  76 2010-10-10T18:57:25  <ThomasWaldmann> well, it is unmaintained
  77 2010-10-10T19:05:20  *** greg_f has quit IRC
  78 2010-10-10T19:22:49  <ronny> ThomasWaldmann: i think instead of fixing i'll mark it as xfail, dontrun for now, the code looks pretty magical and does evil with hashes
  79 2010-10-10T20:51:47  <CIA-49> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10093:ff4a71f6f863 2.0-dev/MoinMoin/storage/_tests/test_backends.py: backend tests: modify timestamp tests (timestamps get created by indexing mixin which we do not use, thus we need to assign to timestamp on our own)

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-10-10 (last edited 2010-10-09 22:45:03 by IrcLogImporter)