mongo/jstests/product_limits/query_limits_test.js
Pierre Turin e261f9a80d SERVER-122029 Remove use of simulate_atlas_proxy.js (#50818)
GitOrigin-RevId: 6dd6e0a65cec8881e768fffb03d1e0310ad4af43
2026-04-01 00:13:05 +00:00

12 lines
272 B
JavaScript

/**
* Tests the limits of the product in various dimensions by generating degenerate queries and
* running them.
*/
import {DATASETS} from "jstests/product_limits/libs/datasets.js";
for (const dataset of DATASETS) {
let ds = new dataset();
ds.runDataset();
}