We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suspect that one second gap might be not enough.
So far these are the tests that often fail:
NHibernate.Caches.Common.Tests.CacheFixture.TestDistributedClear
NHibernate.Caches.Common.Tests.CacheFixture.TestObjectExpirationAfterUpdate
NHibernate.Caches.Common.Tests.CacheFixture.TestSlidingExpiration
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestLockUnlockManyAsync
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestObjectExpiration("cache.default_expiration")
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestDistributedClear
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestObjectExpiration("expiration")
The text was updated successfully, but these errors were encountered:
One second gap is still already a lot, especially for tests running entirely locally, without actual network access involved.
I guess we could still try increasing it and run the test many time from the branch to see if it solves the issue.
Sorry, something went wrong.
No branches or pull requests
I suspect that one second gap might be not enough.
So far these are the tests that often fail:
NHibernate.Caches.Common.Tests.CacheFixture.TestDistributedClear
NHibernate.Caches.Common.Tests.CacheFixture.TestObjectExpirationAfterUpdate
NHibernate.Caches.Common.Tests.CacheFixture.TestSlidingExpiration
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestLockUnlockManyAsync
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestObjectExpiration("cache.default_expiration")
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestDistributedClear
NHibernate.Caches.StackExchangeRedis.Tests.DistributedLocalCacheStrategyFixture.TestObjectExpiration("expiration")
The text was updated successfully, but these errors were encountered: