Platform MP: support quickactions in graph #8078
Annotations
11 errors
Python 3.11 - Test Summary Upload
Process completed with exit code 1.
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships, expecting sources and targets]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships, sources only]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships, targets only]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships, targets only, mandatory only]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships, integrations only]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships where depth=2 - 2 paths to SampleIntegration]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify USES relationships where depth=1 - only 1 path to SampleIntegration, no path to SampleScript]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify IMPORTS relationship]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify TESTED_BY relationship]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Run Graph Tests:
demisto_sdk/commands/content_graph/tests/get_relationships_test.py#L396
TestGetRelationships.test_get_relationships[Verify DEPENDS_ON relationships - don't include tests]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following relationship because of null property value for 'quickaction': (integration)-[:HAS_COMMAND {quickaction: null}]->(cmd)}
|
Loading