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 297fef7 commit 8d71d59
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 @@ -80,7 +80,7 @@ test.describe('PMM Client Docker CLI tests', async () => {
const customScrapeSize = '128';

await test.step('verify client docker logs for default value', async () => {
await (await cli.exec(`docker-compose -f cli/test-setup/docker-compose-scrape-intervals.yml up -d`)).assertSuccess();
await (await cli.exec(`docker-compose -f test-setup/docker-compose-scrape-intervals.yml up -d`)).assertSuccess();
await page.waitForTimeout(10_000);

const scrapeSizeLog = await cli.exec('docker logs pmm-client-scrape-interval 2>&1 | grep \'promscrape.maxScrapeSize.*vm_agent\' | tail -1');
Expand Down

0 comments on commit 8d71d59

Please sign in to comment.