Comment 6 for bug 914044

Revision history for this message
Yuval Shavit (yshavit) wrote :

Jack brought up the good point that (exchange.remove() & true) doesn't do what I wanted it to. "These are not the operations you're looking for." When I replace the & with |, the tests fail. And when I remove it so it's just if(exchange.remove()), the tests pass.

By "the tests" I mean specifically NewGiUpdateIT. Jenkins can take care of the rest of the 192847124 minutes it takes to run all the ITs.