Skip to content

PMM-14912-dynamic-thresholds (FB) - #4449

Draft
matejkubinec wants to merge 15 commits into
v3from
PMM-14912-dynamic-thresholds
Draft

PMM-14912-dynamic-thresholds (FB)#4449
matejkubinec wants to merge 15 commits into
v3from
PMM-14912-dynamic-thresholds

Conversation

@matejkubinec

@matejkubinec matejkubinec commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Custom branches:

@JNKPercona

Copy link
Copy Markdown
Collaborator

Looks like there are outdated source branches.
Please update them and restart the job
percona/grafana#912

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6665/

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6837/

@JNKPercona

Copy link
Copy Markdown
Collaborator

Looks like there are outdated source branches.
Please update them and restart the job
percona/pmm#5579

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6869/

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6872/

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6875/

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6876/

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/6894/

@JNKPercona

Copy link
Copy Markdown
Collaborator

Looks like there are outdated source branches.
Please update them and restart the job
percona/pmm#5579
percona/grafana#912

@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/7222/

Copy link
Copy Markdown
Contributor

The red @fb-alerting|@fb-settings UI tests check on this PR reproduced, and it is a pmm-qa test bug, not a problem with your change — nothing here needs fixing on your side. All 13 actionable failures are in codeceptjs-e2e/tests/ia/ruleTemplates_test.js and share one cause: the rule-template row-action locators address a template via //td[contains(text(), "NAME")], and the new Name-column Cell renderer in percona/grafana#912 moves the name into <td><div><span>NAME</span></div></td> — XPath text() only sees a node's direct text children, so every lookup by name matches nothing.

Verified on a throwaway VM running this PR's own build perconalab/pmm-server-fb:PR-4449-3eded28: against the live table the current locator returns 0 matches and a row-scoped contains(.) one returns 1, and the suite goes from 13 passed, 13 failed to 26 passed, 0 failed with only the locators changed.

Fix: percona/pmm-qa#1297. It matches both DOM shapes (re-verified green on perconalab/pmm-server:3-dev-latest too), so it is not blocked on grafana#912 and needs no coordination with your merge. Once it lands, this check should go green on your next FB build.


Generated by Claude Code

@JNKPercona

Copy link
Copy Markdown
Collaborator

Looks like there are outdated source branches.
Please update them and restart the job
percona/grafana#912

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants