Skip to content

Conversation

@GuyAv46
Copy link
Contributor

@GuyAv46 GuyAv46 commented Dec 2, 2021

Updated the CI config file to use redis 6.2 in valgrind tests
Fixed debug message to print test function name.

uses 6.2.5-x64-bullseye again
will display the test-function name now
@GuyAv46 GuyAv46 requested a review from DvirDukhan December 2, 2021 08:55
@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #885 (b4c8e53) into master (0390451) will increase coverage by 0.09%.
The diff coverage is 85.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #885      +/-   ##
==========================================
+ Coverage   81.21%   81.30%   +0.09%     
==========================================
  Files          54       54              
  Lines        8145     8179      +34     
==========================================
+ Hits         6615     6650      +35     
+ Misses       1530     1529       -1     
Impacted Files Coverage Δ
src/backends/util.c 33.33% <30.00%> (-5.13%) ⬇️
src/execution/DAG/dag.c 91.75% <100.00%> (+0.02%) ⬆️
src/execution/command_parser.c 92.45% <100.00%> (+0.29%) ⬆️
src/redis_ai_objects/tensor.c 91.97% <100.00%> (+0.04%) ⬆️
src/redisai.c 87.79% <100.00%> (+0.42%) ⬆️
src/redismodule.h 100.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 ff347c6...b4c8e53. Read the comment docs.

@GuyAv46 GuyAv46 added the ci-test label Dec 2, 2021
@GuyAv46 GuyAv46 merged commit 673f012 into master Dec 2, 2021
@GuyAv46 GuyAv46 deleted the slowlog_impl_fix branch December 2, 2021 11:33
GuyAv46 added a commit that referenced this pull request Dec 2, 2021
* fix for circleci valgrind-cluster test:
uses 6.2.5-x64-bullseye again

* fix the debug messege:
will display the test-function name now

* update valgrind test to 6.2
GuyAv46 added a commit that referenced this pull request Dec 2, 2021
* Slowlog implementation (#883)

* added slowlog timer implementation
and updated redismodule.h file

* added test for slowlog timer implementation

* replaced time_ns() with time()
for python <3.7 compatibility

* splited asserts for better error catching

* instead of assuming last command was DAGEXECUTE,
search for the command in the last 10 commands

* Added a wrapper for skipping test by redis version
improved test_slowlog_time_dag_modelexecute_financialNet_autobatch test

* added a check for version before using
RedisModule_BlockedClientMeasureTime functions
(supported from version 6.2)

* Review fixes:

Added 'patch' argument for skip_if_not_version command.

Added comments in
test_slowlog_time_dag_modelexecute_financialNet_autobatch test.

* Valgring test will run on 6.0 redis,
until additional support will be added

* Slowlog impl fix (#885)

* fix for circleci valgrind-cluster test:
uses 6.2.5-x64-bullseye again

* fix the debug messege:
will display the test-function name now

* update valgrind test to 6.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants