Hi Marko:

On Mon, 05 Nov 2007, Marko Niinimaki wrote:

> make install
> make drop-demo-site
> make create-demo-site
> make load-demo-records
> make test

It's better to simulate more closely the typical installation chain:

  make install
  make drop-tables
  make create-tables
  make create-demo-site
  make load-demo-records
  make test
  make regression-test

>     dbquery.get_table_update_time(tablename))
> AssertionError: '2007-07-27 12:07:53' != '2007-11-05 15:51:57'
>
> This is somewhat strange, since "make load-demo-records" runs
> "webcoll" that should update the date. Any ideas?

What is the result of running:

   $ echo "SHOW VARIABLES LIKE 'version%'" | \
      /opt/cds-invenio/bin/dbexec
   $ echo "SHOW TABLE STATUS LIKE 'collection'" | \
      /opt/cds-invenio/bin/dbexec

on your machine?

Best regards
-- 
Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>

Reply via email to