search for: importdatafromdict

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

2013 Jun 10
1
[LLVMdev] Cannot submit LLVM test-suite results to the database using LNT tool
...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-style=simple, then it can succeed in su...
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
...re2" --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" to run the test-suite I get another err...