GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

test_all failing on Windows #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test rests;
======================================================================
ERROR: test_get_nci_value_pairs (test_log_analyser.logAnalyserCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "R:\eqrm_code\..\eqrm_code\ANUGA_utilities\test_log_analyser.py", line 38
6, in test_get_nci_value_pairs
    os.remove(filename)
WindowsError: [Error 32] The process cannot access the file because it is being
used by another process: 'c:\\users\\u54709\\appdata\\local\\temp\\1\\test_estim
atorbmelxp.vu-pb.OU'

======================================================================
ERROR: test_get_nci_value_pairs2 (test_log_analyser.logAnalyserCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "R:\eqrm_code\..\eqrm_code\ANUGA_utilities\test_log_analyser.py", line 43
0, in test_get_nci_value_pairs2
    os.remove(filename)
WindowsError: [Error 32] The process cannot access the file because it is being
used by another process: 'c:\\users\\u54709\\appdata\\local\\temp\\1\\test_estim
atorlslj0w.vu-pb.OU'

======================================================================
ERROR: test_join_parallel_files3 (test_output_manager.Test_Output_manager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "R:\eqrm_code\..\eqrm_code\test_output_manager.py", line 913, in test_joi
n_parallel_files3
    os.remove(base_file_name)
WindowsError: [Error 32] The process cannot access the file because it is being
used by another process: 'eagle.txt'

Original issue reported on code.google.com by duncan.g...@gmail.com on 26 Mar 2014 at 5:06

GoogleCodeExporter commented 9 years ago
fixed

Original comment by duncan.g...@gmail.com on 26 Mar 2014 at 5:46