incubator-ariatosca git commit: removed a test [Forced Update!]

2017-06-18 Thread mxmrlv
Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-278-Remove-core-tasks 85e44e912 -> 70cfab13c (forced update)


removed a test


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/70cfab13
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/70cfab13
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/70cfab13

Branch: refs/heads/ARIA-278-Remove-core-tasks
Commit: 70cfab13c97760f6d9b72cb7bf51ebae222941a3
Parents: aa6f801
Author: max-orlov 
Authored: Thu Jun 15 22:04:08 2017 +0300
Committer: max-orlov 
Committed: Sun Jun 18 11:55:47 2017 +0300

--
 tests/orchestrator/workflows/executor/test_process_executor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/70cfab13/tests/orchestrator/workflows/executor/test_process_executor.py
--
diff --git a/tests/orchestrator/workflows/executor/test_process_executor.py 
b/tests/orchestrator/workflows/executor/test_process_executor.py
index cde5402..a4543cd 100644
--- a/tests/orchestrator/workflows/executor/test_process_executor.py
+++ b/tests/orchestrator/workflows/executor/test_process_executor.py
@@ -114,4 +114,4 @@ def ctx(tmpdir):
 
 @pytest.fixture
 def model(ctx):
-return ctx.model
\ No newline at end of file
+return ctx.model



incubator-ariatosca git commit: removed a test [Forced Update!]

2017-06-16 Thread mxmrlv
Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-278-Remove-core-tasks 9bad514e6 -> 85e44e912 (forced update)


removed a test


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/85e44e91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/85e44e91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/85e44e91

Branch: refs/heads/ARIA-278-Remove-core-tasks
Commit: 85e44e9127178643bebe9b0cba201f7f6d3af2d7
Parents: aa6f801
Author: max-orlov 
Authored: Thu Jun 15 22:04:08 2017 +0300
Committer: max-orlov 
Committed: Fri Jun 16 12:21:20 2017 +0300

--
 tests/orchestrator/workflows/executor/test_process_executor.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/85e44e91/tests/orchestrator/workflows/executor/test_process_executor.py
--
diff --git a/tests/orchestrator/workflows/executor/test_process_executor.py 
b/tests/orchestrator/workflows/executor/test_process_executor.py
index cde5402..595c6f7 100644
--- a/tests/orchestrator/workflows/executor/test_process_executor.py
+++ b/tests/orchestrator/workflows/executor/test_process_executor.py
@@ -37,6 +37,7 @@ from tests.orchestrator.workflows.executor import 
put_to_storage_and_get_ctx
 
 class TestProcessExecutor(object):
 
+@pytest.mark.skip("This test currently might freeze the entire test suite")
 def test_plugin_execution(self, executor, mock_plugin, ctx):
 node = next(ctx.nodes)
 task_ctx = put_to_storage_and_get_ctx(
@@ -114,4 +115,4 @@ def ctx(tmpdir):
 
 @pytest.fixture
 def model(ctx):
-return ctx.model
\ No newline at end of file
+return ctx.model



incubator-ariatosca git commit: removed a test

2017-06-15 Thread mxmrlv
Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-278-Remove-core-tasks aa6f801de -> 9bad514e6


removed a test


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/9bad514e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/9bad514e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/9bad514e

Branch: refs/heads/ARIA-278-Remove-core-tasks
Commit: 9bad514e62edaa289f1fd9f794a3efb6bab20c93
Parents: aa6f801
Author: max-orlov 
Authored: Thu Jun 15 22:04:08 2017 +0300
Committer: max-orlov 
Committed: Thu Jun 15 22:04:08 2017 +0300

--
 tests/orchestrator/workflows/executor/test_process_executor.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/9bad514e/tests/orchestrator/workflows/executor/test_process_executor.py
--
diff --git a/tests/orchestrator/workflows/executor/test_process_executor.py 
b/tests/orchestrator/workflows/executor/test_process_executor.py
index cde5402..99e0e91 100644
--- a/tests/orchestrator/workflows/executor/test_process_executor.py
+++ b/tests/orchestrator/workflows/executor/test_process_executor.py
@@ -74,6 +74,7 @@ class TestProcessExecutor(object):
 events.on_success_task_signal.disconnect(handler)
 events.on_failure_task_signal.disconnect(handler)
 
+@pytest.mark.skip("This test currently might freeze the entire test")
 def test_closed(self, ctx, executor):
 executor.close()
 node = next(ctx.nodes)
@@ -114,4 +115,4 @@ def ctx(tmpdir):
 
 @pytest.fixture
 def model(ctx):
-return ctx.model
\ No newline at end of file
+return ctx.model