Home
last modified time | relevance | path

Searched +full:- +full:penable +full:- +full:integration +full:- +full:tests (Results 1 – 9 of 9) sorted by relevance

/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
27 mvn -version
32 mvn install -B -V -ntp \
33 -DskipTests=true \
34 -Dclirr.skip=true \
35 -Denforcer.skip=true \
36 -Dmaven.javadoc.skip=true \
37 -Dgcloud.download.skip=true \
38 -T 1C
[all …]
/external/sdk-platform-java/.github/workflows/
Dsonar.yaml7 - main
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v3
17 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18 - name: Set up JDK 11
19 uses: actions/setup-java@v3
21 java-version: 11
23 - name: Cache SonarCloud packages
27 key: ${{ runner.os }}-sonar
28 restore-keys: ${{ runner.os }}-sonar
[all …]
/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/
DREADME.md1 ## Integration tests
3 These tests were created to verify that compute features(Pagination, Calls, LRO) work in DIREGAPIC.
5 ## Running Integration tests
6 To include integration tests when building the project, you need access to
9 Then run the following to build, package, run all unit tests and run all
10 integration tests.
14 mvn -Penable-integration-tests clean verify
/external/sdk-platform-java/coverage-report/
DREADME.md3 This module gathers aggregated jacoco test coverage metrics across the `api-common`, `gax-java` and…
4 … provide insights into how much of api-common and GAX code is being exercised by showcase, GAX and…
5 (unit tests versus integration tests). They will also assist with tracking any changes in coverage …
8 In order to view aggregate unit test coverage of api-common and GAX in `api-common`, `gax-java` and…
10 1. At the root of the repository, run `mvn clean test -DenableShowcaseTestCoverage`.
11 2. The metrics can be found at `gapic-generator-java/coverage-report/target/site/jacoco-aggregate/i…
13 ![Screenshot 2023-03-23 at 4 29 36 PM](https://user-images.githubusercontent.com/66699525/227346653
15 ### Integration Test Coverage
17 In order to view aggregate integration test coverage of api-common and GAX in `api-common`, `gax-ja…
19 …of the repository, run `mvn clean verify -DskipUnitTests -DenableShowcaseTestCoverage -Penable-int…
[all …]
/external/sdk-platform-java/java-common-protos/
DCONTRIBUTING.md22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
32 To build, package, and run all unit tests run the command
38 ### Running Integration tests
40 To include integration tests when building the project, you need access to
46 Then run the following to build, package, run all unit tests and run all
47 integration tests.
51 mvn -Penable-integration-tests clean verify
84 [google-java-format](https://github.com/google/google-java-format).
87 mvn com.coveo:fmt-maven-plugin:format
90 [1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
[all …]
/external/google-auth-library-java/
DCONTRIBUTING.md22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
32 To build, package, and run all unit tests run the command
38 ### Running Integration tests
40 To include integration tests when building the project, you need access to
46 Then run the following to build, package, run all unit tests and run all
47 integration tests.
51 mvn -Penable-integration-tests clean verify
84 [google-java-format](https://github.com/google/google-java-format).
87 mvn com.coveo:fmt-maven-plugin:format
90 [1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
[all …]
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/
DCONTRIBUTING.md22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
32 To build, package, and run all unit tests run the command
38 ### Running Integration tests
40 To include integration tests when building the project, you need access to
46 Then run the following to build, package, run all unit tests and run all
47 integration tests.
51 mvn -Penable-integration-tests clean verify
84 [google-java-format](https://github.com/google/google-java-format).
87 mvn com.coveo:fmt-maven-plugin:format
90 [1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
[all …]
/external/google-auth-library-java/.kokoro/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
27 mvn -version
32 mvn install -B -V -ntp \
33 -DskipTests=true \
34 -Dclirr.skip=true \
35 -Denforcer.skip=true \
36 -Dmaven.javadoc.skip=true \
37 -Dgcloud.download.skip=true \
38 -T 1C
[all …]
/external/google-cloud-java/.kokoro/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # TODO: remove java-core once we figure out how setup_cloud understands Maven's
17 # "--also-make-dependents" option. https://github.com/googleapis/google-cloud-java/issues/9088
18 excluded_modules=('gapic-libraries-bom' 'google-cloud-jar-parent' 'google-cloud-pom-parent' 'java-c…
27 flags=$-
37 set -e
47 if [[ ${attempts_left} -gt 0 ]]; then
50 new_attempts=$((${attempts_left} - 1))
59 function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }
65 …if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; th…
[all …]