search for: v4db

Displaying 3 results from an estimated 3 matches for "v4db".

Did you mean: 94db
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
....4.1dev-py2.7.egg/lnt/serve r/ui/app.py", line 55, in get_db self.db = current_app.old_config.get_database(g.db_name, echo=echo) File "/opt/venv/perf/lib/python2.7/site-packages/LNT-0.4.1dev-py2.7.egg/lnt/serve r/config.py", line 148, in get_database return lnt.server.db.v4db.V4DB(db_entry.path, self, echo=echo) File "/opt/venv/perf/lib/python2.7/site-packages/LNT-0.4.1dev-py2.7.egg/lnt/serve r/db/v4db.py", line 108, in __init__ .filter_by(id = lnt.testing.PASS).first() File "/opt/venv/perf/lib/python2.7/site-packages/SQLAlchemy-0.9.6-py2.7.egg...
2013 Jun 10
1
[LLVMdev] Cannot submit LLVM test-suite results to the database using LNT tool
...son' 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 submitting to database. Could anyone give any suggestion? PS: Simon, I see you have...
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
...9UX1UC.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 error at the end: [[ Traceback (most recent call last): File "/home/simon/wor...