mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-28 22:18:05 +00:00
634 B
634 B
integration tests for exporter update
Fast start:
run
make prepare-env-from-repo
then run any of the make test-*
A bit of details:
-
unpack original exporter
make prepare-base-exporter
2.a. download updated exporter from specific feature build
make prepare-exporter-from-fb url="<feature build client binary url>"
2.b. or use current repo as updated exporter
make prepare-exporter-from-repo
-
start test postgres_server
make start-postgres-db
-
run basic performance comparison test
make test-performance
-
run metrics list compatibility test
make test-metrics