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
Test 'NBi.Testing.Core.Elasticsearch.Acceptance.ElasticsearchRuntimeOverrider.RunPositiveTestSuiteWithConfig("ResultSetEqualToResultSet.nbits")' failed:
System.ArgumentNullException : Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
at NBi.Core.Calculation.Predicate.Text.TextWithinList.Apply(Object x)
at NBi.Core.Calculation.Predicate.AbstractPredicate.Execute(Object x)
at NBi.Core.Calculation.Predicate.Combination.AndCombinationPredicateFilter.RowApply(DataRow row)
The text was updated successfully, but these errors were encountered:
Seddryck
changed the title
any-of doesn't read the list of possible values
any-of's reference is converted from a list of string to a single string
Apr 30, 2018
Apparently any-of (or within-list) is not able to read the list of possible values
The following predicate:
is systematically returning the following error:
The text was updated successfully, but these errors were encountered: