Add unit+integration+graph tests Github action #152
main.yml
on: pull_request
Matrix: graph-tests
Matrix: integration-tests
Matrix: unit-tests
coverage
0s
Annotations
39 errors
Unit Tests / 3.8 (5)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.9 (5)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.10 (5)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.10 (4)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.9 (4)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.8 (4)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.8 (3)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.10 (3)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.9 (3)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.10 (2)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.9 (2)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.8 (2)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.9 (1)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.10 (1)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Unit Tests / 3.8 (1)
No JUnit XML file was found. Set `fail-on-empty: false` if that is a valid use case
|
Graph Tests / 3.10
Canceling since a higher priority waiting request for 'tests-uts_to_github_actions' exists
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L527
test_are_toversion_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L544
test_are_fromversion_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L590
test_is_file_using_unknown_content[Not providing git_files - should be valid (raised a warning)]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L590
test_is_file_using_unknown_content[providing git_files - should be invalid]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L613
test_is_file_display_name_already_exists
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L635
test_validate_unique_script_name
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L673
test_are_marketplaces_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L700
test_validate_dependencies
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L722
test_validate_duplicate_id
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.10:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L754
test_deprecated_usage__existing_content
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9
Canceling since a higher priority waiting request for 'tests-uts_to_github_actions' exists
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L527
test_are_toversion_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L544
test_are_fromversion_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L590
test_is_file_using_unknown_content[Not providing git_files - should be valid (raised a warning)]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L590
test_is_file_using_unknown_content[providing git_files - should be invalid]
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L613
test_is_file_display_name_already_exists
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L635
test_validate_unique_script_name
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L673
test_are_marketplaces_relationships_paths_valid
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L700
test_validate_dependencies
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L722
test_validate_duplicate_id
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.9:
demisto_sdk/commands/content_graph/tests/graph_validator_test.py#L754
test_deprecated_usage__existing_content
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/demisto-sdk.graphml (No such file or directory)}
|
Graph Tests / 3.8
Canceling since a higher priority waiting request for 'tests-uts_to_github_actions' exists
|
Graph Tests / 3.8
The operation was canceled.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
integration-tests-artifacts-python-(3.10)-group(All-Tests)
Expired
|
26.1 MB |
|
integration-tests-artifacts-python-(3.8)-group(All-Tests)
Expired
|
26.1 MB |
|
integration-tests-artifacts-python-(3.9)-group(All-Tests)
Expired
|
26.1 MB |
|
unit-test-results-artifacts-python-(3.10)-group(1)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.10)-group(2)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.10)-group(3)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.10)-group(4)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.10)-group(5)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.8)-group(1)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.8)-group(2)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.8)-group(3)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.8)-group(4)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.8)-group(5)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.9)-group(1)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.9)-group(2)
Expired
|
181 KB |
|
unit-test-results-artifacts-python-(3.9)-group(3)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.9)-group(4)
Expired
|
177 KB |
|
unit-test-results-artifacts-python-(3.9)-group(5)
Expired
|
181 KB |
|