SQL Server: Support for full-text search TVFs (CONTAINSTABLE/FREETEXTTABLE) #37489
Build #20260117.2 had test failures
Details
- Failed: 8 (0.00%)
- Passed: 224,378 (87.48%)
- Other: 32,114 (12.52%)
- Total: 256,500
Annotations
Check failure on line 371 in Build log
azure-pipelines / efcore-ci
Build log #L371
Cmd.exe exited with code '1'.
Check failure on line 0 in XUnit
azure-pipelines / efcore-ci
XUnit#L0
XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\EFCore.SqlServer.FunctionalTests_net10.0_x64.html [net10.0|x64]
azure-pipelines / efcore-ci
Microsoft.EntityFrameworkCore.SqlServerApiConsistencyTest.Public_inheritable_apis_should_be_virtual
-- Missing virtual APIs --
Microsoft.EntityFrameworkCore.SqlServerQueryableExtensions+FullTextTableResult`1.get_Key
Microsoft.EntityFrameworkCore.SqlServerQueryableExtensions+FullTextTableResult`1.get_Rank
Microsoft.EntityFrameworkCore.SqlServerQueryableExtensions+FullTextTableResult`1.get_Key
Microsoft.EntityFrameworkCore.SqlServerQueryableExtensions+FullTextTableResult`1.get_Rank
Raw output
at Microsoft.EntityFrameworkCore.ApiConsistencyTestBase`1.Public_inheritable_apis_should_be_virtual() in D:\a\_work\1\s\test\EFCore.Specification.Tests\ApiConsistencyTestBase.cs:line 1120
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
azure-pipelines / efcore-ci
Microsoft.EntityFrameworkCore.SqlServer.FunctionalTests.dll.WorkItemExecution
The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.
azure-pipelines / efcore-ci
Microsoft.EntityFrameworkCore.Query.NorthwindDbFunctionsQuerySqlServerTest.FullText_ContainsTable_queryable_int_key
System.InvalidOperationException : The LINQ expression 'DbSet<Employee>()
.Join(
inner: DbSet<Employee>()
.ContainsTable(
propertySelector: e => e.Title,
searchCondition: @p),
outerKeySelector: e => e.EmployeeID,
innerKeySelector: ct => ct.Key,
resultSelector: (e, ct) => new {
Title = e.Title,
Rank = ct.Rank
})' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
Raw output
at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.VisitMethodCall(MethodCallExpression methodCallExpression) in D:\a\_work\1\s\src\EFCore\Query\Internal\NavigationExpandingExpressionVisitor.cs:line 679
at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.Expand(Expression query) in D:\a\_work\1\s\src\EFCore\Query\Internal\NavigationExpandingExpressionVisitor.cs:line 101
at Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor.Process(Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryTranslationPreprocessor.cs:line 58
at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryCompilationContext.cs:line 206
at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryCompilationContext.cs:line 177
at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler) in D:\a\_work\1\s\src\EFCore\Query\Internal\CompiledQueryCache.cs:line 41
at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\Internal\QueryCompiler.cs:line 59
at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetEnumerator() in D:\a\_work\1\s\src\EFCore\Query\Internal\EntityQueryable`.cs:line 78
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Microsoft.EntityFrameworkCore.Query.NorthwindDbFunctionsQuerySqlServerTest.FullText_ContainsTable_queryable_int_key() in D:\a\_work\1\s\test\EFCore.SqlServer.FunctionalTests\Query\NorthwindDbFunctionsQuerySqlServerTest.cs:line 1415
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
azure-pipelines / efcore-ci
Microsoft.EntityFrameworkCore.Query.NorthwindDbFunctionsQuerySqlServerTest.FullText_FreeTextTable_queryable_simple
System.InvalidOperationException : The LINQ expression 'DbSet<Customer>()
.Join(
inner: DbSet<Customer>()
.FreeTextTable(
propertySelector: c => c.ContactName,
freeText: @p),
outerKeySelector: c => c.CustomerID,
innerKeySelector: ct => ct.Key,
resultSelector: (c, ct) => new {
ContactName = c.ContactName,
Rank = ct.Rank
})' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.
Raw output
at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.VisitMethodCall(MethodCallExpression methodCallExpression) in D:\a\_work\1\s\src\EFCore\Query\Internal\NavigationExpandingExpressionVisitor.cs:line 679
at Microsoft.EntityFrameworkCore.Query.Internal.NavigationExpandingExpressionVisitor.Expand(Expression query) in D:\a\_work\1\s\src\EFCore\Query\Internal\NavigationExpandingExpressionVisitor.cs:line 101
at Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessor.Process(Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryTranslationPreprocessor.cs:line 58
at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutorExpression[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryCompilationContext.cs:line 206
at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\QueryCompilationContext.cs:line 177
at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler) in D:\a\_work\1\s\src\EFCore\Query\Internal\CompiledQueryCache.cs:line 41
at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query) in D:\a\_work\1\s\src\EFCore\Query\Internal\QueryCompiler.cs:line 59
at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1.GetEnumerator() in D:\a\_work\1\s\src\EFCore\Query\Internal\EntityQueryable`.cs:line 78
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Microsoft.EntityFrameworkCore.Query.NorthwindDbFunctionsQuerySqlServerTest.FullText_FreeTextTable_queryable_simple() in D:\a\_work\1\s\test\EFCore.SqlServer.FunctionalTests\Query\NorthwindDbFunctionsQuerySqlServerTest.cs:line 1391
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)