BenWhitehead
BenWhitehead
Similar behavior in Java: ```java @Test void numberSaving() { final Datastore ds = datastoreOptions.getService(); final String kind = "valueTypeTesting"; final String long_property = "long_property"; final String double_property = "double_property"; final...
I think this an okay idea, though it may cause an issue for cassandra which configures framework name based on the cluster name. For example the user can specify `cluster.name...
I'm spinning up a cluster with 3 instances of the cassandra framework running so that we can test some of these things out before I roll it back.
In the case of cassandra I think think things are handled rather well. #### Install I created a cluster and installed 3 different instances of the cassandra service. 1. Default...
@tsenart and @Aerlinger There are already json schemas for each of the different document types see here: https://github.com/mesosphere/universe/tree/version-1.x/repo/meta/schema With regard to exposing the configuration options that are available for a...
There are a few older tests that need to have assertions added to them.
@crwilcox I think with your updated bootstrapping for the tests that should hopefully transparently take care of this. @frankyn Do you have specific tests that we should double check to...
If the api is performing the validation anyway, I'd prefer to defer to it since it is the ultimate authority and can take care of the nestedness and things since...
I don't don't have the go knowledge to be able to do the review on my own. I'll defer to @tritone or @crwilcox if they have the bandwidth to help...