orleans
orleans copied to clipboard
Feature Request: Nuget package for provider tests
Would be great to have a nuget package for the most important tests to verify that your provider implementation follows the specs, e.g.
- MembershipTableTestsBase
- ReminderTableTestsBase
- GrainPersistenceTestsRunner
Sounds like a great idea, I think we could include something like this in a TestKit package. Currently we have the TestingHost package, which serves a vaguely similar purpose, so we could possibly rename that package to Microsoft.Orleans.TestKit and include these kinds of things in there, with room for more in future, like the kinds of things which the OrleansContrib TestKit currently does, but possibly with access to internals, if that helps.
PRs for this would be most welcome.
We've moved this issue to the Backlog. This means that it is not going to be worked on for the coming release. We review items in the backlog at the end of each milestone/release and depending on the team's priority we may reconsider this issue for the following milestone.