Skip to content
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

Replaced gcloud command with control client code in Create/DeleteManagedFoldersInBucket in managed_folders test package #2596

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

anushka567
Copy link
Member

Description

Replaced gcloud command in helper function in managed folders test package, using control client to :

  1. DeleteManagedFoldersinBucket
  2. CreateManagedFoldersinBucket
    Motivation: gcloud commands can't be run concurrently as part of parallelizing CD tests.Thus, needs to be replaced.

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - Ran integration tests on GCE VM
  2. Unit tests - NA
  3. Integration tests - NA

@anushka567 anushka567 added the execute-integration-tests Run only integration tests label Oct 15, 2024
@anushka567 anushka567 requested review from Tulsishah and a team as code owners October 15, 2024 10:15
@kislaykishore kislaykishore requested review from a team, kislaykishore, gargnitingoogle and tritone and removed request for a team, kislaykishore and gargnitingoogle October 15, 2024 10:15
@anushka567 anushka567 marked this pull request as draft October 15, 2024 10:24
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.00%. Comparing base (cc2ecbb) to head (83e0014).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2596      +/-   ##
==========================================
- Coverage   78.10%   78.00%   -0.11%     
==========================================
  Files         107      107              
  Lines       11844    11844              
==========================================
- Hits         9251     9239      -12     
- Misses       2086     2100      +14     
+ Partials      507      505       -2     
Flag Coverage Δ
unittests 78.00% <ø> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@anushka567 anushka567 marked this pull request as ready for review October 15, 2024 10:56
Tulsishah
Tulsishah previously approved these changes Oct 15, 2024
@anushka567 anushka567 merged commit 168e6b3 into master Oct 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execute-integration-tests Run only integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants