#355: Run Trac test suite against product environments - after #115 #288
---------------------------+------------------------------------
Reporter: olemis | Owner: olemis
Type: task | Status: accepted
Priority: major | Milestone:
Component: multiproduct | Version:
Resolution: | Keywords: environment testing QA
---------------------------+------------------------------------
Comment (by olemis):
Now I can also confirm that the failures of ticket API test cases is due
to the fact that insert statements (e.g. `INSERT INTO ticket
(owner,status,time,changetime, product) VALUES (%s,%s,%s,%s,'')` ) are not
in product context (wrong) as opposite to select queries (e.g. `SELECT
summary,reporter,owner,description,status,product,keywords,cc,time,changetime
FROM (SELECT * FROM ticket WHERE product="tp1") AS ticket WHERE id=%s` ) .
/me figuring out what is it about ...
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/355#comment:15>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker