Please let me know if that fixed it.
On 08/04/2013 03:18 AM, Fwiffo wrote: > Yes! Thank you. > > -- JC > > On Aug 2, 2013, at 2:17 PM, Alan Robertson <[email protected] > <mailto:[email protected]>> wrote: > >> Hi, >> >> I accidentally overwrote a fix I'd put in earlier... >> >> Here's the evidence ;-) >> http://hg.linux-ha.org/assimilation/rev/2059689b15cf >> >> >> 1.7 - nodezero = self.db.get_node(0) >> 1.8 + nodezero = self.db.node(0) >> >> >> 1.7 was the corrected version. I overwrote it with 1.8 by mistake. >> Not quite sure how... >> >> >> On 07/28/2013 03:47 AM, Fwiffo wrote: >>> Hmm I searched past emails for but didn't find matches. Ill check >>> and double check every step again. It's weird cuz we had everything >>> working and it should continue to work since we didn't change >>> anything in our end. >>> >>> -- JC >>> >>> On Jul 27, 2013, at 9:34 PM, Alan Robertson <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>>> That should have been fixed. You complained about it before, and I >>>> put in a fix... >>>> >>>> >>>> >>>> On 7/27/2013 3:31 PM, John Carpenter wrote: >>>>> Hi Alan, >>>>> >>>>> approx 19 days ago, testify tests ran fine but sometime after >>>>> that, something changed that made it fail like this: >>>>> >>>>> ingresuser@mycon:/tmp/workspace/assimmon/assimilation/cma$ testify >>>>> tests >>>>> .........................................error: tests.cma_test >>>>> TestCMABasic.test_several_startups >>>>> Traceback (most recent call last): >>>>> File "./tests/cma_test.py", line 418, in test_several_startups >>>>> CMAdb.initglobal(io, True) >>>>> File "./cmadb.py", line 138, in initglobal >>>>> CMAdb.cdb = CMAdb() >>>>> File "./cmadb.py", line 111, in __init__ >>>>> nodezero = self.db.node(0) >>>>> AttributeError: 'GraphDatabaseService' object has no attribute 'node' >>>>> >>>>> E.... >>>>> FAILED. 46 tests / 15 cases: 45 passed, 1 failed. (Total test >>>>> time 0.87s) >>>>> >>>>> >>>>> more details >>>>> here: https://travis-ci.org/borgified/assimmon-ci-test/builds/9560428 >>>>> >>>>> i havent changed any of the steps i used to build and test (so i >>>>> really expected it to work because it was tested successful >>>>> before) so that narrows it down to a couple other places: >>>>> travis's servers (maybe they upgraded neo4j?) >>>>> assimmon code changed? >>>>> something else? >>>>> >>>>> i did another check by running build/test completely independent >>>>> of travis (on my own vm) with latest version of neo4j and still >>>>> get same error about GraphDatabaseService object has no attribute node >>>>> >>>>> dunno much about graph databases :( >>>>> other hints or places i should look to explore more? >>>>> >>>>> -- JC >>>>> >>>> >> >> >> -- >> Alan Robertson <[email protected]> - @OSSAlanR >> >> "Openness is the foundation and preservative of friendship... Let me claim >> from you at all times your undisguised opinions." - William Wilberforce -- Alan Robertson <[email protected]> - @OSSAlanR "Openness is the foundation and preservative of friendship... Let me claim from you at all times your undisguised opinions." - William Wilberforce
_______________________________________________ Assimilation mailing list - Discovery-Driven Monitoring [email protected] http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation http://assimmon.org/
