I want to confirm that VertexPropertyFeatures.FEATURE_ADD_PROPERTY refers to adding meta properties to vertex properties. So if this feature is supported, then VertexFeatures.FEATURE_META_PROPERTIES must also be set to true.
I ask because the FeatureRequirementSet.Package.SIMPLE (this is for the unit tests) set of feature requirements includes VertexPropertyFeatures.FEATURE_ADD_PROPERTY, which is odd... because tests like shouldPersistDataOnClose() require the FeatureRequirementSet.Package.SIMPLE feature set to be supported, but does not use meta properties. For a graph database that doesn't have meta properties supported, the test for persistence will not run. Is this right?