spring-attic / spring-cloud-gcp

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

Increase Pub/Sub timeout for PubSubApplicationTests #2553

Closed meltsufin closed 3 years ago

meltsufin commented 3 years ago

This has already been done in master. Applying the same flakiness fix to 1.1.x.

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
No Duplication information No Duplication information

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 3 years ago

Codecov Report

Merging #2553 into 1.1.x will decrease coverage by 11.80%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##              1.1.x    #2553       +/-   ##
=============================================
- Coverage     80.13%   68.33%   -11.81%     
+ Complexity     1744     1437      -307     
=============================================
  Files           203      203               
  Lines          5750     5750               
  Branches        578      578               
=============================================
- Hits           4608     3929      -679     
- Misses          911     1584      +673     
- Partials        231      237        +6     
Flag Coverage Δ Complexity Δ
#integration ? ?
#unittests 68.33% <ø> (-0.37%) 1437.00 <ø> (-5.00)

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

Impacted Files Coverage Δ Complexity Δ
...-sample/src/main/java/com/example/WorkService.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-4.00%)
...ple/src/main/java/com/example/HelloController.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...ple/src/main/java/com/example/MyAppProperties.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
...-sample/src/main/java/com/example/SinkExample.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...-sample/src/main/java/com/example/UserMessage.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-8.00%)
...ample/src/main/java/com/example/WebController.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...ample/src/main/java/com/example/SourceExample.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...-sample/src/main/kotlin/com/example/data/Person.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
...mple/src/main/kotlin/com/example/app/Controller.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-4.00%)
...main/kotlin/com/example/app/PubSubConfiguration.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
... and 72 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 f8eadc1...47f041b. Read the comment docs.