redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Fixes #87 #220

Closed moznuy closed 2 years ago

moznuy commented 2 years ago

Prevent pytest-xdist workers from stomping on each other in the end in cleanup_keys by introducing common "barrier". This change removed nondeterministic tests errors for me.

Fixed ordering in the test test_full_text_search_queries, it would occasionally fail for me with 2 item in reverse order.

moznuy commented 2 years ago

Fixes #87

simonprickett commented 2 years ago

@moznuy thanks - I've tested this and will merge it.