[
https://issues.apache.org/jira/browse/ARIA-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878470#comment-15878470
]
ASF GitHub Bot commented on ARIA-106:
-------------------------------------
Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102487809
--- Diff: tests/orchestrator/context/test_operation.py ---
@@ -203,15 +229,76 @@ def basic_workflow(graph, **_):
graph.add_tasks(api.task.OperationTask.node(
name=op, instance=node, inputs=inputs))
- execute(workflow_func=basic_workflow, workflow_context=ctx,
executor=executor)
+ execute(workflow_func=basic_workflow, workflow_context=ctx,
executor=thread_executor)
expected_file = tmpdir.join('workdir', 'plugins',
str(ctx.service_instance.id),
plugin_name,
filename)
assert expected_file.read() == content
+def test_operation_logging(ctx, executor):
--- End diff --
test rel logging
> Create sqla logging handler
> ---------------------------
>
> Key: ARIA-106
> URL: https://issues.apache.org/jira/browse/ARIA-106
> Project: AriaTosca
> Issue Type: Sub-task
> Affects Versions: 0.1.0
> Reporter: Maxim Orlov
> Assignee: Maxim Orlov
>
> Create an sql based logging mechanism for operations and workflows.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)