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

***ATTENTION*** (was: [Gzigzag-commits] gzigzag/src/impl SimpleSpace.java TransientTextScroll.java)



Tuukka Hastrup wrote:
> Log Message:
> Multiplexing now saves changes back to the pool the data was from

ATTENTION: Are you sure that the tests still write to the transient and
not the permanent pool? Otherwise, you will soon have *LOTS* of junk in
your permanent pool!

(I'm asking because I cannot see precautions in that direction from
reading the diffs, and because I can imagine you may have forgotten for
a moment that we use MultiplexingMediaserver for our tests, combining a
permanent (on-disk) pool with a transient (in-memory) one to prevent
that junk from being written to the disk.)

- Benja