Re: Trellis: undetected circularity via optional rules
Sergey Schetinin <[email protected]> Fri, 17 Apr 2009 00:37:42 +0300
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 16, 2009 at 18:29, Grant Baillie <grant-6zGkXsw2EZWGJGYlWa3Ukdi2O/[email protected]> wrote: > > On 15 Apr, 2009, at 11:31, Sergey Schetinin wrote: > >> Now I wonder if this will break any trellis properties, like circular >> maintain rules that don't set conflicting values (the rules might >> initialize each other even if they are not optional, when the >> component is being initialized). The tests fail, but they always hang >> up for me anyway, so I can't really use that as a reference. >> >> >> So I have a question: for how many people in this list trellis tests >> do run successfully? > > They hang for me, too (on Mac OS X 10.5). After I disable the tests > > test_trellis.TestReactorEventLoop.testSequentialCalls > test_trellis.TestTasks.testNoTodoRollbackIntoTask > > I still get a bunch of failures in test_sets.TestUpdateOps (although these > seem to pass when run by themselves). Um.. disabling those helps tests to finish but I still get 37 failures on fresh checkout, 39 failures on my working copy (apparently I broke something that makes discrete lazy cells become constant before resetting or not notifying about the reset). Plus a warning from SQLAlchemy on use of deprecated apis. Using WinXP, Py2.5.