Replies: 2 comments 11 replies
-
Is there a reason you are not using a developer license for that purpose? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm not sure what's the best approach handling the TestDriver license. Let's say we have a CI pipeline that runs the tests and there are multiple developers working on the project. So we'd register one developer license and hard code it so anyone checking out the repository would be able to run the tests? But that license is tied to an email address so I guess it's better not to expose it. When renewing it programmatically, is the license code going to stay the same?... it's an open source project on GitHub |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know running in memory is no way a production feature and used for testing. It would be nice to ignore license restrictions when you run integration tests against embedded server and want to run the in highly parallel manner.
Now when running integration test suite against RavenDB 6.0 with parallelism will cause cluster index limits to be reached - not a very good cluster when in-memory anyway.
Beta Was this translation helpful? Give feedback.
All reactions