Error lines from build-log.txt
... skipping 393 lines ...
PASS src/containers/BasicDetails/BasicDetails.test.tsx (15.414 s)
PASS src/common/titlecase.test.ts
PASS src/components/Background/Background.test.tsx
PASS src/containers/ParseUrl/ParseUrl.test.tsx
PASS src/containers/CategoryFilter/CategoryFilter.test.tsx (5.136 s)
PASS src/components/HomePage/HomePage.test.tsx
FAIL src/store/auth.test.ts (16.274 s)
● Console
console.error
Error: Uncaught [Error: expect(received).toBe(expected) // Object.is equality
Expected: "6h0m0s"
Received: "24h0m0s"]
at reportException (/home/prow/go/src/github.com/tektoncd/hub/ui/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24)
at Timeout.task [as _onTimeout] (/home/prow/go/src/github.com/tektoncd/hub/ui/node_modules/jsdom/lib/jsdom/browser/Window.js:521:9)
at listOnTimeout (node:internal/timers:569:17)
... skipping 145 lines ...
at mount (node_modules/enzyme/src/mount.js:10:10)
at Object.<anonymous> (src/containers/App/App.test.tsx:21:22)
PASS src/containers/Details/Details.test.tsx (17.344 s)
● Console
console.error
Warning: Cannot update a component (`Unknown`) while rendering a different component (`Unknown`). To locate the bad setState() call inside `Unknown`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render
at useObserver (/home/prow/go/src/github.com/tektoncd/hub/ui/node_modules/mobx-react-lite/src/observer.ts:122:16)
at children (/home/prow/go/src/github.com/tektoncd/hub/ui/src/store/root.tsx:63:23)
at WrapperComponent (/home/prow/go/src/github.com/tektoncd/hub/ui/node_modules/@wojtekmaj/enzyme-adapter-utils/src/createMountWrapper.jsx:46:26)
at printWarning (node_modules/react-dom/cjs/react-dom.development.js:67:30)
at error (node_modules/react-dom/cjs/react-dom.development.js:43:5)
at warnAboutRenderPhaseUpdatesInDEV (node_modules/react-dom/cjs/react-dom.development.js:24002:15)
at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:21836:3)
at dispatchAction (node_modules/react-dom/cjs/react-dom.development.js:16139:5)
at Object.onStoreChange (node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js:50:45)
at Reaction.onStoreChange (node_modules/mobx-react-lite/src/useObserver.ts:31:13)
at Reaction.onInvalidate_ [as runReaction_] (node_modules/mobx/src/core/reaction.ts:139:26)
... skipping 33 lines ...
at wrap (node_modules/mobx-state-tree/dist/mobx-state-tree.js:4524:20)
at onFulfilled (node_modules/mobx-state-tree/dist/mobx-state-tree.js:4538:39)
PASS src/store/resource.test.ts (49.118 s)
Summary of all failing tests
FAIL src/store/auth.test.ts (16.274 s)
● Store functions › can update refresh and access token
expect(received).toBe(expected) // Object.is equality
Expected: "6h0m0s"
Received: "24h0m0s"
... skipping 23 lines ...
[90m 148 |[39m [36mconst[39m code [33m=[39m {[0m
at it (src/store/auth.test.ts:145:3)
at Object.describe (src/store/auth.test.ts:29:1)
Test Suites: 1 failed, 40 passed, 41 total
Tests: 1 failed, 129 passed, 130 total
Snapshots: 52 passed, 52 total
Time: 51.243 s
Ran all test suites.
make: *** [Makefile:69: ui-test] Error 1
ERROR: ui unit test failed
+ EXIT_VALUE=1
+ set +o xtrace