@malloy-publisher/server 0.0.235 → 0.0.237
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/api-doc.yaml +83 -27
- package/dist/app/assets/{EnvironmentPage-BsAnavYN.js → EnvironmentPage-DaP6CpgK.js} +1 -1
- package/dist/app/assets/{HomePage-CADE138j.js → HomePage-C9yNw3iu.js} +1 -1
- package/dist/app/assets/{LightMode-Cfh7KzN8.js → LightMode-Be4-G-dX.js} +1 -1
- package/dist/app/assets/{MainPage-CO3pRlnV.js → MainPage-J_rU2SgI.js} +2 -2
- package/dist/app/assets/{MaterializationsPage-p9YjkRXZ.js → MaterializationsPage-DHgPI4MO.js} +1 -1
- package/dist/app/assets/ModelPage-BzXfjTu5.js +1 -0
- package/dist/app/assets/{PackagePage-e4kN75YR.js → PackagePage-ByoSTLJ4.js} +1 -1
- package/dist/app/assets/RouteError-CrSeKN2r.js +1 -0
- package/dist/app/assets/{ThemeEditorPage-CciagFTq.js → ThemeEditorPage-Btxnmhtk.js} +1 -1
- package/dist/app/assets/{WorkbookPage-DNWmkCXa.js → WorkbookPage-D6JLPnWO.js} +1 -1
- package/dist/app/assets/{core-Rj_4rRnA.es-BZyvITuO.js → core-BSRgt1mG.es-Bc_D2Lq4.js} +1 -1
- package/dist/app/assets/{index-CH2AcDzc.js → index-BRijWj6K.js} +15 -15
- package/dist/app/assets/{index-DQa463gC.js → index-BX4D94xw.js} +1 -1
- package/dist/app/assets/{index-VBbcc8s6.js → index-Cvy0xtb7.js} +1 -1
- package/dist/app/assets/{index-DQpV7MyA.js → index-DMAhIJNC.js} +1 -1
- package/dist/app/index.html +1 -1
- package/dist/package_load_worker.mjs +59 -20
- package/dist/server.mjs +1342 -616
- package/package.json +8 -2
- package/.eslintrc.json +0 -44
- package/.prettierignore +0 -1
- package/.prettierrc +0 -4
- package/build.ts +0 -97
- package/dist/app/assets/ModelPage-C1OSTv-x.js +0 -1
- package/dist/app/assets/RouteError-CzbfOkng.js +0 -1
- package/eslint.config.mjs +0 -76
- package/k6-tests/README.md +0 -144
- package/k6-tests/bun.lock +0 -797
- package/k6-tests/load-test/load-test-crud-connections.ts +0 -263
- package/k6-tests/load-test/load-test-crud-packages.ts +0 -461
- package/k6-tests/load-test/load-test-crud-projects.ts +0 -160
- package/k6-tests/load-test/load-test-crud.ts +0 -142
- package/k6-tests/load-test/load-test.ts +0 -784
- package/k6-tests/package.json +0 -27
- package/k6-tests/scripts/run-with-otel.sh +0 -50
- package/k6-tests/smoke-test/smoke-test.ts +0 -158
- package/k6-tests/tsconfig.json +0 -29
- package/k6-tests/utils/client_factory.ts +0 -128
- package/k6-tests/utils/common.ts +0 -489
- package/k6-tests/utils/logger.ts +0 -62
- package/k6-tests/utils/types.d.ts +0 -35
- package/malloy_mcp.dxt +0 -0
- package/publisher.config.example.bigquery.json +0 -33
- package/publisher.config.example.duckdb.json +0 -23
- package/publisher.config.json +0 -23
- package/scripts/bake-duckdb-extensions.js +0 -110
- package/src/config.spec.ts +0 -1535
- package/src/config.theme.spec.ts +0 -178
- package/src/config.ts +0 -1142
- package/src/constants.ts +0 -105
- package/src/controller/compile.controller.ts +0 -40
- package/src/controller/connection.controller.spec.ts +0 -849
- package/src/controller/connection.controller.ts +0 -901
- package/src/controller/database.controller.ts +0 -24
- package/src/controller/materialization.controller.spec.ts +0 -293
- package/src/controller/materialization.controller.ts +0 -319
- package/src/controller/model.controller.ts +0 -164
- package/src/controller/package.controller.spec.ts +0 -273
- package/src/controller/package.controller.ts +0 -306
- package/src/controller/query.controller.ts +0 -152
- package/src/controller/theme.controller.ts +0 -83
- package/src/controller/watch-mode.controller.ts +0 -243
- package/src/data_styles.ts +0 -71
- package/src/default-publisher.config.json +0 -23
- package/src/ducklake_version.spec.ts +0 -163
- package/src/ducklake_version.ts +0 -153
- package/src/errors.spec.ts +0 -119
- package/src/errors.ts +0 -237
- package/src/filter_deprecation.spec.ts +0 -64
- package/src/filter_deprecation.ts +0 -42
- package/src/health.spec.ts +0 -123
- package/src/health.ts +0 -233
- package/src/heap_check.spec.ts +0 -144
- package/src/heap_check.ts +0 -144
- package/src/instrumentation.ts +0 -214
- package/src/json_utils.spec.ts +0 -51
- package/src/json_utils.ts +0 -33
- package/src/logger.spec.ts +0 -210
- package/src/logger.ts +0 -251
- package/src/malloy_pin_prereqs.spec.ts +0 -25
- package/src/materialization_metrics.spec.ts +0 -169
- package/src/materialization_metrics.ts +0 -346
- package/src/mcp/error_messages.spec.ts +0 -35
- package/src/mcp/error_messages.ts +0 -183
- package/src/mcp/handler_utils.spec.ts +0 -108
- package/src/mcp/handler_utils.ts +0 -251
- package/src/mcp/mcp_constants.ts +0 -6
- package/src/mcp/query_envelope.spec.ts +0 -229
- package/src/mcp/query_envelope.ts +0 -240
- package/src/mcp/server.protocol.spec.ts +0 -250
- package/src/mcp/server.ts +0 -87
- package/src/mcp/skills/build_skills_bundle.spec.ts +0 -51
- package/src/mcp/skills/build_skills_bundle.ts +0 -176
- package/src/mcp/skills/skills_bundle.json +0 -1
- package/src/mcp/skills/skills_bundle.spec.ts +0 -171
- package/src/mcp/tool_response.spec.ts +0 -108
- package/src/mcp/tool_response.ts +0 -138
- package/src/mcp/tools/compile_tool.spec.ts +0 -315
- package/src/mcp/tools/compile_tool.ts +0 -208
- package/src/mcp/tools/docs_search/build_docs_index.ts +0 -132
- package/src/mcp/tools/docs_search/malloy_docs_index.json +0 -1
- package/src/mcp/tools/docs_search_tool.spec.ts +0 -32
- package/src/mcp/tools/docs_search_tool.ts +0 -128
- package/src/mcp/tools/embedding_index.spec.ts +0 -1236
- package/src/mcp/tools/embedding_index.ts +0 -808
- package/src/mcp/tools/execute_query_tool.spec.ts +0 -294
- package/src/mcp/tools/execute_query_tool.ts +0 -316
- package/src/mcp/tools/get_context_eval.ts +0 -275
- package/src/mcp/tools/get_context_tool.spec.ts +0 -592
- package/src/mcp/tools/get_context_tool.ts +0 -585
- package/src/mcp/tools/reload_package_tool.spec.ts +0 -232
- package/src/mcp/tools/reload_package_tool.ts +0 -132
- package/src/mcp_config.spec.ts +0 -919
- package/src/mcp_config.ts +0 -425
- package/src/oom_guards.integration.spec.ts +0 -269
- package/src/package_load/package_load_pool.spec.ts +0 -252
- package/src/package_load/package_load_pool.ts +0 -931
- package/src/package_load/package_load_worker.ts +0 -1034
- package/src/package_load/protocol.ts +0 -364
- package/src/package_load/rpc_wait_accountant.spec.ts +0 -109
- package/src/package_load/rpc_wait_accountant.ts +0 -76
- package/src/package_load_metrics.spec.ts +0 -114
- package/src/package_load_metrics.ts +0 -127
- package/src/path_safety.spec.ts +0 -158
- package/src/path_safety.ts +0 -146
- package/src/pg_helpers.spec.ts +0 -223
- package/src/pg_helpers.ts +0 -52
- package/src/query_cap_metrics.spec.ts +0 -89
- package/src/query_cap_metrics.ts +0 -116
- package/src/query_concurrency.spec.ts +0 -247
- package/src/query_concurrency.ts +0 -237
- package/src/query_metadata_metrics.ts +0 -49
- package/src/query_param_utils.ts +0 -29
- package/src/query_timeout.spec.ts +0 -224
- package/src/query_timeout.ts +0 -179
- package/src/runtime/publisher.js +0 -328
- package/src/server-old.ts +0 -988
- package/src/server.ts +0 -2059
- package/src/service/annotations.spec.ts +0 -118
- package/src/service/annotations.ts +0 -91
- package/src/service/authorize.spec.ts +0 -154
- package/src/service/authorize.ts +0 -498
- package/src/service/authorize_integration.spec.ts +0 -2041
- package/src/service/build_plan.spec.ts +0 -685
- package/src/service/build_plan.ts +0 -797
- package/src/service/compile_authorize.spec.ts +0 -85
- package/src/service/compile_fragment_techniques.spec.ts +0 -156
- package/src/service/connection.spec.ts +0 -2360
- package/src/service/connection.ts +0 -2187
- package/src/service/connection_config.spec.ts +0 -734
- package/src/service/connection_config.ts +0 -899
- package/src/service/connection_federation.spec.ts +0 -184
- package/src/service/connection_fingerprint.spec.ts +0 -102
- package/src/service/connection_service.spec.ts +0 -711
- package/src/service/connection_service.ts +0 -291
- package/src/service/cron_evaluator.spec.ts +0 -79
- package/src/service/cron_evaluator.ts +0 -105
- package/src/service/db_utils.spec.ts +0 -1085
- package/src/service/db_utils.ts +0 -1502
- package/src/service/duckdb_instance_isolation.spec.ts +0 -137
- package/src/service/ducklake_lazy_attach.spec.ts +0 -110
- package/src/service/embedding_provider.spec.ts +0 -329
- package/src/service/embedding_provider.ts +0 -236
- package/src/service/environment.ts +0 -2191
- package/src/service/environment_admission.spec.ts +0 -344
- package/src/service/environment_compile.spec.ts +0 -197
- package/src/service/environment_store.spec.ts +0 -2274
- package/src/service/environment_store.ts +0 -2434
- package/src/service/environment_store_anchoring.spec.ts +0 -107
- package/src/service/environment_store_clone.spec.ts +0 -350
- package/src/service/explore_visibility.spec.ts +0 -434
- package/src/service/exports_probe.spec.ts +0 -107
- package/src/service/extension_fetch_policy.spec.ts +0 -256
- package/src/service/filter.spec.ts +0 -458
- package/src/service/filter.ts +0 -341
- package/src/service/filter_bypass.spec.ts +0 -418
- package/src/service/filter_integration.spec.ts +0 -1004
- package/src/service/freshness.spec.ts +0 -183
- package/src/service/freshness.ts +0 -112
- package/src/service/gcs_s3_utils.ts +0 -427
- package/src/service/given.ts +0 -105
- package/src/service/givens_integration.spec.ts +0 -219
- package/src/service/manifest_loader.spec.ts +0 -189
- package/src/service/manifest_loader.ts +0 -156
- package/src/service/materialization_build_session.spec.ts +0 -435
- package/src/service/materialization_build_session.ts +0 -681
- package/src/service/materialization_config_validation.spec.ts +0 -99
- package/src/service/materialization_config_validation.ts +0 -120
- package/src/service/materialization_eligibility.spec.ts +0 -158
- package/src/service/materialization_eligibility.ts +0 -305
- package/src/service/materialization_schedule_surface.spec.ts +0 -256
- package/src/service/materialization_scheduler.spec.ts +0 -289
- package/src/service/materialization_scheduler.ts +0 -304
- package/src/service/materialization_serve_transform.spec.ts +0 -1003
- package/src/service/materialization_serve_transform.ts +0 -779
- package/src/service/materialization_service.spec.ts +0 -2373
- package/src/service/materialization_service.ts +0 -2342
- package/src/service/materialization_test_fixtures.ts +0 -249
- package/src/service/model.spec.ts +0 -1157
- package/src/service/model.ts +0 -3370
- package/src/service/model_limits.spec.ts +0 -209
- package/src/service/model_limits.ts +0 -131
- package/src/service/model_storage_serve.spec.ts +0 -193
- package/src/service/model_storage_serve_joins.spec.ts +0 -193
- package/src/service/package.spec.ts +0 -612
- package/src/service/package.ts +0 -1799
- package/src/service/package_manifest.spec.ts +0 -230
- package/src/service/package_manifest.ts +0 -241
- package/src/service/package_memory_governor.spec.ts +0 -173
- package/src/service/package_memory_governor.ts +0 -233
- package/src/service/package_quote_bound_tables.spec.ts +0 -171
- package/src/service/package_race.spec.ts +0 -208
- package/src/service/package_reload_safety.spec.ts +0 -193
- package/src/service/package_rollback.spec.ts +0 -190
- package/src/service/package_worker_path.spec.ts +0 -645
- package/src/service/path_injection.spec.ts +0 -39
- package/src/service/persist_annotation_validation.spec.ts +0 -89
- package/src/service/persist_annotation_validation.ts +0 -59
- package/src/service/persistence_policy.spec.ts +0 -374
- package/src/service/proxy.spec.ts +0 -414
- package/src/service/proxy.ts +0 -248
- package/src/service/query_boundary.spec.ts +0 -470
- package/src/service/query_metadata.spec.ts +0 -408
- package/src/service/query_metadata.ts +0 -492
- package/src/service/query_metadata_identity.spec.ts +0 -149
- package/src/service/query_text.spec.ts +0 -79
- package/src/service/query_text.ts +0 -43
- package/src/service/quoting.spec.ts +0 -135
- package/src/service/quoting.ts +0 -78
- package/src/service/resolve_environment.ts +0 -15
- package/src/service/restricted_mode.spec.ts +0 -299
- package/src/service/source_extraction.ts +0 -225
- package/src/service/theme_store.ts +0 -199
- package/src/storage/DatabaseInterface.ts +0 -198
- package/src/storage/StorageManager.ts +0 -113
- package/src/storage/duckdb/ConnectionRepository.ts +0 -143
- package/src/storage/duckdb/DuckDBConnection.ts +0 -123
- package/src/storage/duckdb/DuckDBRepository.ts +0 -208
- package/src/storage/duckdb/EnvironmentRepository.ts +0 -148
- package/src/storage/duckdb/MaterializationRepository.spec.ts +0 -191
- package/src/storage/duckdb/MaterializationRepository.ts +0 -336
- package/src/storage/duckdb/PackageRepository.ts +0 -135
- package/src/storage/duckdb/schema.ts +0 -229
- package/src/stream_helpers.spec.ts +0 -280
- package/src/stream_helpers.ts +0 -162
- package/src/telemetry.ts +0 -20
- package/src/test_helpers/metrics_harness.ts +0 -166
- package/src/theme_key_parity.spec.ts +0 -57
- package/src/utils.ts +0 -29
- package/tests/fixtures/authorize-compile/model.malloy +0 -9
- package/tests/fixtures/authorize-compile/publisher.json +0 -4
- package/tests/fixtures/html-pages-nopublic/model.malloy +0 -1
- package/tests/fixtures/html-pages-nopublic/publisher.json +0 -5
- package/tests/fixtures/html-pages-test/data.csv +0 -3
- package/tests/fixtures/html-pages-test/public/assets/app.css +0 -3
- package/tests/fixtures/html-pages-test/public/barehtml.html +0 -4
- package/tests/fixtures/html-pages-test/public/bodymeta.html +0 -8
- package/tests/fixtures/html-pages-test/public/data.json +0 -1
- package/tests/fixtures/html-pages-test/public/fitcomment.html +0 -11
- package/tests/fixtures/html-pages-test/public/index.html +0 -9
- package/tests/fixtures/html-pages-test/public/nohead.html +0 -8
- package/tests/fixtures/html-pages-test/public/notfit.html +0 -13
- package/tests/fixtures/html-pages-test/public/slides.html +0 -12
- package/tests/fixtures/html-pages-test/public/sub/page2.html +0 -9
- package/tests/fixtures/html-pages-test/public/unterminated.html +0 -10
- package/tests/fixtures/html-pages-test/publisher.json +0 -5
- package/tests/fixtures/html-pages-test/report.malloy +0 -1
- package/tests/fixtures/persist-multi-level/data/orders.csv +0 -5
- package/tests/fixtures/persist-multi-level/multi_level.malloy +0 -18
- package/tests/fixtures/persist-multi-level/publisher.json +0 -5
- package/tests/fixtures/persist-schedule-test/data/orders.csv +0 -5
- package/tests/fixtures/persist-schedule-test/persist_schedule_test.malloy +0 -11
- package/tests/fixtures/persist-schedule-test/publisher.json +0 -7
- package/tests/fixtures/persist-schedule-warn-test/data/orders.csv +0 -5
- package/tests/fixtures/persist-schedule-warn-test/persist_warn_test.malloy +0 -11
- package/tests/fixtures/persist-schedule-warn-test/publisher.json +0 -6
- package/tests/fixtures/persist-test/data/orders.csv +0 -5
- package/tests/fixtures/persist-test/persist_test.malloy +0 -11
- package/tests/fixtures/persist-test/publisher.json +0 -5
- package/tests/fixtures/publisher.config.json +0 -15
- package/tests/fixtures/query-givens/data/orders.csv +0 -7
- package/tests/fixtures/query-givens/model.malloy +0 -34
- package/tests/fixtures/query-givens/publisher.json +0 -5
- package/tests/fixtures/xlsx/database.xlsx +0 -0
- package/tests/harness/mcp_test_setup.ts +0 -332
- package/tests/harness/rest_e2e.ts +0 -68
- package/tests/integration/authorize/compile_authorize_http.integration.spec.ts +0 -92
- package/tests/integration/concurrent_package/concurrent_package.integration.spec.ts +0 -280
- package/tests/integration/duckdb_storage/duckdb_storage.integration.spec.ts +0 -138
- package/tests/integration/first_boot/readiness_line.integration.spec.ts +0 -177
- package/tests/integration/html_pages/html_pages.integration.spec.ts +0 -440
- package/tests/integration/legacy_routes/legacy_routes.integration.spec.ts +0 -259
- package/tests/integration/materialization/environment_list.integration.spec.ts +0 -133
- package/tests/integration/materialization/freshness_gate.integration.spec.ts +0 -292
- package/tests/integration/materialization/manifest_binding.integration.spec.ts +0 -430
- package/tests/integration/materialization/materialization_lifecycle.integration.spec.ts +0 -441
- package/tests/integration/materialization/orchestrated_rebind.integration.spec.ts +0 -150
- package/tests/integration/materialization/reference_manifest.integration.spec.ts +0 -251
- package/tests/integration/materialization/schedule_edit.integration.spec.ts +0 -126
- package/tests/integration/materialization/scheduler.integration.spec.ts +0 -200
- package/tests/integration/materialization/scheduler_recovery.integration.spec.ts +0 -172
- package/tests/integration/materialization/scheduler_transitions.integration.spec.ts +0 -256
- package/tests/integration/materialization/scheduler_wiring.integration.spec.ts +0 -143
- package/tests/integration/mcp/mcp_execute_query_tool.integration.spec.ts +0 -438
- package/tests/integration/mcp/mcp_get_context_semantic.integration.spec.ts +0 -235
- package/tests/integration/mcp/mcp_transport.integration.spec.ts +0 -98
- package/tests/integration/query_givens/query_givens.integration.spec.ts +0 -146
- package/tests/integration/query_givens/query_givens_authorize.integration.spec.ts +0 -121
- package/tests/integration/sdk_givens/sdk_givens.integration.spec.ts +0 -110
- package/tests/integration/watch-mode/watch_mode.integration.spec.ts +0 -421
- package/tests/unit/controller/theme.controller.spec.ts +0 -141
- package/tests/unit/duckdb/attached_databases.test.ts +0 -1243
- package/tests/unit/duckdb/duckdb_connection.test.ts +0 -181
- package/tests/unit/duckdb/legacy_schema_migration.test.ts +0 -197
- package/tests/unit/duckdb/repositories.test.ts +0 -208
- package/tests/unit/ducklake/ducklake.test.ts +0 -952
- package/tests/unit/service/theme_store.spec.ts +0 -139
- package/tsconfig.json +0 -32
package/src/query_concurrency.ts
DELETED
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
import { type Counter } from "@opentelemetry/api";
|
|
2
|
-
import { publisherMeter } from "./telemetry";
|
|
3
|
-
import type { NextFunction, Request, RequestHandler, Response } from "express";
|
|
4
|
-
|
|
5
|
-
import { getMaxConcurrentQueries } from "./config";
|
|
6
|
-
import { ServiceUnavailableError } from "./errors";
|
|
7
|
-
import { logger } from "./logger";
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Process-wide query gauge — the only state owned by this module.
|
|
11
|
-
* Incremented when a gated handler accepts a request; decremented
|
|
12
|
-
* exactly once when the response finishes (whether the handler
|
|
13
|
-
* succeeded, errored, or the client disconnected mid-flight).
|
|
14
|
-
*
|
|
15
|
-
* Module-scoped so all gated routes share one slot pool: the
|
|
16
|
-
* concurrency cap bounds aggregate query load, not per-route load.
|
|
17
|
-
*/
|
|
18
|
-
let active = 0;
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* OpenTelemetry instruments. Lazy-initialized on first use so unit
|
|
22
|
-
* tests that install a real MeterProvider AFTER the module is
|
|
23
|
-
* imported still receive their data — OTel JS's `ProxyMeter`
|
|
24
|
-
* binds counters created before `setGlobalMeterProvider` to NoOp
|
|
25
|
-
* instruments. Module-scoped state so all gated routes share one
|
|
26
|
-
* counter / one slot pool.
|
|
27
|
-
*/
|
|
28
|
-
let queryConcurrencyRejectionsCounter: Counter | null = null;
|
|
29
|
-
let concurrencyTelemetryInitialized = false;
|
|
30
|
-
function ensureConcurrencyTelemetry(): Counter {
|
|
31
|
-
if (queryConcurrencyRejectionsCounter && concurrencyTelemetryInitialized) {
|
|
32
|
-
return queryConcurrencyRejectionsCounter;
|
|
33
|
-
}
|
|
34
|
-
const meter = publisherMeter();
|
|
35
|
-
queryConcurrencyRejectionsCounter = meter.createCounter(
|
|
36
|
-
"publisher_query_concurrency_rejections_total",
|
|
37
|
-
{
|
|
38
|
-
description:
|
|
39
|
-
"Queries rejected with 503 because the per-pod PUBLISHER_MAX_CONCURRENT_QUERIES cap was reached",
|
|
40
|
-
},
|
|
41
|
-
);
|
|
42
|
-
if (!concurrencyTelemetryInitialized) {
|
|
43
|
-
// Live count of in-flight queries holding a slot. Observable
|
|
44
|
-
// gauge so a scrape always sees the current value, not the
|
|
45
|
-
// value at the last admission/release event.
|
|
46
|
-
meter
|
|
47
|
-
.createObservableGauge("publisher_query_active_slots", {
|
|
48
|
-
description:
|
|
49
|
-
"In-flight queries currently holding a per-pod concurrency slot",
|
|
50
|
-
})
|
|
51
|
-
.addCallback((observation) => observation.observe(active));
|
|
52
|
-
|
|
53
|
-
// Configured cap, exposed so dashboards can render
|
|
54
|
-
// utilization (`active / max`) without needing a separate
|
|
55
|
-
// config feed. Read on every scrape so a runtime env-var
|
|
56
|
-
// change is reflected immediately; the parse is cheap. A
|
|
57
|
-
// `0` cap means "opt-out" (the middleware is a pass-through)
|
|
58
|
-
// and is reported verbatim.
|
|
59
|
-
meter
|
|
60
|
-
.createObservableGauge("publisher_query_max_slots", {
|
|
61
|
-
description:
|
|
62
|
-
"Current effective PUBLISHER_MAX_CONCURRENT_QUERIES (0 = disabled)",
|
|
63
|
-
})
|
|
64
|
-
.addCallback((observation) => {
|
|
65
|
-
try {
|
|
66
|
-
observation.observe(getMaxConcurrentQueries());
|
|
67
|
-
} catch {
|
|
68
|
-
// A misconfigured env var should fail the next
|
|
69
|
-
// request that observes it, not the metric scrape.
|
|
70
|
-
// Surface as -1 so the misconfig is visible.
|
|
71
|
-
observation.observe(-1);
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
concurrencyTelemetryInitialized = true;
|
|
75
|
-
}
|
|
76
|
-
return queryConcurrencyRejectionsCounter;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Visible for tests. Drops the cached instruments so a fresh
|
|
81
|
-
* MeterProvider can capture them on the next request. Do NOT
|
|
82
|
-
* call from production code.
|
|
83
|
-
*/
|
|
84
|
-
export function resetQueryConcurrencyTelemetryForTesting(): void {
|
|
85
|
-
queryConcurrencyRejectionsCounter = null;
|
|
86
|
-
concurrencyTelemetryInitialized = false;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Visible for tests / metrics. Don't mutate from outside.
|
|
91
|
-
*/
|
|
92
|
-
export function getActiveQueryCount(): number {
|
|
93
|
-
return active;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Visible for tests so a unit test that crashes mid-handler can
|
|
98
|
-
* reset between cases without spinning a fresh module loader.
|
|
99
|
-
*/
|
|
100
|
-
export function resetActiveQueryCountForTesting(): void {
|
|
101
|
-
active = 0;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* Express middleware that bounds the number of concurrently
|
|
106
|
-
* in-flight query requests per pod.
|
|
107
|
-
*
|
|
108
|
-
* Defense-in-depth on top of the per-request caps from Steps 1–5:
|
|
109
|
-
* - Row/byte caps bound a single response.
|
|
110
|
-
* - Memory governor (Step 4) sheds load when RSS crosses the
|
|
111
|
-
* high-water mark.
|
|
112
|
-
* - Query timeout (Step 5) prevents one query from monopolising a
|
|
113
|
-
* slot indefinitely.
|
|
114
|
-
* This middleware caps the *number of slots in flight* at any one
|
|
115
|
-
* moment so a burst of well-behaved but expensive queries can't all
|
|
116
|
-
* land simultaneously and stampede aggregate memory.
|
|
117
|
-
*
|
|
118
|
-
* Behavior:
|
|
119
|
-
* - When `active >= limit`, the request is rejected with HTTP 503
|
|
120
|
-
* and the response body identifies the cap so an operator's
|
|
121
|
-
* grep finds the rationale immediately.
|
|
122
|
-
* - When admitted, a single-shot decrement is registered on both
|
|
123
|
-
* `finish` (normal completion) and `close` (client disconnect).
|
|
124
|
-
* The handler must release exactly once even if both events
|
|
125
|
-
* fire.
|
|
126
|
-
* - `limit === 0` opts out (the middleware becomes a pass-through);
|
|
127
|
-
* `getMaxConcurrentQueries()` is read per-request so config
|
|
128
|
-
* changes propagate without a server restart. The per-request
|
|
129
|
-
* read is a single env-var parse — cheap.
|
|
130
|
-
*
|
|
131
|
-
* Failure-mode notes:
|
|
132
|
-
* - If the response never emits `finish`/`close` for some reason
|
|
133
|
-
* (e.g. a runtime crash that bypasses Express' normal
|
|
134
|
-
* teardown), the slot leaks until process restart. This is the
|
|
135
|
-
* same failure mode as any active-request counter; in practice
|
|
136
|
-
* `close` always fires on socket teardown.
|
|
137
|
-
* - We do NOT queue. A backed-up queue would hide load and inflate
|
|
138
|
-
* p99 latency; failing fast lets the upstream LB retry against
|
|
139
|
-
* a less-loaded pod.
|
|
140
|
-
*/
|
|
141
|
-
/**
|
|
142
|
-
* Handle on an acquired concurrency slot. The caller MUST invoke
|
|
143
|
-
* `release()` exactly once when the work is done (success, error,
|
|
144
|
-
* or cancellation). `release()` is idempotent — calling it twice
|
|
145
|
-
* is a no-op rather than a double-decrement, so wrappers that
|
|
146
|
-
* register both `finish` and `close` listeners stay safe.
|
|
147
|
-
*/
|
|
148
|
-
export interface QuerySlotHandle {
|
|
149
|
-
release: () => void;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* Synchronous slot acquisition shared by the HTTP middleware and
|
|
154
|
-
* the MCP `executeQuery` tool. Throws {@link ServiceUnavailableError}
|
|
155
|
-
* (which controllers map to HTTP 503) when the pod is at its cap;
|
|
156
|
-
* returns a {@link QuerySlotHandle} on success. The `routeLabel`
|
|
157
|
-
* argument is used only for the rejection counter
|
|
158
|
-
* (`publisher_query_concurrency_rejections_total`) so dashboards
|
|
159
|
-
* can identify the hottest surface — keep its cardinality bounded
|
|
160
|
-
* (Express route patterns, fixed strings like `mcp:executeQuery`).
|
|
161
|
-
*
|
|
162
|
-
* Production callers should prefer {@link queryConcurrencyMiddleware}
|
|
163
|
-
* on HTTP routes (it wires the release to `res.finish`/`close`
|
|
164
|
-
* automatically). Direct callers (MCP) take responsibility for
|
|
165
|
-
* release in their own try/finally.
|
|
166
|
-
*/
|
|
167
|
-
export function tryAcquireQuerySlot(routeLabel: string): QuerySlotHandle {
|
|
168
|
-
// Lazy-init runs on every call so the active/max gauges show up
|
|
169
|
-
// even on pods where the cap is never reached.
|
|
170
|
-
ensureConcurrencyTelemetry();
|
|
171
|
-
|
|
172
|
-
const limit = getMaxConcurrentQueries();
|
|
173
|
-
if (limit <= 0) {
|
|
174
|
-
// Opt-out: no slot bookkeeping. Useful for OSS deployments
|
|
175
|
-
// that already have an upstream concurrency bound.
|
|
176
|
-
return { release: () => undefined };
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
if (active >= limit) {
|
|
180
|
-
ensureConcurrencyTelemetry().add(1, {
|
|
181
|
-
"http.route": routeLabel,
|
|
182
|
-
limit,
|
|
183
|
-
});
|
|
184
|
-
logger.warn(
|
|
185
|
-
`Rejecting query: ${active}/${limit} slots in use (PUBLISHER_MAX_CONCURRENT_QUERIES).`,
|
|
186
|
-
{ route: routeLabel },
|
|
187
|
-
);
|
|
188
|
-
throw new ServiceUnavailableError(
|
|
189
|
-
`Publisher pod is at its maximum concurrent query cap (${limit}). Retry after in-flight queries complete, or raise PUBLISHER_MAX_CONCURRENT_QUERIES.`,
|
|
190
|
-
);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
active += 1;
|
|
194
|
-
let released = false;
|
|
195
|
-
return {
|
|
196
|
-
release: () => {
|
|
197
|
-
if (released) return;
|
|
198
|
-
released = true;
|
|
199
|
-
active = Math.max(0, active - 1);
|
|
200
|
-
},
|
|
201
|
-
};
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
export function queryConcurrencyMiddleware(
|
|
205
|
-
req: Request,
|
|
206
|
-
res: Response,
|
|
207
|
-
next: NextFunction,
|
|
208
|
-
): void {
|
|
209
|
-
let handle: QuerySlotHandle;
|
|
210
|
-
try {
|
|
211
|
-
// `req.route?.path` gives the Express-registered pattern
|
|
212
|
-
// (e.g. `/api/v0/environments/:environmentName/.../sqlQuery`)
|
|
213
|
-
// rather than the concrete URL, keeping label cardinality
|
|
214
|
-
// bounded.
|
|
215
|
-
handle = tryAcquireQuerySlot(req.route?.path ?? req.path);
|
|
216
|
-
} catch (error) {
|
|
217
|
-
next(error);
|
|
218
|
-
return;
|
|
219
|
-
}
|
|
220
|
-
// Both events fire on different code paths; we want to release
|
|
221
|
-
// on whichever comes first and ignore the second:
|
|
222
|
-
// - `finish`: normal completion (response fully flushed).
|
|
223
|
-
// - `close`: client disconnected before completion (or after,
|
|
224
|
-
// in some Express/Node versions; hence the idempotency).
|
|
225
|
-
res.on("finish", handle.release);
|
|
226
|
-
res.on("close", handle.release);
|
|
227
|
-
next();
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* Convenience for the route-registration call site: produces a
|
|
232
|
-
* single middleware reference so registrations stay readable.
|
|
233
|
-
* Returning a typed `RequestHandler` keeps Express' overloads happy.
|
|
234
|
-
*/
|
|
235
|
-
export function queryConcurrency(): RequestHandler {
|
|
236
|
-
return queryConcurrencyMiddleware;
|
|
237
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Telemetry for per-query metadata (see `service/query_metadata.ts`).
|
|
3
|
-
*
|
|
4
|
-
* The resolve path never throws — it clamps a bag that would violate Malloy's
|
|
5
|
-
* contract — so a drop is invisible without a metric: an operator would see
|
|
6
|
-
* correct-looking queries whose warehouse-side attribution is quietly missing a
|
|
7
|
-
* property. The counters make both halves observable: what was attached, and
|
|
8
|
-
* what did not fit.
|
|
9
|
-
*
|
|
10
|
-
* Instruments are created lazily for the same reason as {@link ./query_cap_metrics}:
|
|
11
|
-
* one created before `setGlobalMeterProvider` binds to a NoOp meter
|
|
12
|
-
* (https://github.com/open-telemetry/opentelemetry-js/issues/3505).
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { type Counter } from "@opentelemetry/api";
|
|
16
|
-
import { publisherMeter } from "./telemetry";
|
|
17
|
-
|
|
18
|
-
const resetHooks: (() => void)[] = [];
|
|
19
|
-
|
|
20
|
-
function lazyCounter(name: string, description: string): () => Counter {
|
|
21
|
-
let instrument: Counter | null = null;
|
|
22
|
-
resetHooks.push(() => (instrument = null));
|
|
23
|
-
return () =>
|
|
24
|
-
(instrument ??= publisherMeter().createCounter(name, { description }));
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
const appliedCounter = lazyCounter(
|
|
28
|
-
"publisher_query_metadata_applied_total",
|
|
29
|
-
"Queries issued with per-query metadata attached. Label: class ('interactive'|'materialize'|'index'|'ops'|'unknown').",
|
|
30
|
-
);
|
|
31
|
-
const droppedCounter = lazyCounter(
|
|
32
|
-
"publisher_query_metadata_properties_dropped_total",
|
|
33
|
-
"Metadata properties dropped while resolving a bag. Label: reason ('invalid_name'|'invalid_value'|'property_cap'|'serialized_cap').",
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
/** One query's metadata reached the connector. */
|
|
37
|
-
export function recordQueryMetadataApplied(queryClass: string): void {
|
|
38
|
-
appliedCounter().add(1, { class: queryClass });
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** One property did not survive resolution. */
|
|
42
|
-
export function recordQueryMetadataDropped(reason: string): void {
|
|
43
|
-
droppedCounter().add(1, { reason });
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** Drop memoized instruments so a test can install a fresh MeterProvider. */
|
|
47
|
-
export function resetQueryMetadataMetricsForTest(): void {
|
|
48
|
-
for (const reset of resetHooks) reset();
|
|
49
|
-
}
|
package/src/query_param_utils.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Express query-param normalization helpers.
|
|
3
|
-
*
|
|
4
|
-
* Kept in a standalone file (no transitive imports) so unit specs can
|
|
5
|
-
* exercise them without dragging in `server.ts` — which transitively
|
|
6
|
-
* constructs `EnvironmentStore` and kicks off an async storage init
|
|
7
|
-
* (clone of `malloy-samples`, package downloads, ...). When that init
|
|
8
|
-
* runs in a `bun test` process it races the test runner's exit and
|
|
9
|
-
* leaves a partially-populated `publisher_data/` on disk, which the
|
|
10
|
-
* next process (integration tests) then trips over.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/** Normalize an Express query param into a string[] or undefined. */
|
|
14
|
-
export function normalizeQueryArray(value: unknown): string[] | undefined {
|
|
15
|
-
if (value === undefined || value === null) return undefined;
|
|
16
|
-
if (Array.isArray(value)) return value.map(String);
|
|
17
|
-
return [String(value)];
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Parse an Express query param as a non-negative integer, or `undefined` when
|
|
22
|
-
* it is absent or not a finite integer. Degrades a garbage value (`?limit=abc`)
|
|
23
|
-
* to "unset" rather than passing `NaN` down into a SQL `LIMIT`/`OFFSET` bind.
|
|
24
|
-
*/
|
|
25
|
-
export function parseNonNegativeIntParam(value: unknown): number | undefined {
|
|
26
|
-
if (value === undefined || value === null) return undefined;
|
|
27
|
-
const parsed = parseInt(String(value), 10);
|
|
28
|
-
return Number.isInteger(parsed) && parsed >= 0 ? parsed : undefined;
|
|
29
|
-
}
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
import { afterEach, beforeEach, describe, expect, it } from "bun:test";
|
|
2
|
-
|
|
3
|
-
import { QueryTimeoutError } from "./errors";
|
|
4
|
-
import {
|
|
5
|
-
PUBLISHER_QUERY_TIMEOUT_REASON,
|
|
6
|
-
resetQueryTimeoutTelemetryForTesting,
|
|
7
|
-
runWithQueryTimeout,
|
|
8
|
-
} from "./query_timeout";
|
|
9
|
-
import {
|
|
10
|
-
startMetricsHarness,
|
|
11
|
-
type MetricsHarness,
|
|
12
|
-
} from "./test_helpers/metrics_harness";
|
|
13
|
-
|
|
14
|
-
describe("runWithQueryTimeout", () => {
|
|
15
|
-
it("returns the inner result when fn finishes before the timeout", async () => {
|
|
16
|
-
const result = await runWithQueryTimeout(async (signal) => {
|
|
17
|
-
expect(signal).toBeInstanceOf(AbortSignal);
|
|
18
|
-
expect(signal.aborted).toBe(false);
|
|
19
|
-
return "ok";
|
|
20
|
-
}, 1000);
|
|
21
|
-
expect(result).toBe("ok");
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
it("hands fn a signal even when the timeout is disabled (uniform contract)", async () => {
|
|
25
|
-
// timeoutMs=0 is the "operator opted out" path. We still want
|
|
26
|
-
// callers to be able to forward `signal` unconditionally; the
|
|
27
|
-
// signal must exist, be an AbortSignal, and never fire.
|
|
28
|
-
let observed: AbortSignal | undefined;
|
|
29
|
-
const result = await runWithQueryTimeout(async (signal) => {
|
|
30
|
-
observed = signal;
|
|
31
|
-
await new Promise((r) => setTimeout(r, 10));
|
|
32
|
-
return "still-here";
|
|
33
|
-
}, 0);
|
|
34
|
-
expect(result).toBe("still-here");
|
|
35
|
-
expect(observed).toBeInstanceOf(AbortSignal);
|
|
36
|
-
expect(observed?.aborted).toBe(false);
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
it("aborts the signal and throws QueryTimeoutError when fn exceeds the budget", async () => {
|
|
40
|
-
let observedSignal: AbortSignal | undefined;
|
|
41
|
-
await expect(
|
|
42
|
-
runWithQueryTimeout(async (signal) => {
|
|
43
|
-
observedSignal = signal;
|
|
44
|
-
// Mimic a slow driver: resolve only when the signal aborts
|
|
45
|
-
// (so the test doesn't hang). The thrown error from the
|
|
46
|
-
// driver is irrelevant — runWithQueryTimeout owns the
|
|
47
|
-
// verdict once the timer has fired.
|
|
48
|
-
await new Promise<void>((_resolve, reject) => {
|
|
49
|
-
signal.addEventListener("abort", () =>
|
|
50
|
-
reject(new Error("driver: aborted by AbortSignal")),
|
|
51
|
-
);
|
|
52
|
-
});
|
|
53
|
-
}, 25),
|
|
54
|
-
).rejects.toBeInstanceOf(QueryTimeoutError);
|
|
55
|
-
expect(observedSignal?.aborted).toBe(true);
|
|
56
|
-
// The reason sentinel lets composed helpers (e.g. streaming
|
|
57
|
-
// cap-abort) distinguish "publisher timeout" from "their own
|
|
58
|
-
// abort" without coupling to message strings.
|
|
59
|
-
expect(observedSignal?.reason).toBe(PUBLISHER_QUERY_TIMEOUT_REASON);
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
it("includes the configured timeout in the QueryTimeoutError message (operator can grep logs)", async () => {
|
|
63
|
-
let caught: unknown;
|
|
64
|
-
try {
|
|
65
|
-
await runWithQueryTimeout(async (signal) => {
|
|
66
|
-
await new Promise<void>((_resolve, reject) => {
|
|
67
|
-
signal.addEventListener("abort", () =>
|
|
68
|
-
reject(new Error("driver aborted")),
|
|
69
|
-
);
|
|
70
|
-
});
|
|
71
|
-
}, 17);
|
|
72
|
-
} catch (err) {
|
|
73
|
-
caught = err;
|
|
74
|
-
}
|
|
75
|
-
expect(caught).toBeInstanceOf(QueryTimeoutError);
|
|
76
|
-
expect((caught as Error).message).toContain("17ms");
|
|
77
|
-
expect((caught as Error).message).toContain("PUBLISHER_QUERY_TIMEOUT_MS");
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
it("re-throws non-timeout errors verbatim (does not mask driver failures)", async () => {
|
|
81
|
-
// Driver fails *before* the timeout; we must surface its error
|
|
82
|
-
// unchanged so the controller's normal error mapping kicks in
|
|
83
|
-
// (502 ConnectionError, 400 BadRequestError, etc.) — wrapping
|
|
84
|
-
// every failure in QueryTimeoutError would lie to clients.
|
|
85
|
-
const driverError = new Error("upstream connection refused");
|
|
86
|
-
await expect(
|
|
87
|
-
runWithQueryTimeout(async () => {
|
|
88
|
-
throw driverError;
|
|
89
|
-
}, 1000),
|
|
90
|
-
).rejects.toBe(driverError);
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
it("does not wrap an error that happens to mention 'abort' if the timer never fired", async () => {
|
|
94
|
-
// Edge case: a driver might surface its own AbortError for an
|
|
95
|
-
// unrelated reason (e.g. caller canceled, transport reset). If
|
|
96
|
-
// the publisher's timer never fired, the error is not ours and
|
|
97
|
-
// must not be re-cast as QueryTimeoutError.
|
|
98
|
-
const fakeAbort = Object.assign(new Error("aborted by something else"), {
|
|
99
|
-
name: "AbortError",
|
|
100
|
-
});
|
|
101
|
-
await expect(
|
|
102
|
-
runWithQueryTimeout(async () => {
|
|
103
|
-
throw fakeAbort;
|
|
104
|
-
}, 1000),
|
|
105
|
-
).rejects.toBe(fakeAbort);
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
describe("telemetry", () => {
|
|
109
|
-
let harness: MetricsHarness;
|
|
110
|
-
beforeEach(async () => {
|
|
111
|
-
harness = await startMetricsHarness();
|
|
112
|
-
// Drop cached instruments so they re-init against the new
|
|
113
|
-
// provider; otherwise this test's writes go to a counter
|
|
114
|
-
// bound to the *previous* provider's reader.
|
|
115
|
-
resetQueryTimeoutTelemetryForTesting();
|
|
116
|
-
});
|
|
117
|
-
afterEach(async () => {
|
|
118
|
-
delete process.env.PUBLISHER_QUERY_TIMEOUT_MS;
|
|
119
|
-
await harness.shutdown();
|
|
120
|
-
resetQueryTimeoutTelemetryForTesting();
|
|
121
|
-
});
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* Install telemetry without firing a timeout. After the
|
|
125
|
-
* `ensureTimeoutTelemetry` fix any successful call is enough
|
|
126
|
-
* — both the counter and the gauge register on every entry,
|
|
127
|
-
* not just the timeout branch.
|
|
128
|
-
*/
|
|
129
|
-
async function primeTelemetry(): Promise<void> {
|
|
130
|
-
await runWithQueryTimeout(async () => 0, 10_000);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
it("publisher_query_timeout_total ticks each time the timer fires", async () => {
|
|
134
|
-
// Establish baseline (0) before the trigger so this test
|
|
135
|
-
// isn't sensitive to whatever else has happened earlier.
|
|
136
|
-
expect(
|
|
137
|
-
await harness.collectCounter("publisher_query_timeout_total"),
|
|
138
|
-
).toBe(0);
|
|
139
|
-
await expect(
|
|
140
|
-
runWithQueryTimeout(async (signal) => {
|
|
141
|
-
await new Promise<void>((_resolve, reject) => {
|
|
142
|
-
signal.addEventListener("abort", () =>
|
|
143
|
-
reject(new Error("driver aborted")),
|
|
144
|
-
);
|
|
145
|
-
});
|
|
146
|
-
}, 15),
|
|
147
|
-
).rejects.toBeInstanceOf(QueryTimeoutError);
|
|
148
|
-
expect(
|
|
149
|
-
await harness.collectCounter("publisher_query_timeout_total"),
|
|
150
|
-
).toBe(1);
|
|
151
|
-
});
|
|
152
|
-
|
|
153
|
-
it("does NOT tick the counter on non-timeout errors (driver failed before deadline)", async () => {
|
|
154
|
-
await expect(
|
|
155
|
-
runWithQueryTimeout(async () => {
|
|
156
|
-
throw new Error("upstream broken");
|
|
157
|
-
}, 1000),
|
|
158
|
-
).rejects.toThrow("upstream broken");
|
|
159
|
-
// A driver failure is not a timeout — the counter must
|
|
160
|
-
// stay at zero or operators will chase phantom timeouts.
|
|
161
|
-
expect(
|
|
162
|
-
await harness.collectCounter("publisher_query_timeout_total"),
|
|
163
|
-
).toBe(0);
|
|
164
|
-
});
|
|
165
|
-
|
|
166
|
-
it("publisher_query_timeout_ms gauge is registered after the FIRST call, not just after a timeout fires", async () => {
|
|
167
|
-
// Regression test for the lazy-init bug where the gauge
|
|
168
|
-
// installed only inside the timeout branch — leaving
|
|
169
|
-
// `publisher_query_timeout_ms` absent from `/metrics`
|
|
170
|
-
// until the first 504. Operators tuning the timeout
|
|
171
|
-
// BEFORE getting paged need this visible.
|
|
172
|
-
process.env.PUBLISHER_QUERY_TIMEOUT_MS = "30000";
|
|
173
|
-
await runWithQueryTimeout(async () => "ok", 60_000);
|
|
174
|
-
expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
|
|
175
|
-
30000,
|
|
176
|
-
);
|
|
177
|
-
});
|
|
178
|
-
|
|
179
|
-
it("publisher_query_timeout_ms gauge reports the current config", async () => {
|
|
180
|
-
process.env.PUBLISHER_QUERY_TIMEOUT_MS = "42000";
|
|
181
|
-
await primeTelemetry();
|
|
182
|
-
expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
|
|
183
|
-
42000,
|
|
184
|
-
);
|
|
185
|
-
});
|
|
186
|
-
|
|
187
|
-
it("publisher_query_timeout_ms gauge reports 0 when the timeout is opted out", async () => {
|
|
188
|
-
process.env.PUBLISHER_QUERY_TIMEOUT_MS = "0";
|
|
189
|
-
await primeTelemetry();
|
|
190
|
-
expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
|
|
191
|
-
0,
|
|
192
|
-
);
|
|
193
|
-
});
|
|
194
|
-
|
|
195
|
-
it("publisher_query_timeout_ms gauge surfaces -1 on misconfig instead of crashing the scrape", async () => {
|
|
196
|
-
process.env.PUBLISHER_QUERY_TIMEOUT_MS = "garbage";
|
|
197
|
-
await primeTelemetry();
|
|
198
|
-
// Operators must be able to *see* misconfig in dashboards
|
|
199
|
-
// — silently dropping the data point would hide the
|
|
200
|
-
// problem until a query timed out.
|
|
201
|
-
expect(await harness.collectGauge("publisher_query_timeout_ms")).toBe(
|
|
202
|
-
-1,
|
|
203
|
-
);
|
|
204
|
-
});
|
|
205
|
-
});
|
|
206
|
-
|
|
207
|
-
it("clears the timer on success so the event loop can exit promptly", async () => {
|
|
208
|
-
// Hard to assert directly without leaking implementation
|
|
209
|
-
// internals. Proxy assertion: the call returns quickly and a
|
|
210
|
-
// subsequent timer doesn't race us. If the timer leaked we'd
|
|
211
|
-
// also see a QueryTimeoutError on the *next* call below — the
|
|
212
|
-
// signal would already be aborted.
|
|
213
|
-
const result = await runWithQueryTimeout(async () => "fast", 5000);
|
|
214
|
-
expect(result).toBe("fast");
|
|
215
|
-
// Run a second call: a leaked timer would have aborted the
|
|
216
|
-
// first signal, but the second call gets its own signal so
|
|
217
|
-
// this is really a smoke check.
|
|
218
|
-
const result2 = await runWithQueryTimeout(async (signal) => {
|
|
219
|
-
expect(signal.aborted).toBe(false);
|
|
220
|
-
return "also-fast";
|
|
221
|
-
}, 5000);
|
|
222
|
-
expect(result2).toBe("also-fast");
|
|
223
|
-
});
|
|
224
|
-
});
|