scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(argus/service): Remove implicit 10,000 entity limit on full scans #414

Closed k0machi closed 4 months ago

k0machi commented 4 months ago

This commit changes two instances of full scans currently used in Argus to instead request unlimited amount of rows, rather than defaulting to standard 10,000. This fixes issues where tests would be missing in search queries or during build system scanner.

fruch commented 4 months ago

@k0machi

can you elaborate which issue this is solving ?

k0machi commented 4 months ago

@k0machi

can you elaborate which issue this is solving ?

Not being able to find longevity-gce-custom-d1-worklod2-hybrid-raid-test on production for 2024.2. Also the validation exceptions that were occuring in build system scanner which I hotfixed previously.