roachtest: bugfix testeng grafana link missing cluster name#107984
roachtest: bugfix testeng grafana link missing cluster name#107984craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
|
tl;dr: my guess is that the cause of this is related to the fact that clusters are wiped before and after each test runs: #22795 (?) I noticed that using I did need to put a guard in
I committed some better tests (i.e. putting some echotests in TestCreatePostRequest) since I realized that testing how generateHelpCommand works inside of createPostRequest helped me through this process. |
I believe so too.
Makes sense to me.
I'd say it's good enough. In practice, the |
Previously, the testeng grafana link generated after a roachtest failure directed the user to cockroachlabs.com due to a missing cluster name from the link. This patch should fix this issue by getting the cluster name from a `*githubIssues.cluster.name` instead of the `clusterName` from roachtest/cluster.go. Fixes: cockroachdb#107894 Release note (bug fix): The link to testeng grafana that is generated on a roachtest failure should now properly direct to grafana.
4e999e4 to
abd1e0d
Compare
|
TFTR! ('-')7 bors r=renatolabs |
|
Build succeeded: |
Previously, the testeng grafana link generated after a roachtest failure directed the user to cockroachlabs.com due to a missing cluster name from the link. This patch should fix this issue by getting the cluster name from a
*githubIssues.cluster.nameinstead of theclusterNamefrom roachtest/cluster.go.Fixes: #107894
Release note (bug fix): The link to testeng grafana that is generated on a roachtest failure should now properly direct to grafana.