Skip to content

Automation Test

Automation Test #147

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

48 passed, 10 failed and 2 skipped

Tests failed

❌ TestResults/runneradmin_fv-az972-977_2024-12-13_03_59_59.trx

60 tests were completed in 692s with 48 passed, 10 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❌ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.FilterForVisitorTests 2✅ 527ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.FragmentTests 1✅ 268ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.HightLightingTests 1✅ 324ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LimitTests 3✅ 850ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.LocaleTests 1✅ 338ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.OrderByTests 3✅ 880ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryAutocompleteOperatorTests 3✅ 1s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithDateFilterOperatorTests 7✅ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithNumericFilterOperatorTests 11✅ 3s
EPiServer.ContentGraph.IntegrationTests.QueryTests.QueryWithStringFilterOperatorTests 8✅ 2s
EPiServer.ContentGraph.IntegrationTests.QueryTests.SimpleQueryTests 4✅ 977ms
EPiServer.ContentGraph.IntegrationTests.QueryTests.SubTypeQueryTests 2✅ 590ms

❌ 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
✅ 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.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
✅ 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

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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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-az972-977_2024-12-13_03_59_59.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