Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the KiokuDB CPAN distribution.

Report information
The Basics
Id: 58177
Status: resolved
Priority: 0/
Queue: KiokuDB

People
Owner: Nobody in particular
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: There are no tests under KiokuDB::Test that use KiokuDB::Set
I think adding KiokuDB::Set tests might reveal deficiencies in the MongoDB backend, which is treating sets referenced within objects as part of the root set. (At least, this is different behavior than I saw with BDB.)
On Sun Jun 06 09:20:47 2010, HANENKAMP wrote: Show quoted text
> I think adding KiokuDB::Set tests might reveal deficiencies in the > MongoDB backend, which is treating sets referenced within objects as part > of the root set. (At least, this is different behavior than I saw with > BDB.)
I was wrong. The behavior between BDB and MongoDB is exactly the same now that I have a formal test case. My expectation was incorrect. However, missing Set tests in KiokuDB::Test still seems like a deficiency.
Subject: Re: [rt.cpan.org #58177] There are no tests under KiokuDB::Test that use KiokuDB::Set
Date: Mon, 7 Jun 2010 17:59:29 +0300
To: bug-KiokuDB [...] rt.cpan.org
From: Yuval Kogman <nuffin [...] cpan.org>
Can you attach that test case? It would be useful in extending the test suite. Thanks
I moved t/set.t to KiokuDB::Test::Fixture::Sets Do you have additional failures you'd like to add or can I close this ticket?
Seems like this can be closed now.