Changeset: e2953f480727 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e2953f480727
Modified Files:
sql/backends/monet5/datacell/Tests/dcload.sql
Branch: default
Log Message:
Use smaller range to see effect on both actuators
diffs (21 lines):
diff --git a/sql/backends/monet5/datacell/Tests/dcload.sql
b/sql/backends/monet5/datacell/Tests/dcload.sql
--- a/sql/backends/monet5/datacell/Tests/dcload.sql
+++ b/sql/backends/monet5/datacell/Tests/dcload.sql
@@ -36,7 +36,7 @@ BEGIN
INSERT INTO datacell.alarm_warm
SELECT ip, emit_time, location, value
FROM datacell.warm
- WHERE "type" LIKE 'temperature' AND value BETWEEN 21 AND 27;
+ WHERE "type" LIKE 'temperature' AND value BETWEEN 21 AND 24;
END;
CALL datacell.query('datacell.warm');
@@ -45,7 +45,7 @@ BEGIN
INSERT INTO datacell.alarm_hot
SELECT ip, emit_time, location, value
FROM datacell.hot
- WHERE type LIKE 'temperature' AND value > 27;
+ WHERE type LIKE 'temperature' AND value > 24;
END;
CALL datacell.query('datacell.hot');
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list