Skip to content

Conversation

@xdev-developer
Copy link
Contributor

Fixes #15

@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #31 (1e2c033) into master (5f68f19) will increase coverage by 1.00%.
The diff coverage is 90.00%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #31 +/- ## ============================================ + Coverage 65.68% 66.68% +1.00%  - Complexity 585 600 +15  ============================================ Files 105 107 +2 Lines 2066 2095 +29 Branches 173 176 +3 ============================================ + Hits 1357 1397 +40  + Misses 611 598 -13  - Partials 98 100 +2 
Impacted Files Coverage Δ
...g/redismodule/redistimeseries/RedisTimeSeries.java 89.71% <84.61%> (-0.71%) ⬇️
...ng/redismodule/redistimeseries/GroupByOptions.java 90.00% <90.00%> (ø)
...engliming/redismodule/redistimeseries/Reducer.java 100.00% <100.00%> (ø)
...redismodule/redistimeseries/protocol/Keywords.java 100.00% <100.00%> (ø)
...liming/redismodule/redistimeseries/TimeSeries.java 100.00% <0.00%> (+10.00%) ⬆️
...ming/redismodule/redistimeseries/RangeOptions.java 100.00% <0.00%> (+28.00%) ⬆️
.../dengliming/redismodule/redistimeseries/Align.java 100.00% <0.00%> (+100.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 5f68f19...1e2c033. Read the comment docs.

assertThat(end.get(1).getValue()).isEqualTo(10.0d);
}

@Ignore("Only for redis timeseries >= 1.6.0")
Copy link
Owner

Choose a reason for hiding this comment

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

Can we open it for this PR? The timeseries version of ci is the lastest. So we can keep it open.

Copy link
Contributor Author

@xdev-developer xdev-developer Dec 20, 2021

Choose a reason for hiding this comment

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

latest release in redislabs is 1.14.3, you can use redislabs/redistimeseries:1.6.0 and test should pass :)

@dengliming dengliming merged commit 309e110 into dengliming:master Dec 20, 2021
@xdev-developer xdev-developer deleted the group-by branch December 20, 2021 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request RedisTimeSeries

2 participants