hooks/test/data/bootstrap_cubes
author |
Aurelien Campeas <aurelien.campeas@logilab.fr> |
|
Tue, 27 May 2014 18:47:24 +0200 |
changeset 10087 |
ed0b076c119b |
parent 3431 |
6944a92c16f2
|
permissions |
-rw-r--r-- |
[rset] kill the rset._rqlst cache
Right now it "works" for the standard, internal uses.
However when we will fold ClientConnection and Connection, it will
hurt, because suddenly we get more cache hits, and the following
situation would become commonplace:
* there is an un-annotated _rqlst given by the querier
* some view (e.g. facets) requests the .syntax_tree, which takes a
copy of _rqlst
* the view actually expects the rql syntax tree to be annotated, but
it was not, hence we crash.
Related to #3837233.
3431
6944a92c16f2
move hooks test to the hooks package, update them to work with a minimal schema
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff
changeset
|
1 |
email
|