[Buildbot] #3446: add tests configuration that uses persistent SQLite database
    Buildbot trac 
    trac at buildbot.net
       
    Wed Feb 10 00:20:20 UTC 2016
    
    
  
#3446: add tests configuration that uses persistent SQLite database
----------------------+-------------------
Reporter:  rutsky     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  0.9.+
 Version:  master     |   Keywords:
----------------------+-------------------
 Looks like some tests are inproperly cleanup their state which is not
 visible when in-memory SQLite is used, but visible when run in this way:
 {{{
 BUILDBOT_TEST_DB_URL=sqlite:////tmp/test_db.sqlite trial buildbot.test
 }}}
 I propose to add meta-Buildbot and Travis tests configurations with
 persistent SQLite database (e.g.
 `BUILDBOT_TEST_DB_URL=sqlite:////tmp/test_db.sqlite`).
--
Ticket URL: <http://trac.buildbot.net/ticket/3446>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the bugs
mailing list