mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-13 02:01:10 +08:00
* Fix for PT-1868 and general pt-pg-summary improvements This is a rather large piece of changes to pt-pg-summary, which includes: * Corrected dependency for models in lib/pginfo * Fixed existing testing infrastructure and implemented new tests: ** Test for New in pginfo ** Test for TestCollectGlobalInfo ** Test for TestCollectPerDatabaseInfo * Fixed models to reflect PG12 changes (datid 0 with no name) ** Modified gen.sh to include PG12 containers and work with the same docker-compoe that tests use * Updated templates and helper functions * Fixed standby detection and template output With these changes, pt-pg-summary works correctly with PG12 hosts. * Extra port in pt-pg-summary models gen.sh, removing unused
28 lines
527 B
Plaintext
28 lines
527 B
Plaintext
*.swp
|
|
config/NaturalDocs/Data
|
|
docs/dev/*
|
|
docs/user/*
|
|
docs/test-coverage/db
|
|
docs/test-coverage/html
|
|
release
|
|
snapshot
|
|
.DS_Store
|
|
build
|
|
Makefile.old
|
|
bin/pt-mongodb-*
|
|
bin/pt-secure-*
|
|
bin/pt-pg-*
|
|
!src/go/pt-mongodb-query-digest/vendor/vendor.json
|
|
!src/go/pt-mongodb-summary/vendor/vendor.json
|
|
src/go/pt-mongodb-query-digest/vendor/
|
|
src/go/pt-mongodb-summary/vendor/
|
|
!vendor/vendor.json
|
|
vendor/
|
|
*.bak
|
|
src/go/*.bak
|
|
src/go/.env
|
|
config/deb/control.bak
|
|
config/rpm/percona-toolkit.spec.bak
|
|
config/sphinx-build/percona-theme/*
|
|
coverage.out
|