Skip to content

V2 Release #383

New issue

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

Closed
wants to merge 35 commits into from

Cleanup and some fixes (#382)

2b8c1f6
Select commit
Loading
Failed to load commit list.
Closed

V2 Release #383

Cleanup and some fixes (#382)
2b8c1f6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MichaCo.CacheManager failed Mar 2, 2025 in 4m 11s

Build #20250302.25 had test failures

Details

Tests

  • Failed: 5 (0.37%)
  • Passed: 1,349 (99.48%)
  • Other: 2 (0.15%)
  • Total: 1,356

Annotations

Check failure on line 91 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

Build log #L91

Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 96 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

Build log #L96

Dotnet command failed with non-zero exit code on the following projects : [ 'D:\\a\\1\\s\\test\\CacheManager.Tests\\CacheManager.Tests.csproj' ]

Check failure on line 1 in CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_DoesNotBreak_OnVeryPreciseValue

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_DoesNotBreak_OnVeryPreciseValue

System.InvalidOperationException : No servers are connected or configured.
Raw output
   at CacheManager.Core.BaseCacheManager`1..ctor(String name, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 144
   at CacheManager.Core.BaseCacheManager`1..ctor(ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 70
   at CacheManager.Core.CacheFactory.FromConfiguration[TCacheValue](String cacheName, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\CacheFactory.cs:line 420
   at CacheManager.Tests.TestManagers.CreateRedisCache(Int32 database, Boolean sharedRedisConfig, Serializer serializer, Boolean useLua) in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 388
   at CacheManager.Tests.TestManagers.get_WithRedisCacheDataContract() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 162
   at CacheManager.Tests.TestCacheManagers.GetEnumerator()+MoveNext() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 26

Check failure on line 1 in CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_DoesNotAcceptExpirationInThePast

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_DoesNotAcceptExpirationInThePast

System.InvalidOperationException : No servers are connected or configured.
Raw output
   at CacheManager.Core.BaseCacheManager`1..ctor(String name, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 144
   at CacheManager.Core.BaseCacheManager`1..ctor(ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 70
   at CacheManager.Core.CacheFactory.FromConfiguration[TCacheValue](String cacheName, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\CacheFactory.cs:line 420
   at CacheManager.Tests.TestManagers.CreateRedisCache(Int32 database, Boolean sharedRedisConfig, Serializer serializer, Boolean useLua) in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 388
   at CacheManager.Tests.TestManagers.get_WithRedisCacheDataContract() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 162
   at CacheManager.Tests.TestCacheManagers.GetEnumerator()+MoveNext() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 26

Check failure on line 1 in CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_NotDefaultExpirationFlag_Expire

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_NotDefaultExpirationFlag_Expire

System.InvalidOperationException : No servers are connected or configured.
Raw output
   at CacheManager.Core.BaseCacheManager`1..ctor(String name, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 144
   at CacheManager.Core.BaseCacheManager`1..ctor(ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 70
   at CacheManager.Core.CacheFactory.FromConfiguration[TCacheValue](String cacheName, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\CacheFactory.cs:line 420
   at CacheManager.Tests.TestManagers.CreateRedisCache(Int32 database, Boolean sharedRedisConfig, Serializer serializer, Boolean useLua) in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 388
   at CacheManager.Tests.TestManagers.get_WithRedisCacheDataContract() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 162
   at CacheManager.Tests.TestCacheManagers.GetEnumerator()+MoveNext() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 26

Check failure on line 1 in CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_ValidateUsesDefaultExpirationFlag

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MichaCo.CacheManager

CacheManager.Tests.CacheManagerExpirationTest+ExpireTests.Expiration_ValidateUsesDefaultExpirationFlag

System.InvalidOperationException : No servers are connected or configured.
Raw output
   at CacheManager.Core.BaseCacheManager`1..ctor(String name, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 144
   at CacheManager.Core.BaseCacheManager`1..ctor(ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\BaseCacheManager.cs:line 70
   at CacheManager.Core.CacheFactory.FromConfiguration[TCacheValue](String cacheName, ICacheManagerConfiguration configuration, ILoggerFactory loggerFactory) in D:\a\1\s\src\CacheManager.Core\CacheFactory.cs:line 420
   at CacheManager.Tests.TestManagers.CreateRedisCache(Int32 database, Boolean sharedRedisConfig, Serializer serializer, Boolean useLua) in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 388
   at CacheManager.Tests.TestManagers.get_WithRedisCacheDataContract() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 162
   at CacheManager.Tests.TestCacheManagers.GetEnumerator()+MoveNext() in D:\a\1\s\test\CacheManager.Tests\TestCacheManagers.cs:line 26