Skip to content

Remove obsolete key in CGTypeSync

Sign in for the full log view
GitHub Actions / IT-TestResult succeeded Mar 12, 2024 in 1s

57 passed, 0 failed and 2 skipped

Tests passed successfully

βœ…Β TestResults/runneradmin_fv-az836-433_2024-03-12_02_39_13.trx

59 tests were completed in 520s with 57 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest 7βœ… 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.ComplexQueriesTest 2βšͺ 0ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest 5βœ… 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests 2βœ… 873ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests 1βœ… 471ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests 3βœ… 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests 1βœ… 399ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests 3βœ… 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests 3βœ… 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests 7βœ… 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests 11βœ… 5s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests 8βœ… 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests 4βœ… 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests 2βœ… 756ms

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest

βœ… search_2_conditions_in_and_filter_should_return_1_item
βœ… search_2_conditions_in_not_filter_should_return_2_items
βœ… search_2_conditions_in_or_filter_should_return_3_items
βœ… search_combine_3_boolean_filters_should_return_3_items
βœ… search_single_and_filter_with_priority_100_should_return_2_items
βœ… search_single_not_filter_with_priority_100_should_return_2_items
βœ… search_single_or_filter_with_priority_100_should_return_2_items

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.ComplexQueriesTest

βšͺ given_1_parent_and_2_children_objects_search_response_should_returns_children_items
βšͺ given_1_parent_and_2_children_objects_search_response_should_returns_total_3_hits

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest

βœ… search_with_2_facet_should_return_2_facets
βœ… search_with_facet_filters_should_return_correct_items
βœ… search_with_facet_in_2_ranges_should_return_2_facets
βœ… search_with_facet_limit_1_should_return_facet_count_equals_1
βœ… search_with_string_facet_should_return_2_facets

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests

βœ… search_with_filter_for_visitors_should_result_1_item
βœ… search_without_filter_for_visitors_should_result_3_items

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests

βœ… select_2_fields_in_fragment_should_return_2_fields_in_result

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests

βœ… search_with_limit_1_should_return_1_hit
βœ… search_with_limit_100_should_return_all_hits
βœ… search_with_limit_101_should_produce_errors

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests

βœ… search_with_fields_should_result_2_items

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests

βœ… orderby_on_datetime_should_return_correct_order
βœ… orderby_on_int_should_return_correct_order
βœ… orderby_on_searchable_string_should_return_correct_order

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests

βœ… autocomplete_has_value_more_than_10_characters_will_be_ignore
βœ… autocomplete_id_contains_myid_and_limit_1_should_result_1_phrase
βœ… autocomplete_id_contains_myid_should_result_3_phrases

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests

βœ… search_startpublish_Equals_datetime_should_return_1_item
βœ… search_startpublish_Gt_datetime_should_return_1_item
βœ… search_startpublish_Gte_datetime_should_return_2_items
βœ… search_startpublish_in_range_should_return_2_items
βœ… search_startpublish_Lt_datetime_should_return_1_item
βœ… search_startpublish_Lte_datetime_should_return_2_items
βœ… search_startpublish_notEq_datetime_should_return_2_item

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests

βœ… search_priority_Equals_100_should_return_2_items
βœ… search_priority_Exists_false_should_return_1_item
βœ… search_priority_GreaterThan_100_should_return_1_item_value_300
βœ… search_priority_Gte_100_should_return_3_items
βœ… search_priority_in_100_and_300_should_return_3_items
βœ… search_priority_in_range_100_to_300_should_return_3_items
βœ… search_priority_LessThan_100_should_return_0_item
βœ… search_priority_Lte_200_should_return_2_items
βœ… search_priority_notEQ_100_should_return_2_items
βœ… search_priority_NotEq_filter
βœ… search_priority_notIn_100_and_300_should_return_1_item

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests

βœ… search_Contains_operator_should_result_2_items
βœ… search_Exists_operator_should_result_2_item
βœ… search_Match_operator_should_result_2_items
βœ… search_name_Equals_operator_should_result_exactly_1_item
βœ… search_startWith_endsWith_operator_should_result_1_item
βœ… search_with_filter_on_2_fields_should_result_1_item
βœ… search_with_In_operator_should_result_2_items
βœ… search_with_Like_operator_should_result_2_items

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests

βœ… full_text_search_should_result_correct_data
βœ… search_order_desc_should_get_correct_order
βœ… search_paging_with_2_should_result_2_items
βœ… search_with_fields_should_result_3_items

βœ…Β EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests

βœ… given_1_parent_and_2_children_objects_search_response_should_returns_children_items
βœ… given_1_parent_and_2_children_objects_search_response_should_returns_total_3_hits