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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Running KM functional tests with 0.9.5, looks like there's a couple of regressions:
ItHandlesMissingIndexesConsistently
System.ArgumentException
The value cannot be an empty string. (Parameter 'oldValue')
at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
at System.String.Replace(String oldValue, String newValue)
at System.String.Replace(String oldValue, String newValue, StringComparison comparisonType)
at FreeMindLabs.KernelMemory.Elasticsearch.ElasticsearchMemory.<GetIndexesAsync>b__7_0(KeyValuePair`2 x)
at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.ToHashSet[TSource](IEnumerable`1 source, IEqualityComparer`1 comparer)
at FreeMindLabs.KernelMemory.Elasticsearch.ElasticsearchMemory.GetIndexesAsync(CancellationToken cancellationToken)
at Microsoft.KernelMemory.MemoryServerless.ListIndexesAsync(CancellationToken cancellationToken) in service/Core/MemoryServerless.cs:line 143
ItListsIndexes
System.ArgumentException
The value cannot be an empty string. (Parameter 'oldValue')
at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
at System.String.Replace(String oldValue, String newValue)
at System.String.Replace(String oldValue, String newValue, StringComparison comparisonType)
at FreeMindLabs.KernelMemory.Elasticsearch.ElasticsearchMemory.<GetIndexesAsync>b__7_0(KeyValuePair`2 x)
at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
at System.Linq.Enumerable.ToHashSet[TSource](IEnumerable`1 source, IEqualityComparer`1 comparer)
at FreeMindLabs.KernelMemory.Elasticsearch.ElasticsearchMemory.GetIndexesAsync(CancellationToken cancellationToken)
at Microsoft.KernelMemory.MemoryServerless.ListIndexesAsync(CancellationToken cancellationToken) in service/Core/MemoryServerless.cs:line 143
Running KM functional tests with 0.9.5, looks like there's a couple of regressions:
ItHandlesMissingIndexesConsistently
ItListsIndexes
ES:
Configuration:
The text was updated successfully, but these errors were encountered: