spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
705 stars 693 forks source link

Double the wait for log retrieval #2449

Closed elefeint closed 4 years ago

elefeint commented 4 years ago

Logging retrieval seems to take longer than 2 minutes now. The odd thing is that I can query for the same filter string in the UI, and it shows up almost instantly.

Let's see if this deflakes the test (I was able to reproduce the issue some of the time but not 100% of the time on my machine with the 2 minute timeout).

sonarcloud[bot] commented 4 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 from October 2020. Please update to at least Java 11. Read more here

codecov[bot] commented 4 years ago

Codecov Report

Merging #2449 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2449      +/-   ##
============================================
+ Coverage     74.13%   74.16%   +0.02%     
  Complexity     2123     2123              
============================================
  Files           264      264              
  Lines          7664     7664              
  Branches        793      793              
============================================
+ Hits           5682     5684       +2     
+ Misses         1617     1615       -2     
  Partials        365      365              
Flag Coverage Δ Complexity Δ
#unittests 74.16% <ø> (+0.02%) 2123.00 <ø> (ø)
Impacted Files Coverage Δ Complexity Δ
...tastore/GcpDatastoreEmulatorAutoConfiguration.java 72.41% <0.00%> (+6.89%) 6.00% <0.00%> (ø%)

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 01a0a98...0c63eea. Read the comment docs.