All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.stargate.it.http.docsapi.DocumentApiV2Test Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-19
Show newest version
package io.stargate.it.http.docsapi;

import io.stargate.it.TestOrder;
import io.stargate.it.storage.StargateParameters;
import io.stargate.it.storage.StargateSpec;
import org.junit.jupiter.api.Order;

@StargateSpec(parametersCustomizer = "enableAll")
@Order(TestOrder.LAST)
public class DocumentApiV2Test extends BaseDocumentApiV2Test {
  @SuppressWarnings("unused") // referenced in @StargateSpec
  public static void enableAll(StargateParameters.Builder builder) {
    builder.putSystemProperties("stargate.persistence.2i.support.default", "true");
    builder.putSystemProperties("stargate.document_use_logged_batches", "true");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy