Skip to content

Add --large-memory flag for REDIS_TEST to enable tests that consume more than 100mb#9784

Merged
oranagra merged 1 commit intoredis:unstablefrom
sundb:redis_test_large_memory
Nov 16, 2021
Merged

Add --large-memory flag for REDIS_TEST to enable tests that consume more than 100mb#9784
oranagra merged 1 commit intoredis:unstablefrom
sundb:redis_test_large_memory

Conversation

@sundb
Copy link
Collaborator

@sundb sundb commented Nov 16, 2021

This pr is for #9776.
Added the --large-memory flag to REDIS_TEST, and integrated the old --accurate flag into testhelp.h.

Copy link
Member

@oranagra oranagra left a comment

Choose a reason for hiding this comment

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

i'm not a big fan of the dependency of testhelp.h, we could have instead just add another boolean argument.
but since it was already there (only used in sds.c), and since we do have a framework that requires all tests main methods to have the same signature, i'll accept it.

p.s. i thought you'll add this commit as part of the other PR, but since so many unrelated files have changed, maybe we can indeed merge this first and then build on top of it.

@oranagra oranagra merged commit e725d73 into redis:unstable Nov 16, 2021
@sundb sundb deleted the redis_test_large_memory branch November 16, 2021 07:06
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.

2 participants