Commit Graph

25 Commits

Author SHA1 Message Date
Viktor Szépe 2bd40d8c39 Remove trailing spaces (#665)
* Remove trailing spaces

* PR-665 -  Remove trailing spaces

- Updated not stable test t/pt-online-schema-change/preserve_triggers.t
- Updated utilities in bin directory

* PR-665 -  Remove trailing spaces

- Fixed typos

* PR-665 -  Remove trailing spaces

- Fixed typos

---------

Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
2023-09-06 01:15:12 +03:00
Sveta Smirnova e998bd5b55 PT-2101 pt-mongodb-query-digest does not work on standalone server (#630)
* PT-2101 - pt-mongodb-query-digest doesn't work on standalone server

Restoring test case, disabled for new sandbox that was never created.
Added debugging output to find out why the tool behaves not as expected.
Most of changes into main.go will be removed after the fix is done.

* PT-2101 - pt-mongodb-query-digest doesn't work on standalone server

- Changed code so it works with the standalone server
- Updated main_test.go so it works for MongoDB 5.0
- Removed eval.js and group.js, because these command are not supported since MongoDB 4.2

* PT-2101 - pt-mongodb-query-digest doesn't work on standalone server

Updated go.mod and go.sum from the 3.x branch
2023-06-14 15:04:57 +03:00
Carlos Salguero c7eed08e33 MongoDB EXPLAIN JSON APIs (#454)
* WIP

* PMM-4192 Updated MongoDB fingerprint

SystemProfile has been changed to use the new bson.D from the official
MongoDB driver instead of the old BsonD. Updated the fingerprinter
module and all tests

* PMM-4192 Updated MongoDB explain tests

Updated test to use bson.D instead of BsonD

* PMM-4192 Code clean-up

* PMM-4192 Changes for CR

* PMM-4192 Changes for CR

* PMM-4192 Removed unused deps

Co-authored-by: Carlos <cfsalguero@gmail.com>
2020-07-08 10:25:12 -03:00
Anton Kucherov e4f3b1b7d1 PMM-3880 fix tests. 2019-04-25 01:30:44 +03:00
Kamil Dziedzic b53d67f6ea PMM-1905: fix "NToReturn value must be non-negative" issue. 2018-02-12 21:58:48 +01:00
Kamil Dziedzic 8cf08fd882 support getmore; support find with sort; cleanups 2017-10-15 04:14:21 +02:00
Kamil Dziedzic 981faf53ad fix operation and namespace for older MongoDB versions 2017-10-14 20:10:21 +02:00
Kamil Dziedzic edb358ee04 trim spaces 2017-10-11 18:57:27 +02:00
Kamil Dziedzic 4cfbe403a3 for now without range sum 2017-10-11 18:45:25 +02:00
Kamil Dziedzic 804529e353 PMM-1429: generate table of supported versions 2017-10-11 18:04:34 +02:00
Kamil Dziedzic 65b99c905d fix tests 2017-09-14 22:18:39 +02:00
Kamil Dziedzic 932f192f93 Merge remote-tracking branch 'origin/pr/263' into PMM-1429_test_metrics 2017-09-14 22:07:20 +02:00
Kamil Dziedzic 0ef4590c2e PMM-1429: test metrics for different operations and MongoDB versions 2017-09-14 16:23:13 +02:00
MATSUU Takuto c18fdc8a01 fix test 2017-09-13 23:05:51 +09:00
MATSUU Takuto 31d130cbde set Count parameter for totalStats 2017-09-13 18:10:12 +09:00
MATSUU Takuto 3928b1e47f fix a formula 2017-09-13 18:01:47 +09:00
Kamil Dziedzic 59add04961 missing test data 2017-09-06 13:45:23 +02:00
Kamil Dziedzic 185076f8ec basic support for EXPLAIN and EVAL 2017-09-06 11:22:45 +02:00
Kamil Dziedzic 5393a2b001 PMM-685: explain 2017-08-31 13:52:37 +02:00
Kamil Dziedzic 04f95917ae PMM-1057: let's try to bypass limitations of go/bson 2017-08-24 10:29:54 +02:00
Kamil Dziedzic 6d571cd708 fix queries 2017-08-21 18:55:05 +02:00
Kamil Dziedzic 51be22073b PMM-1057: fingerprint more types of queries 2017-08-21 18:16:23 +02:00
Carlos Salguero ced858214d More profiler tests 2017-04-10 16:51:52 -03:00
Carlos Salguero 64a5c6d8b6 New profiler and tests 2017-04-09 23:21:27 -03:00
Carlos Salguero c2419ba10a Implemented version check
Updated readme
2017-01-11 15:01:33 -03:00