Opened 16 years ago

Closed 15 years ago

#248 closed defect (invalid)

test all failing on tornado

Reported by: duncan Owned by: ole
Priority: normal Milestone:
Component: Management and planning Version:
Severity: normal Keywords:
Cc:

Description

======================================================================
ERROR: Basic test using an invalid XML file. This one
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/test_data_audit.py", line 150, in test_license_file_is_not_valid2
    license_file_is_valid(licfid)
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/data_audit.py", line 214, in license_file_is_valid
    raise CRCMismatch, msg
CRCMismatch: Bad checksum (CRC).
  The CRC reported in license file "./tmp1WD6_0.lic" is "-1484449438"
  The CRC computed from file "././tmp1WD6_0.asc" is "2810517858"

======================================================================
ERROR: Basic test using an valid XML file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/test_data_audit.py", line 292, in test_license_file_is_valid
    license_file_is_valid(licfid)#, verbose=True)
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/data_audit.py", line 214, in license_file_is_valid
    raise CRCMismatch, msg
CRCMismatch: Bad checksum (CRC).
  The CRC reported in license file "./tmp0jElRZ.lic" is "-1484449438"
  The CRC computed from file "./tmp0jElRZ.asc" is "2810517858"

======================================================================
ERROR: Test of XML file with more than one datafile element.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/test_data_audit.py", line 366, in test_valid_license_file_with_multiple_files
    license_file_is_valid(licfid)#, verbose=True)
  File "/d/xrd/gem/5/nhi/inundation/sandpits/dgray/inundation/anuga_core/source/anuga/utilities/data_audit.py", line 214, in license_file_is_valid
    raise CRCMismatch, msg
CRCMismatch: Bad checksum (CRC).
  The CRC reported in license file "./tmpaRnKC6.lic" is "-1484449438"
  The CRC computed from file "././tmpaRnKC6.asc" is "2810517858"

----------------------------------------------------------------------
Ran 688 tests in 36.076s

FAILED (errors=3)

Change History (1)

comment:1 Changed 15 years ago by ole

  • Resolution set to invalid
  • Status changed from new to closed

This has been fine for a long time, so I am closing the ticket.

Note: See TracTickets for help on using tickets.