- 12 Nov, 2024 1 commit
-
-
Moti Cohen authored
Improve the performance of crc64 for large batches by processing large number of bytes in parallel and combining the results. --------- Co-authored-by:
Viktor Söderqvist <viktor.soderqvist@est.tech> Co-authored-by:
Madelyn Olson <madelyneolson@gmail.com> Co-authored-by:
Josiah Carlson <josiah.carlson@gmail.com>
-
- 16 Nov, 2021 1 commit
-
-
sundb authored
This is a preparation step in order to add a new test in quicklist.c see #9776
-
- 10 Mar, 2021 1 commit
-
-
sundb authored
1. Add `redis-server test all` support to run all tests. 2. Add redis test to daily ci. 3. Add `--accurate` option to run slow tests for more iterations (so that by default we run less cycles (shorter time, and less prints). 4. Move dict benchmark to REDIS_TEST. 5. fix some leaks in tests 6. make quicklist tests run on a specific fill set of options rather than huge ranges 7. move some prints in quicklist test outside their loops to reduce prints 8. removing sds.h from dict.c since it is now used in both redis-server and redis-cli (uses hiredis sds)
-
- 09 Jan, 2021 1 commit
-
-
sundb authored
Co-authored-by:
Oran Agra <oran@redislabs.com>
-
- 05 May, 2020 2 commits
- 25 Apr, 2020 2 commits
-
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 23 Dec, 2014 1 commit
-
-
Matt Stancliff authored
Previously, many files had individual main() functions for testing, but each required being compiled with their own testing flags. That gets difficult when you have 8 different flags you need to set just to run all tests (plus, some test files required other files to be compiled aaginst them, and it seems some didn't build at all without including the rest of Redis). Now all individual test main() funcions are renamed to a test function for the file itself and one global REDIS_TEST define enables testing across the entire codebase. Tests can now be run with: - `./redis-server test <test>` e.g. ./redis-server test ziplist If REDIS_TEST is not defined, then no tests get included and no tests are included in the final redis-server binary.
-
- 09 Apr, 2012 1 commit
-
-
antirez authored
-
- 02 Apr, 2012 1 commit
-
-
antirez authored
-