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

test: fix build #219

Closed
wants to merge 4 commits into from
Closed

Conversation

twinkle-kadia
Copy link

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #200

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 28, 2020
@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #219 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #219   +/-   ##
=========================================
  Coverage     37.18%   37.18%           
  Complexity    15148    15148           
=========================================
  Files          1660     1660           
  Lines        192858   192858           
  Branches      28404    28404           
=========================================
  Hits          71716    71716           
  Misses       112814   112814           
  Partials       8328     8328           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8145520...41d6fe2. Read the comment docs.

@pmakani pmakani changed the title Java compute Build Failed test: fix build Sep 28, 2020
@product-auto-label product-auto-label bot added the api: compute Issues related to the googleapis/java-compute API. label Sep 29, 2020
@AVaksman AVaksman added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 8, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 8, 2020
@athakor athakor requested a review from a team October 14, 2020 13:21
Comment on lines -150 to -152
Calendar calendar = Calendar.getInstance();
calendar.add(Calendar.HOUR_OF_DAY, -1);
Timestamp cutoff = Timestamp.of(calendar.getTime());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cleanUpNetworks was here to delete old networks that are not cleaned up in previous test runs. We have a hard limit of ~10 networks on the project which cannot be changed.

@stephaniewang526
Copy link

@twinkle-kadia could you please take a look at this? This is blocking the release. Thank you!

@stephaniewang526
Copy link

@twinkle-kadia gentle ping!

@chanseokoh
Copy link
Contributor

#200 is closed. This seems unnecessary.

@chanseokoh chanseokoh closed this Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: compute Issues related to the googleapis/java-compute API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The build failed
6 participants