Skip to content

Conversation

@gkorland
Copy link
Contributor

No description provided.

@gkorland gkorland requested a review from DvirDukhan July 29, 2020 08:53
@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #79 into master will increase coverage by 0.89%.
The diff coverage is 88.88%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #79      +/-   ##
============================================
+ Coverage     77.77%   78.67%   +0.89%     
- Complexity      183      187       +4     
============================================
  Files            23       23              
  Lines           558      558              
  Branches         61       61              
============================================
+ Hits            434      439       +5     
+ Misses           98       93       -5     
  Partials         26       26              
Impacted Files Coverage Δ Complexity Δ
...islabs/redisgraph/impl/api/AbstractRedisGraph.java 90.00% <ø> (ø) 6.00 <0.00> (ø)
...slabs/redisgraph/impl/api/ContextedRedisGraph.java 72.72% <ø> (ø) 8.00 <0.00> (ø)
...edislabs/redisgraph/impl/resultset/HeaderImpl.java 70.00% <50.00%> (+16.66%) 7.00 <3.00> (+1.00)
...main/java/com/redislabs/redisgraph/impl/Utils.java 93.54% <100.00%> (ø) 19.00 <5.00> (+3.00)
.../com/redislabs/redisgraph/impl/api/RedisGraph.java 100.00% <100.00%> (ø) 8.00 <1.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 c1bd3e4...9dae998. Read the comment docs.

Assert.assertEquals("HeaderImpl{"
+ "schemaTypes=[COLUMN_SCALAR, COLUMN_SCALAR, COLUMN_SCALAR], "
+ "schemaNames=[a, r, a.age]}", header.toString());
// Assert.assertEquals(-1901778507, header.hashCode());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@DvirDukhan something is strange about the HeaderImpl.hashCode(), it's not deterministic, on each run the value is different despite the fact that the values are the same

@gkorland gkorland merged commit 5c0ba22 into master Aug 19, 2020
@gkorland gkorland deleted the code_cleanups branch August 19, 2020 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants