FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Added options in TestObjectProvider to return compat versions of container runtime and data store runtime

Open agarwal-navin opened this issue 3 years ago • 0 comments

This allows tests using testObjectProvider to create custom data objects and runtime factories with the current compat versions. For example, if the tests are running in version N-1, it will let tests create version N-1 objects. Currently, tests that are creating custom objects, always create the current version N and hence lose a lot of back compat coverage. See example tests that are updated to use the compat versions of objects.

agarwal-navin avatar Sep 21 '22 00:09 agarwal-navin