ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-06 13:37
Elapsed13m57s
Revisionf5c0eba85d9c3d5ce4a0331d1e1251bf255ca7a8
Refs 3740

No Test Failures!


Error lines from build-log.txt

... skipping 184 lines ...

 ✓ packages/utils/src/utils/router.test.js  (47 tests) 192ms
 ✓ packages/utils/src/utils/index.test.js  (57 tests) 135ms
 ✓ src/api/taskRuns.test.js  (18 tests) 184ms
 ✓ src/api/pipelineRuns.test.js  (14 tests) 188ms
 ✓ src/api/utils.test.js  (15 tests) 172ms
stderr | src/api/index.test.js > getInstallProperties > handles error in case of Dashboard client mode
Install properties not found, setting client-mode defaults

stderr | src/api/index.test.js > getInstallProperties > handles unexpected errors
Failed loading install properties, setting read-only default Error: Internal Server Error
    at checkStatus (/home/prow/go/src/github.com/tektoncd/dashboard/src/api/comms.js:102:17)
    at /home/prow/go/src/github.com/tektoncd/dashboard/src/api/comms.js:117:23
    at Module.getInstallProperties (/home/prow/go/src/github.com/tektoncd/dashboard/src/api/index.js:72:12)
    at /home/prow/go/src/github.com/tektoncd/dashboard/src/api/index.test.js:430:24
    at file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:533:5
    at runTest (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1048:11)
    at runSuite (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1204:15)
    at runSuite (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1204:15)
    at runFiles (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1261:5)
    at startTests (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@vitest/runner/dist/index.js:1270:3) {
  response: Response {
    status: 500,
    statusText: 'Internal Server Error',
    headers: Headers {},
    body: null,
    bodyUsed: false,
    ok: false,
    redirected: false,
    type: 'default',
... skipping 59 lines ...
   ✓ Trigger > handles no Interceptors 1010ms
   ✓ Trigger > handles missing Interceptors 741ms
   ✓ Trigger > handles webhook Interceptor without Header 330ms
   ✓ Trigger > handles github Interceptor without eventTypes 360ms
   ✓ Trigger > handles no name 683ms
   ✓ Trigger > handles embedded template spec - resourcetemplates 319ms
 ❯ packages/components/src/components/Log/Log.test.jsx  (17 tests | 1 failed) 17150ms
   ✓ Log > renders default content 1607ms
   ✓ Log > renders virtualized list 2248ms
   ✓ Log > auto-scrolls down, for a running step, when new logs are added and the Log component bottom is below the viewport 3826ms
   × Log > auto-scrolls down, for a running step, when new logs are added and the Log component is scrollable 3238ms
     → expected "set scrollTop" to be called at least once

... skipping 173 lines ...
                  </div>
          ...
   ✓ Log > does not auto-scroll down when the step was never running after the component mounting 847ms
   ✓ Log > displays the scroll to top button when the virtualized list scroll is all the way down 2443ms
   ✓ Log > displays both scroll buttons when the virtualized list scrolled is neither all the way up nor down 1858ms
 ✓ packages/components/src/components/TaskRunDetails/TaskRunDetails.test.jsx  (11 tests) 19304ms
   ✓ TaskRunDetails > renders task name and error state 918ms
   ✓ TaskRunDetails > renders task name and inputs 3573ms
   ✓ TaskRunDetails > renders params with description from inline taskSpec 2598ms
   ✓ TaskRunDetails > does not render tabs whose fields are not provided 2107ms
   ✓ TaskRunDetails > fires onViewChange handler when clicking a tab 1148ms
   ✓ TaskRunDetails > renders results 1769ms
   ✓ TaskRunDetails > renders results with description from inline taskSpec 3070ms
... skipping 9 lines ...
   ✓ DetailsHeader > renders the duration for a terminated step 594ms
 ✓ src/utils/index.test.js  (27 tests) 3111ms
   ✓ sortRunsByStartTime > should handle missing start time or status 607ms
   ✓ setTheme > defaults to system if no theme specified 353ms
 ✓ src/api/comms.test.js  (18 tests | 1 skipped) 4515ms
   ✓ request > returns the response from the given uri 3332ms
   ✓ request > throws on error 375ms
 ✓ src/containers/ServiceAccountsDropdown/ServiceAccountsDropdown.test.jsx  (6 tests) 10740ms
   ✓ ServiceAccountsDropdown > renders items 6591ms
   ✓ ServiceAccountsDropdown > renders controlled selection 2248ms
   ✓ ServiceAccountsDropdown > renders controlled namespace 666ms
   ✓ ServiceAccountsDropdown > renders empty 499ms
   ✓ ServiceAccountsDropdown > handles onChange event 443ms
stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > adds namespace to URL when selected
No routes matched location "/namespaces/foo/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/foo/fake/path"',
  error: Error: No route matches URL "/namespaces/foo/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 2 lines ...
      at invokeOnChangeHandler (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1579:19)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1563:5
}

stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > removes namespace from URL when ALL_NAMESPACES is selected
No routes matched location "/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/fake/path"',
  error: Error: No route matches URL "/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 2 lines ...
      at invokeOnChangeHandler (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1579:19)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/downshift/dist/downshift.cjs.js:1563:5
}

stderr | src/containers/HeaderBarContent/HeaderBarContent.test.jsx > HeaderBarContent > removes namespace from URL when clearing selection
No routes matched location "/fake/path" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/fake/path"',
  error: Error: No route matches URL "/fake/path"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at setPath (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/HeaderBarContent/HeaderBarContent.jsx:799:5)
... skipping 8 lines ...
   ✓ HeaderBarContent > adds namespace to URL when selected 6255ms
   ✓ HeaderBarContent > updates namespace in URL 1796ms
   ✓ HeaderBarContent > removes namespace from URL when ALL_NAMESPACES is selected 680ms
   ✓ HeaderBarContent > selects first namespace when clearing selection in tenant namespace visibility mode 661ms
 ✓ packages/components/src/components/TaskTree/TaskTree.test.jsx  (9 tests) 5444ms
   ✓ TaskTree renders 2881ms
   ✓ TaskTree renders and expands first Task in run with no error 664ms
   ✓ TaskTree renders and expands error Task 552ms
   ✓ TaskTree renders and expands first error Task 402ms
   ✓ TaskTree handles click event on Step 329ms
stderr | src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun > handles onClose event
No routes matched location "/namespaces/namespace-1/pipelineruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/pipelineruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/pipelineruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreatePipelineRun/CreatePipelineRun.jsx:223:5)
... skipping 2 lines ...
      at innerInvokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25)
      at invokeEventListeners (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3)
}

stderr | src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun > handles close
No routes matched location "/namespaces/namespace-1/pipelineruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/pipelineruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/pipelineruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreatePipelineRun/CreatePipelineRun.jsx:223:5)
... skipping 36 lines ...
    at RouterWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:23:3)
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

 ✓ src/containers/TriggerTemplate/TriggerTemplate.test.jsx  (7 tests) 11747ms
   ✓ TriggerTemplateContainer handles error state 2148ms
   ✓ TriggerTemplateContainer renders 6013ms
   ✓ TriggerTemplateContainer contains overview tab with accurate information 1315ms
   ✓ TriggerTemplateContainer contains YAML tab with accurate information 1479ms
   ✓ TriggerTemplateContainer contains formatted labels 404ms
stderr | src/containers/CreateTaskRun/CreateTaskRun.test.jsx > CreateTaskRun > handles onClose event
No routes matched location "/namespaces/namespace-1/taskruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/taskruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/taskruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleClose (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateTaskRun/CreateTaskRun.jsx:219:5)
... skipping 5 lines ...

 ✓ src/containers/CreateTaskRun/CreateTaskRun.test.jsx  (5 tests) 10420ms
   ✓ CreateTaskRun > renders empty, dropdowns disabled when no namespace selected 6391ms
   ✓ CreateTaskRun > renders labels 1429ms
   ✓ CreateTaskRun > resets Task and ServiceAccount when namespace changes 1097ms
   ✓ CreateTaskRun > handles onClose event 895ms
   ✓ CreateTaskRun > handles error getting task controlled 591ms
 ✓ src/containers/EventListener/EventListener.test.jsx  (4 tests) 10608ms
   ✓ EventListener displays with formatted labels 9430ms
   ✓ EventListener handles no serviceAccountName 506ms
   ✓ EventListener handles no service type 389ms
 ✓ src/containers/YAMLEditor/YAMLEditor.test.jsx  (7 tests) 14831ms
   ✓ YAMLEditor > handles onClose event 4021ms
   ✓ YAMLEditor > handle submit with empty editor 5789ms
   ✓ YAMLEditor > handle submit resource without namespace 1714ms
   ✓ YAMLEditor > handle submit 1295ms
   ✓ YAMLEditor > handle submit error 1570ms
 ✓ src/containers/PipelineRuns/PipelineRuns.test.jsx  (6 tests) 15496ms
   ✓ PipelineRuns container > Duplicate label filters are prevented 9952ms
   ✓ PipelineRuns container > An invalid filter value is disallowed and reported 729ms
   ✓ PipelineRuns container > Creation, deletion and stop events are possible when not in read-only mode 1919ms
   ✓ PipelineRuns container > Creation, deletion and stop events are not possible when in read-only mode 710ms
   ✓ PipelineRuns container > handles rerun event in PipelineRuns page 1307ms
   ✓ PipelineRuns container > handles start event in PipelineRuns page 797ms
stderr | src/containers/ImportResources/ImportResources.test.jsx > ImportResources component > Displays an error when Namespace is empty
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    at NamespacesDropdown (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/NamespacesDropdown/NamespacesDropdown.jsx:630:3)
    at form
    at Form (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/Form/Form.js:26:5)
    at div
    at ImportResources (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/ImportResources/ImportResources.jsx:1927:65)
... skipping 10 lines ...
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:100:7)

stderr | src/containers/ImportResources/ImportResources.test.jsx > ImportResources component > Valid data submit displays success notification
Warning: The `flags` prop for `FeatureFlag` has been deprecated. Please run the `featureflag-deprecate-flags-prop` codemod to migrate to individual boolean props.npx @carbon/upgrade migrate featureflag-deprecate-flags-prop --write

 ❯ src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx  (5 tests | 2 failed) 15530ms
   ✓ CreatePipelineRun > renders labels 7622ms
   ✓ CreatePipelineRun > handles onClose event 1016ms
   ✓ CreatePipelineRun > handles close 420ms
   × CreatePipelineRun yaml mode > renders with namespace 3192ms
     → expected 2 to be +0 // Object.is equality

... skipping 81 lines ...
      </div>
    </div>
  </body>
</html>
 ✓ src/containers/ImportResources/ImportResources.test.jsx  (7 tests) 18546ms
   ✓ ImportResources component > Displays errors when Repository URL and Namespace is empty 8657ms
   ✓ ImportResources component > Displays an error when Repository URL is empty 2153ms
   ✓ ImportResources component > Displays an error when Namespace is empty 2031ms
   ✓ ImportResources component > Valid data submit displays success notification 1673ms
   ✓ ImportResources component > Invalid data submit displays invalidText 1213ms
   ✓ ImportResources component > URL TextInput handles onChange event 1073ms
   ✓ ImportResources component > Can clear the selected namespace 1628ms
stderr | src/containers/TaskRuns/TaskRuns.test.jsx > TaskRuns container > Duplicate label filters are prevented
Warning: The `filter` prop has been deprecated and will be removed in the next major version. Use DismissibleTag instead.
... skipping 29 lines ...
    at QueryClientProvider (file:///home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@tanstack/react-query/build/lib/QueryClientProvider.mjs:41:3)
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:60:7)

 ✓ src/containers/About/About.test.jsx  (4 tests) 5689ms
   ✓ About > should render correctly 3561ms
   ✓ About > should render error when an expected property is missing 1165ms
   ✓ About > should render error when multiple expected properties are missing 684ms
 ✓ src/containers/TaskRuns/TaskRuns.test.jsx  (5 tests) 5876ms
   ✓ TaskRuns container > Duplicate label filters are prevented 1159ms
   ✓ TaskRuns container > An invalid filter value is disallowed and reported 683ms
   ✓ TaskRuns container > TaskRun actions are available when not in read-only mode 1401ms
   ✓ TaskRuns container > handles rerun event in TaskRuns page 2306ms
stderr | packages/components/src/components/KeyValueList/KeyValueList.test.jsx > KeyValueList incorrect fields
Warning: Failed prop type: The prop `children` is marked as required in `ForwardRef(Text)`, but its value is `undefined`.
    at Text (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/Text/Text.js:24:5)
    at TextInput (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/TextInput/TextInput.js:35:5)
    at div
    at div
    at KeyValueList (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/components/KeyValueList/KeyValueList.jsx:539:3)
    at IntlProvider (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-intl/src/components/provider.js:33:47)
... skipping 135 lines ...
   ✓ TaskRuns renders correct data 370ms
 ✓ src/containers/PipelinesDropdown/PipelinesDropdown.test.jsx  (6 tests) 486ms
 ✓ src/containers/TasksDropdown/TasksDropdown.test.jsx  (6 tests) 515ms
   ✓ TasksDropdown > renders items 309ms
 ✓ src/containers/ClusterTriggerBinding/ClusterTriggerBinding.test.jsx  (5 tests) 803ms
stderr | src/containers/NamespacesDropdown/NamespacesDropdown.test.jsx > NamespacesDropdown handles onChange event
Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
    at input
    at div
    at div
    at ListBox (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/ListBox/ListBox.js:43:5)
    at div
    at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@carbon/react/lib/components/ComboBox/ComboBox.js:125:36
... skipping 8 lines ...

 ✓ src/containers/NamespacesDropdown/NamespacesDropdown.test.jsx  (6 tests) 562ms
stderr | packages/components/src/components/LabelFilter/LabelFilter.test.jsx > LabelFilter renders
Warning: The `filter` prop has been deprecated and will be removed in the next major version. Use DismissibleTag instead.
Warning: The `onClose` prop has been deprecated and will be removed in the next major version. Use DismissibleTag instead.

stderr | packages/components/src/components/LabelFilter/LabelFilter.test.jsx > LabelFilter renders error on empty filter
Warning: The `flags` prop for `FeatureFlag` has been deprecated. Please run the `featureflag-deprecate-flags-prop` codemod to migrate to individual boolean props.npx @carbon/upgrade migrate featureflag-deprecate-flags-prop --write

 ✓ src/containers/TriggerBinding/TriggerBinding.test.jsx  (5 tests) 629ms
 ✓ packages/components/src/components/LabelFilter/LabelFilter.test.jsx  (7 tests) 466ms
 ✓ src/api/customRuns.test.js  (5 tests) 739ms
   ✓ deleteCustomRun 562ms
... skipping 15 lines ...

 ✓ src/containers/PipelineRun/PipelineRun.test.jsx  (3 tests) 750ms
   ✓ PipelineRunContainer renders data 393ms
   ✓ PipelineRunContainer renders not found state 304ms
 ✓ packages/components/src/components/ResourceDetails/ResourceDetails.test.jsx  (5 tests) 2404ms
   ✓ ResourceDetails > renders the loading state 487ms
   ✓ ResourceDetails > renders the error state 438ms
   ✓ ResourceDetails > renders the default content 337ms
   ✓ ResourceDetails > renders the selected tab 830ms
stderr | src/containers/CreateCustomRun/CreateCustomRun.test.jsx > CreateCustomRun yaml mode > handle submit with customrun and namespace
No routes matched location "/namespaces/test-namespace/customruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/test-namespace/customruns"',
  error: Error: No route matches URL "/namespaces/test-namespace/customruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at /home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateCustomRun/CreateCustomRun.jsx:67:7
}

stderr | src/containers/CreateCustomRun/CreateCustomRun.test.jsx > CreateCustomRun yaml mode > handles onClose event
No routes matched location "/namespaces/namespace-1/customruns" 
Error handled by React Router default ErrorBoundary: ErrorResponseImpl {
  status: 404,
  statusText: 'Not Found',
  internal: true,
  data: 'Error: No route matches URL "/namespaces/namespace-1/customruns"',
  error: Error: No route matches URL "/namespaces/namespace-1/customruns"
      at getInternalRouterError (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:5505:5)
      at handleNavigational404 (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:3111:17)
      at startNavigation (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1523:47)
      at Object.navigate (/home/prow/go/src/github.com/tektoncd/dashboard/node_modules/@remix-run/router/router.ts:1427:18)
      at /home/prow/go/src/github.com/tektoncd/dashboard/node_modules/react-router/lib/hooks.tsx:1106:16
      at handleCloseYAMLEditor (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/CreateCustomRun/CreateCustomRun.jsx:57:5)
... skipping 49 lines ...
   ✓ deleteTask 366ms
 ✓ packages/components/src/components/FormattedDate/FormattedDate.test.jsx  (4 tests) 322ms
 ✓ packages/utils/src/utils/hooks.test.js  (2 tests) 244ms
 ✓ packages/components/src/components/RunHeader/RunHeader.test.jsx  (5 tests) 1001ms
   ✓ RunHeader renders the provided content 539ms
 ✓ src/containers/Trigger/Trigger.test.jsx  (2 tests) 471ms
   ✓ TriggerContainer > handles error state 304ms
 ✓ packages/components/src/components/TextInput/TextInput.test.jsx  (2 tests) 213ms
 ✓ packages/components/src/components/PageErrorBoundary/PageErrorBoundary.test.jsx  (2 tests) 292ms
 ✓ src/containers/LogoutButton/LogoutButton.test.jsx  (3 tests) 351ms
stderr | src/containers/LogoutButton/LogoutButton.test.jsx
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    at LogoutButton (/home/prow/go/src/github.com/tektoncd/dashboard/src/containers/LogoutButton/LogoutButton.jsx:229:64)
... skipping 59 lines ...
    at apiWrapper (/home/prow/go/src/github.com/tektoncd/dashboard/src/utils/test.jsx:61:5)
    at wrapper (/home/prow/go/src/github.com/tektoncd/dashboard/packages/components/src/utils/test.jsx:100:7)

 ✓ src/containers/App/App.test.jsx  (4 tests) 1154ms
   ✓ App > renders successfully in full cluster mode 685ms

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 3 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun yaml mode > renders with namespace
AssertionError: expected 2 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head>
    <title>
... skipping 51 lines ...
 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:52:12
 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:141:77
 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:133:16

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/3]⎯

 FAIL  src/containers/CreatePipelineRun/CreatePipelineRun.test.jsx > CreatePipelineRun yaml mode > handle submit with pipelinerun and namespace
AssertionError: expected 2 to be +0 // Object.is equality

Ignored nodes: comments, script, style
<html>
  <head>
    <title>
... skipping 51 lines ...
 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:52:12
 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:141:77
 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:133:16

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/3]⎯

 FAIL  packages/components/src/components/Log/Log.test.jsx > Log > auto-scrolls down, for a running step, when new logs are added and the Log component is scrollable
AssertionError: expected "set scrollTop" to be called at least once

Ignored nodes: comments, script, style
<html>
  <head />
  <body>
... skipping 178 lines ...
 ❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:52:12
 ❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:141:77
 ❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:133:16

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/3]⎯

 Test Files  2 failed | 71 passed (73)
      Tests  3 failed | 590 passed | 1 skipped (594)
   Start at  13:45:13
   Duration  309.90s (transform 181.40s, setup 323.70s, collect 1800.46s, tests 257.29s, environment 1654.44s, prepare 99.97s)


===========================
==== UNIT TESTS FAILED ====
===========================
+ EXIT_VALUE=1
+ set +o xtrace