Issues
- Automatic tests are unstableSE-109Danylo Bereznenko
- Release 0.7.2-GASE-108Sveta Smirnova
- Merge v3 and main branchesSE-107Resolved issue: SE-107Danylo Bereznenko
- pmm-dump export does not include host metrics when filtering on servicesSE-105Resolved issue: SE-105Andrii Dema
- Release 0.7.1-GASE-102Resolved issue: SE-102Sveta Smirnova
- Incorrect format when exporting QAN dataSE-101Resolved issue: SE-101Andrii Dema
- pmm-dump import succeed without any data even if instance is not presentSE-100Resolved issue: SE-100Andrii Dema
- Unable to export with pmm-dump from a custom dashboardSE-98Resolved issue: SE-98Andrii Dema
- PMM-Dump Tool - SecOps RequestSE-97Andrii Dema
- pmm-dump export hitting -search.maxSamplesPerQuery limitsSE-96Andrii Dema
- pmm-dump export for QAN data has scalability issues.SE-95Resolved issue: SE-95Andrii Dema
- Cannot dump QAN if --where clause is presentSE-94Resolved issue: SE-94Andrii Dema
- Dump with default options hangs during importSE-93Resolved issue: SE-93Andrii Dema
- Dump, created with option --instance, hangs when importingSE-92Resolved issue: SE-92Andrii Dema
- Limit message size for importSE-91Resolved issue: SE-91
- pmm-dump regression test should import to another pmm server to compare differencesSE-89Resolved issue: SE-89Andrii Dema
- pmm-dump regressions test should be able to use existing pmm containersSE-88Resolved issue: SE-88Andrii Dema
- pmm-dump miss error while getting pmm server versionSE-87Resolved issue: SE-87
- 0.7.0-GASE-86Resolved issue: SE-86Sveta Smirnova
- Typo in metaSE-85Resolved issue: SE-85Andrii Dema
- PMM Dump should have regression testsSE-84Resolved issue: SE-84Andrii Dema
- PMM Dump cannot import into PMM 2.33SE-83Resolved issue: SE-83Andrii Dema
- pmm-dump error importing data "failed to send HTTP request to victoria metrics: timeout goroutine_id=1"SE-81Resolved issue: SE-81
- MYRAM parameter documentationSE-77Resolved issue: SE-77Andrii Dema
- Option version requires connection string for PMMSE-76Resolved issue: SE-76Andrii Dema
- pmm-dump error importing large data dump "Request Entity Too Large"SE-75Resolved issue: SE-75Sveta Smirnova
- PMM 2.19 is not showing data after importing a pmm-transferer dumpSE-74Resolved issue: SE-74Andrii Dema
- Rename pmm-transferer to pmm-dumpSE-72Resolved issue: SE-72Andrii Dema
- 0.6.1-RCSE-71Resolved issue: SE-71Sveta Smirnova
- Add the list of services being monitored by the PMM Server to the meta.json fileSE-70Resolved issue: SE-70Andrii Dema
- PMM Transferer meta file should have arguments used.SE-69Resolved issue: SE-69Andrii Dema
- PMM Transferer cannot work with usernames with special charactersSE-68Resolved issue: SE-68Andrii Dema
- Implement a way to ignore the thresholds completelySE-67Resolved issue: SE-67Andrii Dema
- Check if PMM server version is supportedSE-66Resolved issue: SE-66Andrii Dema
- Add options for specifying PMM credentials.SE-65Resolved issue: SE-65
- Improve output messages when collection is stopped due to load.SE-64Resolved issue: SE-64Andrii Dema
- --critical-load and --max-load designed with 1 CPU in mindSE-63Resolved issue: SE-63Andrii Dema
- Add release version to the version stringSE-62Resolved issue: SE-62Andrii Dema
- When copying single dashboard for one instance PMM Transferer also copies all other instances namesSE-61Resolved issue: SE-61
- Safe threshold for RAM usage within the toolSE-60Resolved issue: SE-60
- QAN import does not work as expectedSE-59Resolved issue: SE-59Andrii Dema
- Store time zone information in the meta fileSE-57Resolved issue: SE-57Andrii Dema
- Warn user when filters for QAN metrics are specified and are not specified for core metrics. And vice versaSE-56Resolved issue: SE-56Andrii Dema
- PMM Transferer checks update instead of versionSE-55Resolved issue: SE-55Andrii Dema
- start-ts and end-ts do not work as documentedSE-53Resolved issue: SE-53Andrii Dema
- pmm-transfer export can not take QAN backup even with explicit use of dump-qanSE-52Resolved issue: SE-52Andrii Dema
- pmm-transfer export not working for filter by instance using service nameSE-51Resolved issue: SE-51Sveta Smirnova
- Full export contains only last 4 hours of dataSE-50Resolved issue: SE-50Oleksandr Levchenkov
- Improve error message in case of SSL cert issueSE-49Resolved issue: SE-49Andrii Dema
- load_checker_url option is not mentioned for export command but requiredSE-48Resolved issue: SE-48Oleksandr Levchenkov
50 of 84
Automatic tests are unstable
General
Escalation
General
Escalation
Description
Environment
None
Created 4 days ago
Updated 4 days ago
Automatic tests run manually by
make run-unit-tests; make run-e2e-tests; make run-e2e-tests-v2
finish with success with the current main branch, tag 0.7.1-ga
However, if I run them as
make run-tests
They periodically fail.
If I run them on GitHub when reviewing PR, they fail even more often.
This makes verifying DependaBot pull requests harder. We cannot blindly accept DependaBot pull requests because they break the PMM Dump code from time to time.