Test that ObjectLoader stays valid across repacks
commit45f5de89c4b0bbd587bfaf523a92c15dba0f470d
authorShawn O. Pearce <spearce@spearce.org>
Thu, 23 Apr 2009 03:36:22 +0000 (22 20:36 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 23 Apr 2009 22:25:58 +0000 (24 00:25 +0200)
tree70f30b57ccd9765f0b49643e67513359969e0eb9
parentfe6c8248e1ed6bd9db76a8314103081a02d55393
Test that ObjectLoader stays valid across repacks

What we are trying to verify is that an ObjectLoader remains valid
if the underlying storage for the object has moved, such as when a
repository is repacked, the old pack was deleted, and the object is
now in the new pack.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/lib/ConcurrentRepackTest.java