Bug #16941
closed
- Status changed from New to In Progress
Integration tests failed because of some missing import problem, but I think there's also some other problem on src/store/auth/auth-action-session.ts
.
It's very odd that the compiler haven't noticed this, have we disabled some type checking feature recently without noticing?
Lucas Di Pentima wrote:
Integration tests failed because of some missing import problem, but I think there's also some other problem on src/store/auth/auth-action-session.ts
.
It's very odd that the compiler haven't noticed this, have we disabled some type checking feature recently without noticing?
Yes, that's weird. I was running the unit tests but not the integration tests. Iit is still strange that it wasn't giving typescript compile failures. Fixed.
16941-inactive-remotes @ fb3f4deaceade35ad36718ce814d6ff4d0cb996b
developer-tests-workbench2: #119
Note: as noted in standup, in my local test I was getting an unrelated test failure that seems to be due to a project table list refreshing (and changing sort order) while the context menu was open, resulting in a different item being selected. I don't know if it will happen again on Jenkins.
=> https://dev.arvados.org/issues/16951
Just one observation:
- At
src/views/search-results-panel/search-results-panel-view.tsx
line 117 there’s a debugging console.log()
statement.
Other than that, it LGTM.
- Status changed from In Progress to Resolved
Also available in: Atom
PDF