spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
704 stars 694 forks source link

Randomize the table names used in BigQuery integration tests #2594

Closed dzou closed 3 years ago

dzou commented 3 years ago

Randomizes the table names used in BigQuery integration tests to reduce flakiness regarding the 1,500 updates per day limit: https://cloud.google.com/bigquery/quotas#tablesinsert_requests

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (1.8.0_151) you have used to run this analysis is deprecated and we will stop accepting it accepting it soon.Please update to at least Java 11. Read more here

codecov[bot] commented 3 years ago

Codecov Report

Merging #2594 (0282a60) into master (23b8c26) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2594   +/-   ##
=========================================
  Coverage     74.07%   74.07%           
  Complexity     2174     2174           
=========================================
  Files           267      267           
  Lines          7824     7824           
  Branches        810      810           
=========================================
  Hits           5796     5796           
  Misses         1650     1650           
  Partials        378      378           
Flag Coverage Δ Complexity Δ
unittests 74.07% <ø> (ø) 0.00 <ø> (ø)

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


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 23b8c26...0282a60. Read the comment docs.

dzou commented 3 years ago

We should probably also port to the new repo.

Will do.