[BUG] GOODS (version 64) hangs on fresh database

John R. Pierce john at pierce.name
Tue Apr 13 20:21:52 UTC 2004


Hi all,

We have been using the GOODS database for some time to good avail (no pun
intended), but the newest version of the GOODS client (version 64 from SM) seems
to have broken our ability to initialize the root of a brand new GOODS database.
 Here's the test to run against a brand new GOODS database using the latest
GOODS client:

  db := KKDatabase onHost: 'localhost' port: 9999.
  self assert: [db root isNil].
  db root: Dictionary new.
  db root at: #one put: 1.

  db commit. "<- hangs client here"

This test assumes the database has a nil root, a condition that only exists once
in the life of a GOODs database.  The test works just fine in GOODS version 61
on SM.

Regards,

John



More information about the Squeak-dev mailing list