gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Why the mirror test fails


From: Benja Fallenstein
Subject: [Gzz] Why the mirror test fails
Date: Wed, 09 Oct 2002 10:44:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1

Hi,

The mirror test currently fails because MasterImpl, after getting the changes from its space, applies them back to the space; this assumes that checkpointDelta() reverses the changes it returns. However, the tests assume the opposite:

    conn(6,7)
    conn(0,1)

    self.checkpointDelta()

    # 0-1 6-7
    asRank([0,1], [6,7])


(from dim.py). Tuomas: Please decide what this should be and javadoc gzz.diff.DeltaSpace accordingly! Then, it should be easy to fix the test.

- Benja






reply via email to

[Prev in Thread] Current Thread [Next in Thread]