You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOD-7329: Determine if fields and documents are expired before returning them as valid results (#4858)
* * initial commit
* * fix missing case in test_expire.py
* * fix coord compilation
* * fix doc info test
* * try and fix some of the tests
* * release iterator
* * do not set expiration time in the context of the coordinator since it doesn't have an index spec
* * support c++ tests that do not provide spec for iterators
* * no point in passing timestamp in coordinator flow
* * redis 7.4 version in ci is actually 7.3, for codecov we need our tests to run
* * reduce max memory from + 200000 to 150000
* * fix test
* * cleanup code
* * Code Review: Round #1
* * Add geoshape tests, only pass index instead of pointer to filter ctx
* * Add vector test
* * Code Review - Round #2
* * try and fix tests
* * Code Review - Round #3
* * Fix Sanitizer Build
* * Code Review - Round #4
* * Minor change in debug command SET_MONITOR_EXPIRATION
* * Code Review - Round #5
* * fix tests
* * Code Review - Round #6
* * fix crash
* * fix test
* * improve field mask translation time
* fix compilation
* fix compilation error
* handle field mask of 64 bit
* * Code Review - Round #7
* * fix opening of key edge cases
* * free fieldIdToIndex array
* Code Review - Round #9
* * fix rebase conflicts
* support wild card reader filtering
* * mac os: fallback to CLOCK_REALTIME if CLOCK_REALTIME_COARSE is not defined
0 commit comments