Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
For the test of InMemoryStateInternals, ApexStateInternals, FlinkStateInternals, SparkStateInternals, etc..
Have a common base class for the state internals test that has an abstract method createStateInternals() and all the test methods. Then an actual implementation would just derive from that and only implement the method for creating the state internals.