You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Localstack is crashing both in local as well as Travis tests with 'NoneType' is not subscriptable
because calling to get the list of all buckets returns None
The quick fix is to disable the tests for now and focus our efforts on landing the aggregator rewrite soon.
So we can use MemoryStructuredStorageProvider and MemoryParquetStorageProvider or LocalParquetStorageProvider instead of spinning up Localstack
The text was updated successfully, but these errors were encountered:
Localstack is crashing both in local as well as Travis tests with
'NoneType' is not subscriptable
because calling to get the list of all buckets returns
None
The quick fix is to disable the tests for now and focus our efforts on landing the aggregator rewrite soon.
So we can use
MemoryStructuredStorageProvider
andMemoryParquetStorageProvider
orLocalParquetStorageProvider
instead of spinning up LocalstackThe text was updated successfully, but these errors were encountered: