Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:test:downstream [2010-11-25 19:57:22] paule |
kvalobs:kvoss:system:qc2:test:downstream [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 200: | Line 200: | ||
| | ||
-----------+---------------------+-------------------+---------+---------------------+--------+--------+-------+-------------------+------------------+------------------+-------------------- | -----------+---------------------+-------------------+---------+---------------------+--------+--------+-------+-------------------+------------------+------------------+-------------------- | ||
- | 17850 | 2010-11-25 09:00:00 | -32767 | 104 | 2010-11-25 09:30:15 | 330 | 0 | 0 | | + | 17850 | 2010-11-25 09:00:00 | -32767 | 211 | 2010-11-25 09:30:10 | 330 | 0 | 0 | -6.40000009536743 | 0000601100000000 | 5894700000000001 | QC1-4-211: |
- | 17850 | 2010-11-25 | + | </ |
+ | |||
+ | ====== Listen to operations ====== | ||
+ | |||
+ | * Update " | ||
+ | |||
+ | < | ||
+ | kvserver=kvalobs | ||
+ | # | ||
+ | </ | ||
+ | |||
+ | * Run a check on murky (trigger from config file (file time set back afterwards)). | ||
+ | |||
+ | Qc2 Output: | ||
+ | |||
+ | < | ||
+ | kvalobs@murky:/ | ||
+ | |||
+ | --------------- Case 10: Single Linear | ||
+ | 20101125201217: | ||
+ | --------------- Single Linear | ||
+ | 20101125201218: | ||
+ | --------------- ProcessUnitT Writing Data 63.5 76905 2010-11-25 16:0:0 | ||
+ | 20101125201218: | ||
+ | --------------- ProcessUnitT Writing Data 68 76906 2010-11-25 16:0:0 | ||
+ | 20101125201219: | ||
+ | --------------- ProcessUnitT Writing Data 57.5 76906 2010-11-25 12:0:0 | ||
+ | 20101125201219: | ||
+ | --------------- ProcessUnitT Writing Data 59.5 76905 2010-11-25 12:0:0 | ||
+ | 20101125201220: | ||
+ | --------------- ProcessUnitT Writing Data 69.5 17090 2010-11-25 10:0:0 | ||
+ | 20101125201220: | ||
+ | --------------- ProcessUnitT Writing Data 64.3 17850 2010-11-25 9:0:0 | ||
+ | |||
+ | kvalobs@murky:/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | And the data arrives on dev-vm101: | ||
+ | |||
+ | < | ||
+ | kvalobs=# select * from rcvtest_data where paramid=262; | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+-------------------- | ||
+ | 76905 | 2010-11-25 16:00:00 | | ||
+ | 76906 | 2010-11-25 | ||
+ | 76906 | 2010-11-25 12:00:00 | | ||
+ | 76905 | 2010-11-25 12:00:00 | | ||
+ | 17090 | 2010-11-25 10:00:00 | | ||
+ | (5 rows) | ||
+ | |||
+ | kvalobs=# \q | ||
+ | kvalobs@dev-vm101: | ||
+ | </ | ||
+ | |||
+ | |||
+ | Double check that at least one of the rows is in rcvtest_data but not in the dev-vm101 data table! | ||
+ | |||
+ | < | ||
+ | kvalobs=# select * from rcvtest_data where paramid=262 and cfailed like ' | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+-------------------- | ||
+ | 17090 | 2010-11-25 10:00:00 | | ||
+ | (1 row) | ||
+ | |||
+ | kvalobs=# select * from data where paramid=262 and cfailed like ' | ||
+ | | ||
+ | -----------+---------+----------+---------+--------+--------+--------+-------+-----------+-------------+---------+--------- | ||
+ | (0 rows) | ||
+ | </ | ||
+ | |||
+ | and did come from murky: | ||
+ | |||
+ | < | ||
+ | kvalobs@murky:/ | ||
+ | Welcome to psql 8.3.3, the PostgreSQL interactive terminal. | ||
+ | |||
+ | Type: \copyright for distribution terms | ||
+ | \h for help with SQL commands | ||
+ | \? for help with psql commands | ||
+ | \g or terminate with semicolon to execute query | ||
+ | \q to quit | ||
+ | |||
+ | kvalobs=# | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+-------------------- | ||
+ | 17090 | 2010-11-25 10:00:00 | | ||
+ | (1 row) | ||
</ | </ | ||
Line 282: | Line 370: | ||
This looks like it worked ... i.e. it did not come from murky! But we fiddled with HQC at the end of the day and did this trigger the transfer? | This looks like it worked ... i.e. it did not come from murky! But we fiddled with HQC at the end of the day and did this trigger the transfer? | ||
- | ====== Yes it works! ====== | + | ====== Yes it works - but only when kv2kl is restarted ... ! ====== |
The following contains a mixture of output (note before and after comman bug fix too!) | The following contains a mixture of output (note before and after comman bug fix too!) |