Project

General

Profile

Actions

Bug #42607

closed

mgr/dashboard: dashboard e2e Jenkins job failures on Nautilus backport PRs

Added by Laura Paduano over 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Testing & QA
Target version:
% Done:

0%

Source:
Q/A
Tags:
Backport:
nautilus, mimic
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I've seen this error in some of the backport PRs:

[08:19:18] E/launcher - session not created: This version of ChromeDriver only supports Chrome version 76

I was wondering if we need to update some of the dev-dependencies for Nautilus.

See: https://jenkins.ceph.com/job/ceph-dashboard-pull-requests/2285/console


Related issues 2 (0 open2 closed)

Copied to Dashboard - Backport #42621: nautilus: mgr/dashboard: dashboard e2e Jenkins job failures on Nautilus backport PRsResolvedNathan CutlerActions
Copied to Dashboard - Backport #45917: mimic: mgr/dashboard: dashboard e2e Jenkins job failures on Nautilus backport PRsRejectedActions
Actions #1

Updated by Laura Paduano over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Alfonso Martínez over 4 years ago

I think that running:
```
npx webdriver-manager update --versions.chrome=$(google-chrome --version | awk '{ print $3 }')
```

before ```npm run e2e:ci -- --webdriverUpdate=false``` solves the problem as it aligns the chromedriver version with chrome browser version.
Notice that we are adding the flag ```--webdriverUpdate=false``` so the chromedriver is not updated after the aforementioned command.

We can add this in master and then backport it to nautilus.

Actions #3

Updated by Volker Theile over 4 years ago

We can add this in master and then backport it to nautilus.

I vote for this to do it automatically. I sometimes need to do that manually in my Docker environment when the Chrome package has been updated.

Actions #4

Updated by Laura Paduano over 4 years ago

  • Description updated (diff)
Actions #5

Updated by Tiago Melo over 4 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 31352
Actions #6

Updated by Tiago Melo over 4 years ago

  • Target version changed from v14.2.5 to v15.0.0
  • Backport set to nautilus
Actions #7

Updated by Tiago Melo over 4 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #8

Updated by Nathan Cutler over 4 years ago

  • Copied to Backport #42621: nautilus: mgr/dashboard: dashboard e2e Jenkins job failures on Nautilus backport PRs added
Actions #9

Updated by Nathan Cutler over 4 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions #10

Updated by Nathan Cutler almost 4 years ago

  • Status changed from Resolved to Pending Backport
  • Backport changed from nautilus to nautilus, mimic
Actions #11

Updated by Nathan Cutler almost 4 years ago

  • Copied to Backport #45917: mimic: mgr/dashboard: dashboard e2e Jenkins job failures on Nautilus backport PRs added
Actions #12

Updated by Lenz Grimmer over 3 years ago

  • Status changed from Pending Backport to Resolved
Actions #13

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 151 to Testing & QA
Actions

Also available in: Atom PDF