You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by lu...@redhat.com on 2012/12/03 08:54:08 UTC

[PATCH 2/3] CIMI tests (cep_test): do not accss forwarding_group_templates collection

From: David Lutterkort <lu...@redhat.com>

This sends the server into an infnite loop
---
 tests/cimi/cep_test.rb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/cimi/cep_test.rb b/tests/cimi/cep_test.rb
index f764ea2..3c8149d 100644
--- a/tests/cimi/cep_test.rb
+++ b/tests/cimi/cep_test.rb
@@ -27,7 +27,9 @@ class CloundEntryPointBehavior < CIMI::Test::Spec
             "networks", "networkTemplates", "networkConfigs", "networkPorts",
             "networkPortTemplates", "networkPortConfigs",
             "addresses", "addressTemplates", "forwardingGroups",
-            "forwardingGroupTemplates",
+# FIXME: accessing this collection causes the thin process to take
+#        all available memory
+#            "forwardingGroupTemplates",
             "jobs", "meters", "meterTemplates", "meterConfigs",
             "eventLogs", "eventLogTemplates" ]
 
-- 
1.7.7.6