# HG changeset patch # User Zdenek Zambersky # Date 1440593640 -7200 # Node ID 1af19d2e7271df6598b571478c3f8a5d946ae587 # Parent 0351a5e0ca278bd13c90686b34bf1f77aba1c13c Change in tomcat log patterns diff -r 0351a5e0ca27 -r 1af19d2e7271 src/org/thermostat/qa2/tests/AgentWebStorageTest.java --- 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}",