[01:25] Ohh, whoops. [01:25] I didn't mangle sequences for empty tables. [01:30] That explains the recipe failure earlier, too. [01:30] And the SPPH/BPPH one was just a silly test. [01:30] Running the full suite with empty tables mangled too. [08:55] Last test run is 7000 tests short. [08:56] Just an unfortunate test_disconnectionerror_view_integration, I think. [09:11] I'm pleasantly surprised at the lack of DB connection fallout. [09:40] cjwatson: TestBranchView.test_query_count_index_with_subscribers is breaking the subunit stream, I think. [09:40] I imagine an extra count query appeared or something. [09:45] Yeah, probably due to the +recipes change [09:46] I thought something like that might happen but it didn't seem worth contortions to fix [09:46] Agreed. [09:46] I'll fix [09:47] It's annoying that Storm doesn't cache that, since I believe it's on the same ResultSet object. [09:49] Storm's only cache is PK -> object. [09:50] Yes. Still annoying :-) [09:50] Oh, we actually gained a query somewhere. [09:50] I mean, one fewer query than before. [09:51] Oh. [09:51] That's... unusual. [09:51] Possibly there was previously a LIMIT 1 in a tal:condition, and a COUNT(*) in the tal:content? [09:55] Two evaluations of view/context/recipes/count in TAL, I believe. [09:55] followed by because TAL lacks else [19:44] morning