reg-viz / reg-suit

:recycle: Visual Regression Testing tool
https://reg-viz.github.io/reg-suit
MIT License
1.17k stars 101 forks source link

sync-expected fails when number of files to download are more than 1000 #711

Open kumarpatel opened 3 days ago

kumarpatel commented 3 days ago

Describe the bug

Downloading starts when number of files are 1000 or less. ✅

image

Added 1 more file to S3 bucket to bring the number of files to 1001. Downloading never begins when the number of files are more than 1000 ❌ Stuck at [reg-suit] info Detected the previous snapshot key: '<expected-key>'

image

Versions

A clear and concise description of what the bug is.

Expected behavior

I would expect the download to start and finish irrespective of the number of files.

Actual behavior

Download from S3 bucket never starts when the number of files in the bucket is more than (greater than) 1000,

Screenshots

If applicable, add screenshots to help explain your problem.