Showing
3 changed files
with
4 additions
and
4 deletions
... | ... | @@ -224,7 +224,7 @@ public class CassandraDatabaseUpgradeService implements DatabaseUpgradeService { |
224 | 224 | |
225 | 225 | case "2.1.1": |
226 | 226 | |
227 | - log.info("Upgrading Cassandara DataBase from version {} to 2.1.1 ...", fromVersion); | |
227 | + log.info("Upgrading Cassandara DataBase from version {} to 2.1.2 ...", fromVersion); | |
228 | 228 | |
229 | 229 | cluster.getSession(); |
230 | 230 | ... | ... |
... | ... | @@ -26,8 +26,8 @@ import java.util.Arrays; |
26 | 26 | |
27 | 27 | @RunWith(ClasspathSuite.class) |
28 | 28 | @ClasspathSuite.ClassnameFilters({ |
29 | - "org.thingsboard.server.rules.flow.nosql.RuleEngineFlowNoSqlIntegrationTest", | |
30 | -// "org.thingsboard.server.rules.lifecycle.nosql.*Test" | |
29 | + "org.thingsboard.server.rules.flow.nosql.*Test", | |
30 | + "org.thingsboard.server.rules.lifecycle.nosql.*Test" | |
31 | 31 | }) |
32 | 32 | public class RuleEngineNoSqlTestSuite { |
33 | 33 | ... | ... |
... | ... | @@ -844,7 +844,7 @@ |
844 | 844 | "client-attributes": "Client attributes", |
845 | 845 | "shared-attributes": "Shared attributes", |
846 | 846 | "server-attributes": "Server attributes", |
847 | - "latest-timeseries": "Latest timeseries", | |
847 | + "latest-timeseries": "Latest timeseries" | |
848 | 848 | }, |
849 | 849 | "event": { |
850 | 850 | "event-type": "Event type", | ... | ... |