Skip to content

Automation Test

Automation Test #150

GitHub Actions / IT-TestResult failed Dec 16, 2024 in 0s

19 passed, 39 failed and 2 skipped

Tests failed

❌ TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx

60 tests were completed in 1273s with 19 passed, 39 failed and 2 skipped.

Test suite Passed Failed Skipped Time
EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest 7❌ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.ComplexQueriesTest 2⚪ 0ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest 2✅ 3❌ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests 2❌ 578ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests 1✅ 316ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.HightLightingTests 1✅ 330ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests 2✅ 1❌ 807ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests 1✅ 310ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests 3❌ 854ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests 1✅ 2❌ 882ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests 1✅ 6❌ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests 5✅ 6❌ 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests 1✅ 7❌ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests 2✅ 2❌ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests 2✅ 529ms

❌ EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest

❌ search_2_conditions_in_and_filter_should_return_1_item
	Assert.IsTrue failed. 
❌ search_2_conditions_in_not_filter_should_return_2_items
	Assert.IsTrue failed. Expected 'Home 4' to match NOT filter with 2 conditions, but found 'Optimizely AI'.
❌ search_2_conditions_in_or_filter_should_return_3_items
	Assert.IsTrue failed. Expected 3 items for OR filter with 2 conditions, but found 1.
❌ search_combine_3_boolean_filters_should_return_3_items
	Assert.IsTrue failed. Expected 3 items when combining 3 boolean filters, but found 0.
❌ search_single_and_filter_with_priority_100_should_return_2_items
	Assert.IsTrue failed. Expected 2 items for single AND filter with priority 100, but found 1.
❌ search_single_not_filter_with_priority_100_should_return_2_items
	Assert.IsTrue failed. Expected 2 items for single NOT filter with priority 100, but found 1.
❌ search_single_or_filter_with_priority_100_should_return_2_items
	Assert.IsTrue failed. Expected 2 items for single OR filter with priority 100, but found 1.

✅ 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
	Assert.IsTrue failed. Expected 2 items when filtering by 'IsSecret'='true', but found 1.
❌ search_with_facet_in_2_ranges_should_return_2_facets
	Assert.IsTrue failed. Expected 2 items in the first priority range, but found 1.
✅ search_with_facet_limit_1_should_return_facet_count_equals_1
❌ search_with_string_facet_should_return_2_facets
	Assert.IsTrue failed. Expected 2 facets for 'IsSecret' with value 'true', but found 1.

❌ EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests

❌ search_with_filter_for_visitors_should_result_1_item
	Assert.IsTrue failed. Expected 1 item with filter for visitors, but found 0.
❌ search_without_filter_for_visitors_should_result_3_items
	Assert.IsTrue failed. Expected 2 items with status published without filter for visitors, but found 3.

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests

✅ select_2_fields_in_fragment_should_return_2_fields_in_result

✅ EPiServer.ContentGraph.IntegrationTests.QueryTests.HightLightingTests

✅ search_data_with_highlight_should_result_wrap_keyword_in_tag

❌ EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests

✅ search_with_limit_1_should_return_1_hit
❌ search_with_limit_100_should_return_all_hits
	Assert.IsTrue failed. Expected 4 hits with limit 100, but found 2.
✅ 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
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests.orderby_on_datetime_should_return_correct_order threw exception: 
	System.InvalidOperationException: Nullable object must have a value.
❌ orderby_on_int_should_return_correct_order
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests.orderby_on_int_should_return_correct_order threw exception: 
	System.IndexOutOfRangeException: Index was outside the bounds of the array.
❌ orderby_on_searchable_string_should_return_correct_order
	Assert.IsTrue failed. Expected 'Beatles' to be the first item when ordered by name, but found 'Histories'.

❌ 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
	Assert.IsTrue failed. Expected 1 phrase for autocomplete on 'Id' containing 'myid' with limit 1, but found 0.
❌ autocomplete_id_contains_myid_should_result_3_phrases
	Assert.IsTrue failed. Expected 3 phrases for autocomplete on 'Id' containing 'myid', but found 0.

❌ EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests

❌ search_startpublish_Equals_datetime_should_return_1_item
	Assert.IsTrue failed. Expected 1 item, but found 0.
❌ search_startpublish_Gt_datetime_should_return_1_item
	Assert.IsTrue failed. Expected 1 item, but found 0.
❌ search_startpublish_Gte_datetime_should_return_2_items
	Assert.IsTrue failed. Expected 2 items, but found 0.
❌ search_startpublish_in_range_should_return_2_items
	Assert.IsTrue failed. Expected 2 items in range, but found 0.
❌ search_startpublish_Lt_datetime_should_return_1_item
	Assert.IsTrue failed. Expected 1 item, but found 0.
❌ search_startpublish_Lte_datetime_should_return_2_items
	Assert.IsTrue failed. Expected 2 items, but found 0.
✅ 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
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests.search_priority_Exists_false_should_return_1_item threw exception: 
	System.InvalidOperationException: Sequence contains no elements
❌ search_priority_GreaterThan_100_should_return_1_item_value_300
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests.search_priority_GreaterThan_100_should_return_1_item_value_300 threw exception: 
	System.InvalidOperationException: Sequence contains no elements
❌ search_priority_Gte_100_should_return_3_items
	Assert.IsTrue failed. Expected 3 items with priority >= 100, but found 1.
❌ search_priority_in_100_and_300_should_return_3_items
	Assert.IsTrue failed. Expected 3 items with priority in [100, 300], but found 1.
❌ search_priority_in_range_100_to_300_should_return_3_items
	Assert.IsTrue failed. Expected 3 items with priority in the range 100 to 300, but found 1.
❌ search_priority_LessThan_100_should_return_0_item
	Assert.IsTrue failed. Expected 0 items with priority < 100, but found 1.
✅ 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
	Assert.IsTrue failed. Expected 2 items containing 'Steve', but found 0.
❌ search_Exists_operator_should_result_2_item
	Assert.IsTrue failed. Expected 2 items, but found 0.
❌ search_Match_operator_should_result_2_items
	Assert.IsTrue failed. Expected 2 items matching 'Steve' with fuzzy search, but found 0.
❌ search_name_Equals_operator_should_result_exactly_1_item
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests.search_name_Equals_operator_should_result_exactly_1_item threw exception: 
	System.InvalidOperationException: Sequence contains no elements
❌ search_startWith_endsWith_operator_should_result_1_item
	Assert.IsTrue failed. Expected 1 item, but found 0.
❌ search_with_filter_on_2_fields_should_result_1_item
	Assert.IsTrue failed. Expected 1 item, but found 0.
✅ search_with_In_operator_should_result_2_items
❌ search_with_Like_operator_should_result_2_items
	Assert.IsTrue failed. Expected 2 items, but found 0.

❌ EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests

❌ full_text_search_should_result_correct_data
	Test method EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests.full_text_search_should_result_correct_data threw exception: 
	System.InvalidOperationException: Sequence contains no elements
❌ search_order_desc_should_get_correct_order
	Assert.IsTrue failed. Expected 'Tim Cook' as the first item in descending order, but got 'Optimizely AI'.
✅ 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

Annotations

Check failure on line 52 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_2_conditions_in_and_filter_should_return_1_item

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_2_conditions_in_and_filter_should_return_1_item() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 52

Check failure on line 121 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_2_conditions_in_not_filter_should_return_2_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 'Home 4' to match NOT filter with 2 conditions, but found 'Optimizely AI'.
Raw output
Assert.IsTrue failed. Expected 'Home 4' to match NOT filter with 2 conditions, but found 'Optimizely AI'.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_2_conditions_in_not_filter_should_return_2_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 121

Check failure on line 88 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_2_conditions_in_or_filter_should_return_3_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 3 items for OR filter with 2 conditions, but found 1.
Raw output
Assert.IsTrue failed. Expected 3 items for OR filter with 2 conditions, but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_2_conditions_in_or_filter_should_return_3_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 88

Check failure on line 150 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_combine_3_boolean_filters_should_return_3_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 3 items when combining 3 boolean filters, but found 0.
Raw output
Assert.IsTrue failed. Expected 3 items when combining 3 boolean filters, but found 0.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_combine_3_boolean_filters_should_return_3_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 150

Check failure on line 37 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_single_and_filter_with_priority_100_should_return_2_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 items for single AND filter with priority 100, but found 1.
Raw output
Assert.IsTrue failed. Expected 2 items for single AND filter with priority 100, but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_single_and_filter_with_priority_100_should_return_2_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 37

Check failure on line 105 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_single_not_filter_with_priority_100_should_return_2_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 items for single NOT filter with priority 100, but found 1.
Raw output
Assert.IsTrue failed. Expected 2 items for single NOT filter with priority 100, but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_single_not_filter_with_priority_100_should_return_2_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 105

Check failure on line 72 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/BoolFilterTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest ► search_single_or_filter_with_priority_100_should_return_2_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 items for single OR filter with priority 100, but found 1.
Raw output
Assert.IsTrue failed. Expected 2 items for single OR filter with priority 100, but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.BoolFilterTest.search_single_or_filter_with_priority_100_should_return_2_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\BoolFilterTest.cs:line 72

Check failure on line 71 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/FacetsTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest ► search_with_facet_filters_should_return_correct_items

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 items when filtering by 'IsSecret'='true', but found 1.
Raw output
Assert.IsTrue failed. Expected 2 items when filtering by 'IsSecret'='true', but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest.search_with_facet_filters_should_return_correct_items() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\FacetsTest.cs:line 71

Check failure on line 56 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/FacetsTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest ► search_with_facet_in_2_ranges_should_return_2_facets

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 items in the first priority range, but found 1.
Raw output
Assert.IsTrue failed. Expected 2 items in the first priority range, but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest.search_with_facet_in_2_ranges_should_return_2_facets() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\FacetsTest.cs:line 56

Check failure on line 37 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/FacetsTest.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest ► search_with_string_facet_should_return_2_facets

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 2 facets for 'IsSecret' with value 'true', but found 1.
Raw output
Assert.IsTrue failed. Expected 2 facets for 'IsSecret' with value 'true', but found 1.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.FacetsTest.search_with_string_facet_should_return_2_facets() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\FacetsTest.cs:line 37

Check failure on line 49 in APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/QueryTests/FilterForVisitorTests.cs

See this annotation in the file changed.

@github-actions github-actions / IT-TestResult

EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests ► search_with_filter_for_visitors_should_result_1_item

Failed test found in:
  TestResults/runneradmin_fv-az1760-339_2024-12-16_08_32_54.trx
Error:
  Assert.IsTrue failed. Expected 1 item with filter for visitors, but found 0.
Raw output
Assert.IsTrue failed. Expected 1 item with filter for visitors, but found 0.
   at EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests.search_with_filter_for_visitors_should_result_1_item() in D:\a\graph-net-sdk\graph-net-sdk\APIs\src\Testing\EPiServer.ContentGraph.IntegrationTests\QueryTests\FilterForVisitorTests.cs:line 49