[
https://issues.apache.org/jira/browse/ARIA-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878469#comment-15878469
]
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_r102486230
--- Diff: tests/orchestrator/context/test_operation.py ---
@@ -38,30 +43,51 @@
@pytest.fixture
def ctx(tmpdir):
context = mock.context.simple(
- str(tmpdir.join('workdir')),
- inmemory=True,
+ str(tmpdir),
context_kwargs=dict(workdir=str(tmpdir.join('workdir')))
)
yield context
storage.release_sqlite_storage(context.model)
+tmp_file = os.path.join(tempfile.gettempdir(),
'op_testing_const_file_name')
--- End diff --
move up
> 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)