Add stub of Disk Metrics using OxQL #8634
lintBuildTest.yml
on: pull_request
install
18s
ci
1m 49s
Matrix: playwright
Annotations
4 errors and 1 warning
app/util/path-builder.spec.ts > path builder:
app/util/path-builder.spec.ts#L40
Error: Snapshot `path builder 1` mismatched
- Expected
+ Received
@@ -6,11 +6,14 @@
"floatingIpEdit": "/projects/p/floating-ips/f/edit",
"floatingIps": "/projects/p/floating-ips",
"floatingIpsNew": "/projects/p/floating-ips-new",
"instance": "/projects/p/instances/i/storage",
"instanceConnect": "/projects/p/instances/i/connect",
- "instanceMetrics": "/projects/p/instances/i/metrics",
+ "instanceCpuMetrics": "/projects/p/instances/i/metrics/cpu",
+ "instanceDiskMetrics": "/projects/p/instances/i/metrics/disk",
+ "instanceMetrics": "/projects/p/instances/i/metrics",
+ "instanceNetworkMetrics": "/projects/p/instances/i/metrics/network",
"instanceNetworking": "/projects/p/instances/i/networking",
"instanceStorage": "/projects/p/instances/i/storage",
"instances": "/projects/p/instances",
"instancesNew": "/projects/p/instances-new",
"ipPool": "/system/networking/ip-pools/pl",
❯ app/util/path-builder.spec.ts:40:6
|
app/util/path-builder.spec.ts > breadcrumbs:
app/util/path-builder.spec.ts#L147
Error: Snapshot `breadcrumbs 2` mismatched
- Expected
+ Received
@@ -122,12 +122,86 @@
{
"label": "Connect",
"path": "/projects/p/instances/i/connect",
},
],
+ "instanceCpuMetrics (/projects/p/instances/i/metrics/cpu)": [
+ {
+ "label": "Projects",
+ "path": "/projects",
+ },
+ {
+ "label": "p",
+ "path": "/projects/p/instances",
+ },
+ {
+ "label": "Instances",
+ "path": "/projects/p/instances",
+ },
+ {
+ "label": "i",
+ "path": "/projects/p/instances/i/storage",
+ },
+ {
+ "label": "Metrics",
+ "path": "/projects/p/instances/i/metrics",
+ },
+ {
+ "label": "CPU",
+ "path": "/projects/p/instances/i/metrics/cpu",
+ },
+ ],
+ "instanceDiskMetrics (/projects/p/instances/i/metrics/disk)": [
+ {
+ "label": "Projects",
+ "path": "/projects",
+ },
+ {
+ "label": "p",
+ "path": "/projects/p/instances",
+ },
+ {
+ "label": "Instances",
+ "path": "/projects/p/instances",
+ },
+ {
+ "label": "i",
+ "path": "/projects/p/instances/i/storage",
+ },
+ {
+ "label": "Metrics",
+ "path": "/projects/p/instances/i/metrics",
+ },
+ {
+ "label": "Disk",
+ "path": "/projects/p/instances/i/metrics/disk",
+ },
+ ],
"instanceMetrics (/projects/p/instances/i/metrics)": [
+ {
+ "label": "Projects",
+ "path": "/projects",
+ },
+ {
+ "label": "p",
+ "path": "/projects/p/instances",
+ },
{
+ "label": "Instances",
+ "path": "/projects/p/instances",
+ },
+ {
+ "label": "i",
+ "path": "/projects/p/instances/i/storage",
+ },
+ {
+ "label": "Metrics",
+ "path": "/projects/p/instances/i/metrics",
+ },
+ ],
+ "instanceNetworkMetrics (/projects/p/instances/i/metrics/network)": [
+ {
"label": "Projects",
"path": "/projects",
},
{
"label": "p",
@@ -142,10 +216,14 @@
"path": "/projects/p/instances/i/storage",
},
{
"label": "Metrics",
"path": "/projects/p/instances/i/metrics",
+ },
+ {
+ "label": "Network",
+ "path": "/projects/p/instances/i/metrics/network",
},
],
"instanceNetworking (/projects/p/instances/i/networking)": [
{
"label": "Projects",
❯ app/util/path-builder.spec.ts:147:37
|
ci
Process completed with exit code 1.
|
Playwright (safari)
Process completed with exit code 1.
|
Playwright (chrome)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results-firefox
|
3.52 MB |
|
test-results-safari
|
875 KB |
|