Browse Source

C/C++ remove or tag broken tests (#5301)

* C/C++ remove or tag broken tests

* more removals
Nate 5 years ago
parent
commit
cba2943850

+ 2 - 4
frameworks/C++/cpoll_cppsp/benchmark_config.json

@@ -22,7 +22,6 @@
     },
     "raw": {
       "db_url": "/db",
-      "query_url": "/db?queries=",
       "fortune_url": "/fortune",
       "update_url": "/update?queries=",
       "port": 16969,
@@ -43,7 +42,6 @@
     },
     "postgres-raw": {
       "db_url": "/db_pg_async",
-      "query_url": "/db_pg_async?queries=", 
       "port": 16969,
       "approach": "Realistic",
       "classification": "Platform",
@@ -62,7 +60,6 @@
     },
     "postgres-raw-threadpool": {
       "db_url": "/db_pg_threadpool",
-      "query_url": "/db_pg_threadpool?queries=", 
       "port": 16969,
       "approach": "Realistic",
       "classification": "Platform",
@@ -77,7 +74,8 @@
       "database_os": "Linux",
       "display_name": "cpoll-pool",
       "notes": "Threadpool",
-      "versus": "cpoll_cppsp"
+      "versus": "cpoll_cppsp",
+      "tags": ["broken"]
     }
   }]
 }

+ 0 - 3
frameworks/C++/cppcms/benchmark_config.json

@@ -4,7 +4,6 @@
     "default": {
       "json_url": "/json",
       "db_url": "/db",
-      "query_url": "/queries/",
       "update_url": "/updates/",
       "fortune_url": "/fortunes",
       "plaintext_url": "/plaintext",
@@ -27,8 +26,6 @@
     "postgres": {
       "json_url": "/json",
       "db_url": "/db",
-      "query_url": "/queries/",
-      "update_url": "/updates/",
       "fortune_url": "/fortunes",
       "plaintext_url": "/plaintext",
       "cached_query_url": "/cached-worlds/",

+ 0 - 2
frameworks/C++/ulib/benchmark_config.json

@@ -73,7 +73,6 @@
       "db_url": "/db",
       "query_url": "/query?queries=",
       "fortune_url": "/fortune",
-      "update_url": "/update?queries=",
       "cached_query_url": "/cached_worlds?queries=",
       "port": 8080,
       "approach": "Realistic",
@@ -113,7 +112,6 @@
     "postgres_fit": {
       "db_url": "/db",
       "fortune_url": "/fortune",
-      "update_url": "/update?queries=",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",

+ 2 - 1
frameworks/C++/wt/benchmark_config.json

@@ -43,7 +43,8 @@
      	"database_os": "Linux",
      	"display_name": "wt-postgres",
      	"notes": "",
-        "versus": "wt"
+        "versus": "wt",
+		"tags": ["broken"]
      }
   }]
 }

+ 2 - 1
frameworks/C/octane/benchmark_config.json

@@ -17,7 +17,8 @@
       "os": "Linux",
       "database_os": "Linux",
       "notes": "",
-      "versus": "octane"
+      "versus": "octane",
+      "tags": ["broken"]
     }
   }]
 }