2009-05-18T00:02:28  *** grzywacz has quit IRC
2009-05-18T00:28:38  <ThomasWaldmann> dennda: user:        dennda
2009-05-18T00:28:53  <ThomasWaldmann> fix that in your ~/.hgrc
2009-05-18T04:37:16  *** devilsadvocate_ has quit IRC
2009-05-18T06:34:54  *** dreimark has quit IRC
2009-05-18T06:34:55  *** dreimark_ has joined #moin-dev
2009-05-18T07:48:01  <dennda> .oO(why does every project want another format?)
2009-05-18T07:54:05  *** ser has quit IRC
2009-05-18T07:54:10  *** ser has joined #moin-dev
2009-05-18T11:26:54  <dreimark_> dimazest: hi
2009-05-18T11:27:16  <dreimark_> I don't see these wikidicts failures
2009-05-18T11:27:21  *** dreimark_ is now known as dreimark
2009-05-18T12:59:09  <xorAxAx> dennda: format?
2009-05-18T12:59:19  <xorAxAx> dreimark: hehe, wikidicts fun
2009-05-18T16:13:49  *** cdyson37 has joined #moin-dev
2009-05-18T17:03:34  *** dreimark has quit IRC
2009-05-18T17:04:15  *** dreimark has joined #moin-dev
2009-05-18T17:14:17  <dimazest> moin
2009-05-18T17:20:28  <dimazest> dreimark: i've done tests with a barnd fresh clone of http://hg.moinmo.in/moin/1.9/ and there is no failures
2009-05-18T17:32:11  *** devilsadvocate has joined #moin-dev
2009-05-18T18:50:07  <dreimark> dimazest: do you know the reason for the failing tests?
2009-05-18T18:50:37  <dimazest> not really
2009-05-18T18:51:17  <dimazest> i think i was playing with merging and something screwed up
2009-05-18T19:24:40  *** cdyson37 has quit IRC
2009-05-18T19:27:52  <dimazest> dreimark: i can not understand what is going on
2009-05-18T19:28:07  <dimazest> i've cloned repo with  hg clone http://hg.moinmo.in/moin/1.9
2009-05-18T19:28:31  <dimazest> and executed  py.test MoinMoin/_tests/test_wikidicts.py
2009-05-18T19:28:58  <dimazest> previously all test passed, but now i have the same two faiures
2009-05-18T19:29:14  <dimazest> in testCopyGroupPage and testRenameGroupPage
2009-05-18T19:30:37  <dreimark> dimazest: what OS do you use?
2009-05-18T19:30:48  <dimazest> mac os x 10.4
2009-05-18T19:30:59  <dimazest>  Python 2.4.6
2009-05-18T19:31:40  <dimazest> i reran the test and ALL passed
2009-05-18T19:32:02  <dimazest> may be i should run full test, not only MoinMoin/_tests/test_wikidicts.py
2009-05-18T19:32:15  <dreimark> should not matter check if after one run the page u'AnotherGroup' exists
2009-05-18T19:32:25  <dreimark> so that whould mean it was not nuked
2009-05-18T19:32:54  <dreimark> u'OtherGroup', u'SomeGroup' too in the test wiki
2009-05-18T19:33:04  <dreimark> after the test these pages needs to be removed
2009-05-18T19:33:40  <dimazest> do i need to start wikiserver.py?
2009-05-18T19:33:48  <dreimark> no
2009-05-18T19:34:01  <dreimark> for tests there is wiki instance created
2009-05-18T19:34:31  <dreimark> it is at 1.9/tests
2009-05-18T19:35:02  <dreimark> tests/wiki/data/pages
2009-05-18T19:35:07  <dreimark> has the pagedirs
2009-05-18T19:36:27  <dreimark> if you have a fresh clone this tests wiki instance will be created at the first run of py.test
2009-05-18T19:37:43  <dimazest> when i run test first i get no errors, then 1, then 2 and then 0
2009-05-18T19:38:04  <dimazest> now i'm checking tests/wiki/data/pages  content
2009-05-18T19:39:27  <dimazest> there is only BadContent directory
2009-05-18T19:39:32  <dimazest> after all 3 cases
2009-05-18T19:43:39  <dreimark> and it is always the same tests failing ?
2009-05-18T19:43:50  <dimazest> yes
2009-05-18T19:44:21  <dimazest> now i want to trac changes in the whole tests directory
2009-05-18T19:45:49  <dreimark> wiki/data/cache/wikiconfig/wikidicts needs to be checked
2009-05-18T19:46:48  <dreimark> the first test did create a Group page with a user
2009-05-18T19:46:54  <dreimark> then it renames this page
2009-05-18T19:47:12  <dreimark> and checks if he gets the user from the renamed page
2009-05-18T19:47:41  <dreimark> result = request.dicts.has_member(u'AnotherGroup', u'ExampleUser')
2009-05-18T19:47:53  <dreimark> seems to give None
2009-05-18T19:49:39  <dreimark> check if it is in grouppages
2009-05-18T19:50:23  * dreimark has to leave bbl ~2h
2009-05-18T19:52:13  <dimazest> ok i'll check it
2009-05-18T20:08:09  *** grzywacz has joined #moin-dev
2009-05-18T20:53:41  <dimazest> i think wiki/data/cache/MoinMoin._tests.wikiconfig/wikidicts/dicts_groups is not cleaned fully
2009-05-18T22:31:05  <dreimark> re
2009-05-18T22:33:35  *** TheSheep has quit IRC
2009-05-18T22:33:57  <dreimark> dimazest: that would mean that caching is somehow broken for mac osx
2009-05-18T22:37:36  <dreimark> dimazest: for tests it is not the wiki scope
2009-05-18T22:37:47  <dreimark> moin-1.9/tests/wiki/data/cache/wikiconfig/wikidicts
2009-05-18T22:42:25  <dreimark> dimazest: do you have run all tests on your mac. Do you see failure in test_caching?
2009-05-18T22:42:49  <ronny> sup
2009-05-18T22:43:24  * dimazest doing tests
2009-05-18T22:52:28  <dreimark> py.test runs all
2009-05-18T22:59:43  <dimazest> MoinMoin/_tests/test_caching.py .......
2009-05-18T22:59:45  <dimazest> so it seems to work
2009-05-18T22:59:59  <dimazest> tomorrow i'm free during the day
2009-05-18T23:00:09  <dimazest> can we discuss it tomorrow
2009-05-18T23:00:29  <dimazest> and i have some questions anbout Group refactoring
2009-05-18T23:00:38  <dimazest> so see yoy!
2009-05-18T23:00:42  <dimazest> *you
2009-05-18T23:02:42  <dreimark> ok, cu then good night
2009-05-18T23:07:55  *** LotekThirteen has joined #moin-dev
2009-05-18T23:15:07  *** LotekThirteen has quit IRC
2009-05-18T23:15:34  <ThomasWaldmann> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-05-18 (last edited 2009-05-17 22:15:02 by IrcLogImporter)