Skip to content

feat: Loki Log Streaming #1232

feat: Loki Log Streaming

feat: Loki Log Streaming #1232

Triggered via pull request October 9, 2024 15:10
Status Failure
Total duration 1m 32s
Artifacts

test_tenant_ui.yml

on: pull_request
Matrix: backend
Matrix: frontend
Fit to window
Zoom out
Zoom in

Annotations

4 errors
backend (22.x)
Argument of type '{ (protectedHeader?: JWSHeaderParameters | undefined, token?: FlattenedJWSInput | undefined): Promise<KeyLike>; ... 4 more ...; jwks: () => JSONWebKeySet | undefined; }' is not assignable to parameter of type 'GetKeyFunction<JWSHeaderParameters, FlattenedJWSInput>'.
backend (22.x)
Process completed with exit code 2.
test/components/layout/Sidebar.test.ts > Sidebar > mount matches snapshot with expected values: services/tenant-ui/frontend/test/components/layout/Sidebar.test.ts#L16
Error: Snapshot `Sidebar > mount matches snapshot with expected values 1` mismatched - Expected + Received @@ -155,7 +155,19 @@ <div id="undefined_7_content" class="p-toggleable-content" role="region" aria-labelledby="undefined_7_header" data-pc-section="toggleablecontent" style="display: none;"> <!----> </div> </transition-stub> </div> + <div class="p-panelmenu-panel" data-pc-section="panel"> + <div id="undefined_8_header" class="p-panelmenu-header" tabindex="0" role="button" aria-label="log.log" aria-expanded="false" aria-controls="undefined_8_content" data-pc-section="header" data-p-highlight="false"> + <div class="p-panelmenu-header-content" data-pc-section="headercontent"> + <router-link-stub to="/log" custom=""></router-link-stub> + </div> + </div> + <transition-stub name="p-toggleable-content" appear="false" persisted="false" css="true"> + <div id="undefined_8_content" class="p-toggleable-content" role="region" aria-labelledby="undefined_8_header" data-pc-section="toggleablecontent" style="display: none;"> + <!----> + </div> + </transition-stub> + </div> </div> </div>" ❯ test/components/layout/Sidebar.test.ts:16:28
frontend (22.x)
Process completed with exit code 1.