FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

verify.sh: make verify more debug-friendly by pongad · Pull Request #2133 · googleapis/google-cloud-java · GitHub

verify.sh: make verify more debug-friendly - #2133

Merged
pongad merged 1 commit into
googleapis:masterfrom
pongad:fae
Jun 9, 2017
Merged

verify.sh: make verify more debug-friendly#2133
pongad merged 1 commit into
googleapis:masterfrom
pongad:fae

Conversation

pongad commented Jun 9, 2017

Copy link
Copy Markdown
Contributor

This commit adds two options to maven verify.

The first, -fae (fail at end) makes the tests keep going
after failures. If a test flakes, at least we'll still
see the result of other tests.

The second, -DtrimStackTrace=false prints full stack
trace to make debugging easier.

Finally, we dedup the command call.

This commit adds two options to `maven verify`.

The first, `-fae` (fail at end) makes the tests keep going
after failures. If a test flakes, at least we'll still
see the result of other tests.

The second, `-DtrimStackTrace=false` prints full stack
trace to make debugging easier.

Finally, we dedup the command call.
pongad requested a review from garrettjonesgoogle June 9, 2017 04:00
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 9, 2017

Copy link
Copy Markdown
Contributor

LGTM

Copy link
Copy Markdown

Coverage remained the same at 81.226% when pulling 1ae0faf on pongad:fae into d43a540 on GoogleCloudPlatform:master.

pongad merged commit 0e0c703 into googleapis:master Jun 9, 2017
pongad deleted the fae branch June 9, 2017 04:44
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
* build(deps): bump cryptography from 39.0.1 to 41.0.0 in /.kokoro

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
#2133)

* chore: Update generation configuration at Fri Aug  2 02:17:37 UTC 2024

* chore: Update generation configuration at Sat Aug  3 02:16:40 UTC 2024

* chore: Update generation configuration at Tue Aug  6 02:17:49 UTC 2024

* chore: Update generation configuration at Wed Aug  7 02:18:42 UTC 2024

* chore: Update generation configuration at Thu Aug  8 02:18:03 UTC 2024

* chore: Update generation configuration at Fri Aug  9 02:18:41 UTC 2024

* chore: Update generation configuration at Sat Aug 10 02:18:09 UTC 2024

* chore: generate libraries at Sat Aug 10 02:18:30 UTC 2024

* chore: Update generation configuration at Tue Aug 13 02:18:54 UTC 2024

* chore: Update generation configuration at Wed Aug 14 02:18:24 UTC 2024
meltsufin pushed a commit that referenced this pull request May 1, 2026
#2133)

* chore: Update generation configuration at Fri Aug  2 02:17:37 UTC 2024

* chore: Update generation configuration at Sat Aug  3 02:16:40 UTC 2024

* chore: Update generation configuration at Tue Aug  6 02:17:49 UTC 2024

* chore: Update generation configuration at Wed Aug  7 02:18:42 UTC 2024

* chore: Update generation configuration at Thu Aug  8 02:18:03 UTC 2024

* chore: Update generation configuration at Fri Aug  9 02:18:41 UTC 2024

* chore: Update generation configuration at Sat Aug 10 02:18:09 UTC 2024

* chore: generate libraries at Sat Aug 10 02:18:30 UTC 2024

* chore: Update generation configuration at Tue Aug 13 02:18:54 UTC 2024

* chore: Update generation configuration at Wed Aug 14 02:18:24 UTC 2024
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
* feat: migrate to OTEL exporter (googleapis#1788)

* feat: migrate exporter to OTEL

* address comments

* filter out only bigtable metrics

* fix test

* use the bom

* update

* update

* update completeResultCode

* add a comment

* address comments

* address comments

* update pom

* small fix

* also check timestamp

* address comment

* updates

* update

* do not block on shutdown

* chore: refactor factory class (googleapis#2081)

* chore: refactor TracerFactory creation (googleapis#2102)

* feat: migrate built in metrics to OTEL (googleapis#1796)

* feat: migrate exporter to OTEL

* address comments

* filter out only bigtable metrics

* fix test

* use the bom

* update

* update

* feat: migrate builtin metrics to OTEl

* update completeResultCode

* add a comment

* udpate

* fix tests

* remove unrelated changes

* fix tests

* add documentation

* fix test

* merge exporter changes

* address comments

* rebase on otel

* revert changes in stats

* fix import

* update

* merge back the endpoint change

* refactor constants and settings

* refactor and fix tests

* remove unused dependency

* add some javadoc

* address part of the comments

* update test

* test with nano

* measure everything in nanos and publish with double histogram

* address comments

* fix test

* add toString

* merge from main

* feat: migrate per connection error count metric to otel (googleapis#2133)

* feat: migrate per connection error count metric to otel

* update test

* address comments

* remove unnecessary check

* clean up statsRecorder

* remove dependency

* address comments

* feat: migrate per connection error exporter to otel (googleapis#2152)

* chore: clean up stats package (googleapis#2163)

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix clirr and  integration test

* fix clirr and  integration test

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* log more information on test failures

* address comments

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* include version

* fix flaky test

* remove otel dependencies since they're added to shared dependencies

* backport new tests since 2.37

* set feature flag when metrics is enabled

* record metrics whenever it's registered

* record metrics whenever it's registered

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* remove stale reference

* clean up

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL