-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[testing-on-gke part 4] Fixes and improvements in the test setup #2329
Merged
gargnitingoogle
merged 16 commits into
master
from
garnitin/add-gke-load-testing/add-run-script/v2
Sep 18, 2024
Merged
[testing-on-gke part 4] Fixes and improvements in the test setup #2329
gargnitingoogle
merged 16 commits into
master
from
garnitin/add-gke-load-testing/add-run-script/v2
Sep 18, 2024
Conversation
This file contains 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
gargnitingoogle
changed the base branch from
master
to
garnitin/add-gke-load-testing/support-special-cases/v1
August 9, 2024 19:05
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2329 +/- ##
==========================================
- Coverage 78.80% 78.76% -0.05%
==========================================
Files 106 106
Lines 11668 11668
==========================================
- Hits 9195 9190 -5
- Misses 2003 2006 +3
- Partials 470 472 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
gargnitingoogle
commented
Aug 9, 2024
gargnitingoogle
requested review from
ashmeenkaur
and removed request for
a team
August 9, 2024 20:41
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/support-special-cases/v1
branch
from
August 12, 2024 04:21
f93aa87
to
fdfc07a
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
August 12, 2024 05:14
7240f6d
to
b581cbc
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/support-special-cases/v1
branch
from
August 12, 2024 06:37
fdfc07a
to
2d7028e
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
5 times, most recently
from
August 14, 2024 04:31
bd29f19
to
b292b8e
Compare
gargnitingoogle
changed the title
Improve run-script
[testing-on-gke part 5] Improve gke test-run script
Aug 14, 2024
This was referenced Aug 14, 2024
Merged
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
August 14, 2024 10:48
b292b8e
to
867f50f
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/support-special-cases/v1
branch
3 times, most recently
from
August 19, 2024 06:06
1576c15
to
6fd5de1
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
August 19, 2024 07:22
61f2418
to
b201e4e
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/support-special-cases/v1
branch
from
August 19, 2024 09:00
e35a174
to
bc506bc
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
2 times, most recently
from
August 19, 2024 15:14
2ec75eb
to
a4552be
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/support-special-cases/v1
branch
2 times, most recently
from
August 20, 2024 05:42
1dc79a2
to
120e393
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
August 29, 2024 04:21
baa90a6
to
4c995cc
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
4 times, most recently
from
September 3, 2024 07:17
ae680fe
to
e85ce99
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
September 9, 2024 09:28
e85ce99
to
6725598
Compare
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
2 times, most recently
from
September 16, 2024 02:53
9b50a76
to
d29b830
Compare
Use the give branch i.e. gcsfuse_branch env var only when cloning code afresh. If user passed gcsfuse_src_dir, don't checkout gcsfuse_branch on it.
... from run-gke-tests.sh to run_tests.py.
This is needed as helm takes comma(,) in the helm argument values as a separator for values. This is a problem for gcsfuse-mount-options as they may contain commas and are passed to helm as a single argument. So it is necessary to escape them while passing the value to helm.
Remove some commented out, unnecessary lines. Move CSI code fetch dependency to csi-custom-driver-build path. Remove some unnecessary function calls.
* Fix some docstrings * Add some missing input checks
1. Remove check of pre-existence of implicit workload_config/output_dir. 2. Minor redundant code removal
Add an overall pod-timeout to kill the run if the pods fail or get stuck somehow.
gargnitingoogle
force-pushed
the
garnitin/add-gke-load-testing/add-run-script/v2
branch
from
September 17, 2024 07:10
d29b830
to
c93cfac
Compare
kislaykishore
approved these changes
Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is on top of #2359 (and #2319) .
This is followed up in #2348 .
Link to the issue in case of a bug fix.
NA
Testing details