Skip to content

Commit

Permalink
PMM-7 default scrape size test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Aug 21, 2023
1 parent f9668de commit 1f2e280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/pmm-client-docker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ test.describe('PMM Client Docker CLI tests', async () => {
await scrapeSizeContainer.outContains(`promscrape.maxScrapeSize=\\\"${expectedScrapeSize}MiB\\\"`)

const scrapeSizeTarball = await cli.exec('ps aux | grep -v \'grep\' | grep \'vm_agent\' | tail -1')
await scrapeSizeTarball.outContains(`promscrape.maxScrapeSize=\\\"${expectedScrapeSize}MiB\\\"`)
await scrapeSizeTarball.outContains(`promscrape.maxScrapeSize=${expectedScrapeSize}MiB`)
});
});

0 comments on commit 1f2e280

Please sign in to comment.