Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-27 Thread Gunnar Morling
2013/6/27 Sanne Grinovero > I heard good praises about this project, so it might be good, but I'd > be concerned that we're not testing the real thing. > > This could be great to mock the db for some operations, but could it > replace all of them while providing us with the same level of > confid

[hibernate-dev] IRC Developer Meeting - 6/27

2013-06-27 Thread Steve Ebersole
Today was mostly discussion about the Maven and Gradle plugin development [11:04] Meeting ended Thu Jun 27 16:00:00 2013 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) [11:04] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibern

Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-27 Thread Hardy Ferentschik
On 27 Jan 2013, at 3:23 PM, Sanne Grinovero wrote: > I heard good praises about this project, so it might be good, but I'd > be concerned that we're not testing the real thing. I thought it is running the real thing. It is not mocking mongo, it is just a wrapper to download/install/start/stop

Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-27 Thread Sanne Grinovero
I heard good praises about this project, so it might be good, but I'd be concerned that we're not testing the real thing. This could be great to mock the db for some operations, but could it replace all of them while providing us with the same level of confidence ? What will the gap be in release

Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-27 Thread Hardy Ferentschik
On 27 Jan 2013, at 2:20 PM, Gunnar Morling wrote: > I just came across across "EmbedMongo" [1] which provides a way to run > MongoDB embedded within an application. This is e.g. convenient for tests > as it doesn't require a separately installed MongoDB instance. Interesting. I think that could

[hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-27 Thread Gunnar Morling
Hi all, I just came across across "EmbedMongo" [1] which provides a way to run MongoDB embedded within an application. This is e.g. convenient for tests as it doesn't require a separately installed MongoDB instance. I've tried it out with a single test and it worked as expected. Unfortunately Mon