We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195553b commit 83acba1Copy full SHA for 83acba1
CONTRIBUTING.md
@@ -26,3 +26,15 @@ information on using pull requests.
26
27
This project follows [Google's Open Source Community
28
Guidelines](https://opensource.google/conduct/).
29
+
30
+## Testing
31
32
+NOTE: Be sure to run the following commands in the same VPC as the AlloyDB instance
33
34
+1. Set the environment variables. You can see an example of the environment
35
+variables needed by running `cat .envrc.example`
36
+1. Run `gcloud auth application-default login`
37
+1. Run the unit tests: `mvn test -B -ntp -Pcoverage -Dclirr.skip=true
38
+-Denforcer.skip=true`
39
+1. Run the integration tests: `mvn -ntp -Penable-integration-tests
40
+-DtrimStackTrace=false -Dclirr.skip=true -Denforcer.skip=true -fae verify`
0 commit comments