Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

fix slice query execution in PartTreeDatastoreQuery #2452

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

dmitry-s
Copy link
Contributor

fixes failing CI test

@viniciusccarvalho FYI this PR fixes issues introduced in #2437

@sonarcloud
Copy link

sonarcloud bot commented Jun 29, 2020

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

100.0% 100.0% Coverage
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
Copy link

codecov bot commented Jun 29, 2020

Codecov Report

Merging #2452 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2452      +/-   ##
============================================
- Coverage     74.05%   74.03%   -0.03%     
+ Complexity     2120     2119       -1     
============================================
  Files           264      264              
  Lines          7662     7663       +1     
  Branches        791      790       -1     
============================================
- Hits           5674     5673       -1     
- Misses         1620     1622       +2     
  Partials        368      368              
Flag Coverage Δ Complexity Δ
#unittests 74.03% <100.00%> (-0.03%) 2119.00 <0.00> (-1.00)
Impacted Files Coverage Δ Complexity Δ
...store/repository/query/PartTreeDatastoreQuery.java 91.44% <100.00%> (+0.04%) 50.00 <0.00> (-1.00) ⬆️
...tastore/GcpDatastoreEmulatorAutoConfiguration.java 65.51% <0.00%> (-6.90%) 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 9f5956d...9ffd6fc. Read the comment docs.

@dmitry-s dmitry-s merged commit f45d4be into master Jun 29, 2020
@meltsufin meltsufin deleted the datastore-fix-slice branch June 30, 2020 03:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants