
|
If you were logged in you would be able to see more operations.
|
|
|
db4o Core
Created: 15/Jan/08 06:20 PM
Updated: 23/Jan/08 03:25 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
7.0.25
|
| Fix Version/s: |
7.1.26
|
|
|
Time Tracking:
|
|
Original Estimate:
|
Not Specified
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
15h
|
|
|
|
|
When deleting and re-adding objects to a database, subsequent queries (constrained against the extent only) may not find all objects. The results are somewhat erratic: The number of found objects may vary on different runs, etc.
|
|
Description
|
When deleting and re-adding objects to a database, subsequent queries (constrained against the extent only) may not find all objects. The results are somewhat erratic: The number of found objects may vary on different runs, etc. |
Show » |
|
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemA/10
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemB/10
The actual output is something like:
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemA/10
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemB/10
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemA/10
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemB/10
class com.db4o.db4ounit.common.defragment.RepeatDeleteReaddTestCase$ItemA/8
! db4ounit.AssertionException: Expected '10' but was '8'
(The position where the failure occurs may vary in between runs.)