-
Notifications
You must be signed in to change notification settings - Fork 67
Emulator test results
Jim Morrison edited this page Mar 28, 2024
·
2 revisions
FAILED tests/system/test_crud.py::test_cache_off_new_entity_created[] - AttributeError: 'NoneType' object has no attribute 'bar'
FAILED tests/system/test_query.py::test_filter_not_equal[] - google.api_core.exceptions.RetryError: Maximum number of 3 retries exceeded while...
FAILED tests/system/test_query.py::test_filter_not_equal[named] - google.api_core.exceptions.RetryError: Maximum number of 3 retries exceeded while...
FAILED tests/system/test_query.py::test_count_with_multi_query[] - google.api_core.exceptions.RetryError: Maximum number of 3 retries exceeded while...
FAILED tests/system/test_query.py::test_count_with_multi_query[named] - google.api_core.exceptions.RetryError: Maximum number of 3 retries exceeded while...
FAILED tests/system/test_query.py::test_fetch_page_in_query[] - google.api_core.exceptions.InvalidArgument: 400 Filter has 3 properties, expected 1
FAILED tests/system/test_query.py::test_fetch_page_in_query[named] - google.api_core.exceptions.InvalidArgument: 400 Filter has 3 properties, expected 1
FAILED tests/system/test_query.py::test_IN_timestamp[] - google.api_core.exceptions.InvalidArgument: 400 Filter has 2 properties, expected 1
FAILED tests/system/test_query.py::test_IN_timestamp[named] - google.api_core.exceptions.InvalidArgument: 400 Filter has 2 properties, expected 1
FAILED tests/system/test_query.py::test_NOT_IN[] - google.api_core.exceptions.InvalidArgument: 400 Unrecognized PropertyFilter.op: N...
FAILED tests/system/test_query.py::test_NOT_IN[named] - google.api_core.exceptions.InvalidArgument: 400 Unrecognized PropertyFilter.op: N...
=============== 11 failed, 331 passed, 18 skipped in 832.86s (0:13:52) ===============
============================== short test summary info ===============================
FAILED tests/system/test_metadata.py::test_kind_metadata[] - assert False
FAILED tests/system/test_metadata.py::test_kind_metadata[named] - assert False
FAILED tests/system/test_metadata.py::test_get_kinds[] - assert False
FAILED tests/system/test_metadata.py::test_get_kinds[named] - assert False
FAILED tests/system/test_metadata.py::test_namespace_metadata[] - assert False
FAILED tests/system/test_metadata.py::test_namespace_metadata[named] - assert False
FAILED tests/system/test_metadata.py::test_get_namespaces[] - assert False
FAILED tests/system/test_metadata.py::test_get_namespaces[named] - assert False
FAILED tests/system/test_metadata.py::test_property_metadata[] - AssertionError: assert [] == ['bar', 'foo']
FAILED tests/system/test_metadata.py::test_property_metadata[named] - AssertionError: assert [] == ['bar', 'foo']
FAILED tests/system/test_metadata.py::test_get_properties_of_kind[] - AssertionError: assert [] == ['bar', 'baz', 'foo', 'qux']
FAILED tests/system/test_metadata.py::test_get_properties_of_kind[named] - AssertionError: assert [] == ['bar', 'baz', 'foo', 'qux']
FAILED tests/system/test_metadata.py::test_get_properties_of_kind_different_namespace[-DiffNamespace] - AssertionError: assert [] == ['bar', 'baz', 'foo', 'qux']
FAILED tests/system/test_metadata.py::test_get_properties_of_kind_different_namespace[named-DiffNamespace] - AssertionError: assert [] == ['bar', 'baz', 'foo', 'qux']
FAILED tests/system/test_metadata.py::test_get_representations_of_kind[] - AssertionError: assert {} == {'bar': ['STR...': ['STRING']}
FAILED tests/system/test_metadata.py::test_get_representations_of_kind[named] - AssertionError: assert {} == {'bar': ['STR...': ['STRING']}
FAILED tests/system/test_query.py::test_query_structured_property[] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_structured_property[named] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_structured_property_with_projection[] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_structured_property_with_projection[named] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_structured_property_rename_subproperty[] - assert 0 == 1
FAILED tests/system/test_query.py::test_query_structured_property_rename_subproperty[named] - assert 0 == 1
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_properties[] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_properties[named] - assert 0 == 2
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_entity_twice[] - assert 0 == 1
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_entity_twice[named] - assert 0 == 1
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_projection[] - assert 0 == 4
FAILED tests/system/test_query.py::test_query_repeated_structured_property_with_projection[named] - assert 0 == 4
FAILED tests/system/test_query.py::test_fetch_page_with_repeated_structured_property[] - AssertionError: assert [] == [0, 2, 4, 6, 8]
FAILED tests/system/test_query.py::test_fetch_page_with_repeated_structured_property[named] - AssertionError: assert [] == [0, 2, 4, 6, 8]
=============== 30 failed, 312 passed, 18 skipped in 914.64s (0:15:14) ===============