Here one more random pick, of same errors. There are only these 3 kinds of errors in the whole run, lazy+eager, about 9800 cases, and about 4700 errors (also attached): - some B being loaded as C /4500 - sqlError- no such column pu_B.linkB_id /224 - circularDep /42 The first one plays tricks, sometimes it happens, sometimes does not - there are ~7000 errors while using the sawrapper, but then only 4500 off the generated src-testcases.
In postgres, all that is not circ-dep becomes the no-such-column error. So probably that's something to check first. ciao svil All testfiles and latest sawrap+tests is at http://linuxteam.sistechnology.com/o2rm/all-ABC-noeager.tbz http://linuxteam.sistechnology.com/o2rm/sawrap0130.tar.bz2 Run as sawrap/tests $> PYTHONPATH=.. python test_ABC_inh_ref_all.py dummy doC play with the options (-h) until u decide what u want, then remove the 'dummy' arg. e.g. PYTHONPATH=.. python test_ABC_inh_ref_all.py doC eager generate=failed,one Clinks=C > > here next portion - 3 kinds, one case per kind. > > hm.hmmm. on sqlite they were 3 failing - now only 2; > on postgres all 3 fail... > > The cirlcular dep one - is there because i cannot get where the > circ-dep is. The post-updates are invented by the mincut algo, and > i don't see why such configuration is not working. > > Maybe something related to the not-really-inherited > but-inheriting-something relations for concrete mappers? A.linkA is > not post_update, while the B.linkA and C.linkA are. > It goes away if A.linkA also gets a post_update. > > These are from "all-possibilities for C.linkC=None, no_eager" > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
z.py
Description: application/python
