mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
* Run cross-release SQL integration tests
Run SQL integration tests across arbitrary schema and server
releases.
Refer to integration/README.md in this change for more information.
TESTED=Cloud build changes tested with cloud-build-local
Used the published jars to test sqlIntegration task locally.
32 lines
775 B
Properties
32 lines
775 B
Properties
org.gradle.jvmargs=-Xmx1024m
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
|
|
# Comma separated list of test patterns, if specified run only these.
|
|
testFilter=
|
|
|
|
# GAE Environment for deployment and staging.
|
|
environment=
|
|
|
|
# Cloud SQL properties
|
|
|
|
# A registry environment name (e.g., 'alpha') or a host[:port] string
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
|
|
# Maven repository that hosts the Cloud SQL schema jar and the registry
|
|
# server test jars. Such jars are needed for server/schema integration tests.
|
|
# Please refer to <a href="./integration/README.md">integration project</a>
|
|
# for more information.
|
|
publish_repo=
|
|
schema_version=
|
|
nomulus_version=
|