lakeFS panics due to nil pointer dereference in CosmosDB's EntriesIterator
Bug Fix
The cause of the bug is trying to access a member of a pointer without checking pointer validity
As hard as I tried, I was not able to reproduce the issue and therefore fixed the code itself but not the reason for it.
This might not be reproducible using the CosmosDB emulator.
On the bright side - I've re-enabled the CosmosDB acceptance tests in the hope that this will improve our quality
Closes #8366
Change Description
Background
lakeFS panics due to nil pointer dereference in CosmosDB's EntriesIterator
Bug Fix
The cause of the bug is trying to access a member of a pointer without checking pointer validity As hard as I tried, I was not able to reproduce the issue and therefore fixed the code itself but not the reason for it. This might not be reproducible using the CosmosDB emulator. On the bright side - I've re-enabled the CosmosDB acceptance tests in the hope that this will improve our quality
Testing Details
Ran the CosmosDB KV acceptance tests
Breaking Change?
No