search for: import_and_report

Displaying 2 results from an estimated 2 matches for "import_and_report".

2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
...m.bld \ -j4 --cflag="-march=core2" --mcpu=core2 ]] The test suite runs fine but import is failed: [[ Importing 'tmp9UX1UC.json' Import Failed: -- import failure: Traceback (most recent call last): File "/home/simon/work/lnt.svn/lnt/util/ImportData.py", line 74, in import_and_report success,run = db.importDataFromDict(data, config=db_config) File "/home/simon/work/lnt.svn/lnt/server/db/v4db.py", line 161, in importDataFromDict db_name) ValueError: test suite u'nightlytest' not present in this database! -- ]] If I use "--test-style=simple"...
2013 Jun 10
1
[LLVMdev] Cannot submit LLVM test-suite results to the database using LNT tool
...1:30: submitting result to 'db' No handlers could be found for logger "lnt.server.db.migrate" Importing 'tmpmHD4sN.json' Import Failed: -- import failure: Traceback (most recent call last): File "/home/star/projects/llvm/lnt/lnt/util/ImportData.py", line 74, in import_and_report success,run = db.importDataFromDict(data, config=db_config) File "/home/star/projects/llvm/lnt/lnt/server/db/v4db.py", line 163, in importDataFromDict db_name) ValueError: test suite u'nightlytest' not present in this database! However, if I run the testing with --test...