Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: check processing of external invalidations by DB/Connection #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmuchemb
Copy link
Member

No description provided.

@jmuchemb
Copy link
Member Author

The failure with FileStorageClientHexTests is due to ZODB:

(Pdb) s
TypeError: 'invalidate() takes exactly 3 arguments (4 given)'
> ZODB/tests/hexstorage.py(107)invalidate()
-> return self.db.invalidate(transaction_id, oids, version)
(Pdb) l
102     
103         def invalidateCache(self):
104             return self.db.invalidateCache()
105     
106         def invalidate(self, transaction_id, oids, version=''):
107  ->         return self.db.invalidate(transaction_id, oids, version)
108     
109         def references(self, record, oids=None):
110             return self.db.references(unhexlify(record[2:]), oids)
111     
112         def transform_record_data(self, data):
(Pdb) self.db
<ZODB.mvccadapter.MVCCAdapter object at 0x7f278969fdd0>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant