Skip to content

Commit bcb4c15

Browse files
committed
docs: clarify experimental comments in dummy test and speech client
1 parent 9e72163 commit bcb4c15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/google-cloud-speech/google/cloud/speech_v1/services/speech/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# we must touch a file in one of those paths to wake it up.
1919
#
2020
# This file is GAPIC_AUTO, and this specific file is NOT one of the 5 tracked files (setup.py, etc.)
21-
# in system.sh, so this change will NOT trigger tests for google-cloud-speech itself.
21+
# in system.sh, so this change will NOT launch google-cloud-speech's tests.
2222
#
2323
# If this ad-hoc testing prototype proves successful, we will update the internal Kokoro
2424
# JobConfigs to watch 'ci/adhoc/.*' instead, eliminating the need for this workaround.

packages/google-resumable-media/tests/system/requests/test_dummy_failure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"""
1717
Temporary dummy test to verify ad-hoc testing failure reporting.
1818
This file is for experimentation/prototyping only and will be removed before merge.
19+
We are using this to test packages that have legit changes (i.e. they would show up in `package_diff` naturally AND would have failing tests.
1920
"""
2021

2122

0 commit comments

Comments
 (0)