Eric Jensen
Eric Jensen
similar to https://github.com/NetSweet/netsuite/pull/135
also, this bug was closed for a bogus reason and should be reopened: https://github.com/protocool/AckMate/issues/closed#issue/13
I presume it was initially there to handle nil, but it's not possible for the record to be nil. try also rescues errors like ActiveModel::MissingAttributeError if you haven't happened to...
if you CreateZipFile2 and then immediately CloseZipFile2 it correctly creates a file of 22 bytes, but then UnzipOpenFile on that returns false with errno ESRCH. i believe it should succeed...
### Describe the bug looks like a straightforward bug [that assertion](https://github.com/metabase/metabase/blob/master/src/metabase/query_processor/middleware/cache.clj#L213) seems wrong since orig-reduce [can indeed return nil](https://github.com/metabase/metabase/blob/master/src/metabase/query_processor/pipeline.clj#L67) when "Query was cancelled before reduction started" This appears to have...
### Describe the bug After about a week of uptime we end up with there permanently being 40+ (of the 50 limit) Queries in flight (even after waiting several days)...