hapijs / catbox

Multi-strategy object caching service
Other
494 stars 72 forks source link

fix possible missing coverage #54

Closed dacbd closed 10 years ago

dacbd commented 10 years ago

https://github.com/spumko/catbox/pull/53

hueniverse commented 10 years ago

Keep trying until Travis is happy again...

dacbd commented 10 years ago

@hueniverse do you know what causes this one 1) Policy Stale returns stale object then fresh object based on timing when calling a helper using the cache with stale config: because @nlf gets it all the time and I only only see this about %10 of the time

dacbd commented 10 years ago

Its hapi now

hueniverse commented 10 years ago

One of the tests is very sensitive to race condition. We need to fix it.

hueniverse commented 10 years ago

1) Riak #set deletes an expired key in a timely manner: AssertionError: expected { Object (item, stored, ...) } to not exist at /home/eran/code/catbox/test/riak.js:389:53

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.