changeset 200:1af19d2e7271

Change in tomcat log patterns
author Zdenek Zambersky <zzambers@redhat.com>
date Wed, 26 Aug 2015 14:54:00 +0200
parents 0351a5e0ca27
children 2d312f47b00a
files src/org/thermostat/qa2/tests/AgentWebStorageTest.java
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/org/thermostat/qa2/tests/AgentWebStorageTest.java	Wed Aug 12 12:51:40 2015 +0200
+++ b/src/org/thermostat/qa2/tests/AgentWebStorageTest.java	Wed Aug 26 14:54:00 2015 +0200
@@ -53,8 +53,8 @@
 public class AgentWebStorageTest {
 
     public static final String[] THERM_AGENT_WITH_TOMCAT_ONLY_THERMOSTAT_LOGS = new String[]{
-        "WebStorageEndPoint: Initializing web service",
-        "WebStorageEndPoint: THERMOSTAT_HOME == " + ThermostatQAConfig.getThermostatHome("tested"),
+        "Initializing web service",
+        "THERMOSTAT_HOME == " + ThermostatQAConfig.getThermostatHome("tested"),
         "WARNING - MongoConnection: Failed to connect to storage",
         "java.net.ConnectException: Connection refused"
     };
@@ -64,10 +64,10 @@
     };
 
     public static final String[] THERM_AGENT_WITH_WEB_STORAGE_THERMOSTAT_LOGS = new String[]{
-        "WebStorageEndPoint: Initializing web service",
-        "WebStorageEndPoint: THERMOSTAT_HOME == " + ThermostatQAConfig.getThermostatHome("tested"),
+        "Initializing web service",
+        "THERMOSTAT_HOME == " + ThermostatQAConfig.getThermostatHome("tested"),
         "MongoConnection: Using plain socket for mongodb://",
-        "WebStorageEndPoint: (id: 0) registered non-aggreate category:" //
+        "(id: 0) registered non-aggreate category:" //
     //  "WebStorageEndPoint: (id: 0) registered non-aggreate category: vm-cpu-stats|com.redhat.thermostat.vm.cpu.common.model.VmCpuStat|{timeStamp=Key: timeStamp, agentId=Key: agentId, vmId=Key: vmId, cpuLoad=Key: cpuLoad}",
     //  "WebStorageEndPoint: (id: 1) registered non-aggreate category: vm-heap-info|com.redhat.thermostat.vm.heap.analysis.common.model.HeapInfo|{timeStamp=Key: timeStamp, agentId=Key: agentId, vmId=Key: vmId, heapId=Key: heapId, heapDumpId=Key: heapDumpId, histogramId=Key: histogramId}",
     //  "WebStorageEndPoint: (id: 2) registered non-aggreate category: vm-gc-stats|com.redhat.thermostat.vm.gc.common.model.VmGcStat|{runCount=Key: runCount, timeStamp=Key: timeStamp, agentId=Key: agentId, vmId=Key: vmId, wallTime=Key: wallTime, collectorName=Key: collectorName}",