This repository was archived by the owner on May 14, 2026. It is now read-only.
chore: refactor test utilities#2013
Merged
Merged
Conversation
JoeWang1127
commented
Sep 20, 2023
| source "${script_dir}/../utilities.sh" | ||
| library_generation_dir="${script_dir}"/.. | ||
| output_folder="$(get_output_folder)" | ||
| source "${script_dir}/test_utilities.sh" |
Contributor
Author
There was a problem hiding this comment.
Now integration test script only source test_utilities.sh
| mkdir -p "${SCRIPT_DIR}/output" | ||
|
|
||
| # takes a versions.txt file and returns its version | ||
| get_version_from_versions_txt() { |
Contributor
Author
There was a problem hiding this comment.
This function is only used in generating showcase, so move it here.
|
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed! |
|
[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed! |
|
[java_showcase_unit_tests] Kudos, SonarCloud Quality Gate passed! |
JoeWang1127
marked this pull request as ready for review
September 20, 2023 14:23
blakeli0
approved these changes
Sep 20, 2023
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








In this PR:
library_generation/test/test_utilities.sh.Follow up of #2004 (comment)