Your message dated Sat, 12 Aug 2023 12:36:09 +0000
with message-id <e1qunqj-00d8nc...@fasolo.debian.org>
and subject line Bug#1043508: fixed in jquery-timepicker 1.6.3-5
has caused the Debian Bug report #1043508,
regarding jquery-timepicker: Failing autopkgtest with python3-selenium
4.11.2+dfsg-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1043508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jquery-timepicker
Version: 1.6.3-4
Severity: important
Dear Maintainer,
the autopkgtest of jquery-timepicker is failing with the most recent
version of python3-selenium.
This is due a internal change in Selenium upstream since version 4.11.0.
Upstream is using a method/component called Selenium Manager since then
and as we can't ship this due it's binary form calling webdriver.Chrome()
needs to be extended about the information which driver needs to be used.
Please see attached patch that will fix the autopkgtest so it can bee
succeeding as before.
Regards
Carsten
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.3.0-1-amd64 (SMP w/20 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
>From 18ec221fd0f31bdb16c5f915732ac595d5c0a79b Mon Sep 17 00:00:00 2001
From: Carsten Schoenert <c.schoen...@t-online.de>
Date: Sat, 12 Aug 2023 09:27:11 +0200
Subject: [PATCH] autopkgtest: Tune Selenium setup to use local chromedriver
Selenium upstream did change the internal behavior to use Selenium
Manager which we can not use directly, it's shipped as a pre-compiled
binary currently. It's not packaged yet in any form.
Instead set the path to the chromdriver executable manually and extend
the options on the webdriver.chrome() call.
---
debian/tests/test-runner.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/tests/test-runner.py b/debian/tests/test-runner.py
index e78db56..f2f4db3 100644
--- a/debian/tests/test-runner.py
+++ b/debian/tests/test-runner.py
@@ -1,6 +1,7 @@
from selenium import webdriver
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.common.by import By
+from selenium.webdriver.chrome.service import Service as ChromeService
import os
options = webdriver.ChromeOptions()
@@ -9,7 +10,8 @@ options.add_argument('--no-sandbox')
options.add_argument('--headless')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')
-driver = webdriver.Chrome(options=options)
+service = ChromeService(executable_path="/usr/bin/chromedriver")
+driver = webdriver.Chrome(options=options, service=service)
print("Running tests")
driver.get("http://localhost:8888/SpecRunner.html?random=false")
--
2.40.1
--- End Message ---
--- Begin Message ---
Source: jquery-timepicker
Source-Version: 1.6.3-5
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
jquery-timepicker, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1043...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated jquery-timepicker package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 12 Aug 2023 15:58:18 +0400
Source: jquery-timepicker
Architecture: source
Version: 1.6.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1043508
Changes:
jquery-timepicker (1.6.3-5) unstable; urgency=medium
.
[ Carsten Schoenert ]
* Tune Selenium setup to use local chromedriver (Closes: #1043508)
Checksums-Sha1:
624568ca8c9988e4b70826232d2227162eb8f29a 2218 jquery-timepicker_1.6.3-5.dsc
87e37c47e913ae17e017d4937fd89a3064eb43ed 103600
jquery-timepicker_1.6.3-5.debian.tar.xz
Checksums-Sha256:
09344f8780d08af7c92263885e1b3717d27700ba9922ac16c0e57558eabce5bf 2218
jquery-timepicker_1.6.3-5.dsc
2378a3d2a9caccc50380e335712f135d065e7d4e2bba4587a3e653cbb45437fa 103600
jquery-timepicker_1.6.3-5.debian.tar.xz
Files:
19685e18ee8d260c59ab6615e4d0858f 2218 javascript optional
jquery-timepicker_1.6.3-5.dsc
e6c0ce0ed0b00d68e6f8ea5eedeb085c 103600 javascript optional
jquery-timepicker_1.6.3-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmTXdCcACgkQ9tdMp8mZ
7umJmRAAlbFXunvRoYY1j2eT/5XNWktIgIsp/HMP7I1woRYrwv4dj9kn+65MDIth
Xc5Pjz+uRK1hKX2RWz1CKHNlMIe74eEDv8Mc1yADKtxbCRsNLmpNBNL3fJJH0QEw
J/r0syBp8Yst9MiD+rNno9zK7sEsuV7m66urParRYkjBvBuryozv0xtK1eco+3dD
8um8MfSEUHkVM67iVnmfcWnTQkbVy3kZe64vtI9uEnD5yGFmt0gzG53dZ60FSOZj
BNI1Oz39zpYUHHMFKebzlHJx7mBOUHLWFRZXM5hfAZcaSzlH0Icd3vefZ9jTygyQ
kw6Ah5JgvuhGbas7UE6fa0enDNV8/zk2Y5+Pbf7XNPeTdXbvQnH4qz2MZ8+m5tPw
BooH5vkKJLxP03rYFmd7y4F85yS+Gkqbl1kh6XfYtTVYM3jGqMD9U5KXYap4qo0J
j1x7Xy6lMXNBFK+XtwHguxYBL/YjHo4w5oB3eFhm2NHt5ldFCfJBmP8XHtDClED7
+tv6TFGEtngDN4JD4NoA/fMGGa4/OvkL2lxVlpL0dFhz71Ea1UA6cWnIbVIt7enf
pZ9v8OneUvsXJ3Cgso6jJaZN7hGLpIwIfSdEQ/kdg0SzqYwPK4KfqpFsEZAQZWpX
0ozaH+TA8s0SUYbmgGm6nr3dGYQE5NK2vPXM4M5W0XDQlKBGELI=
=KwmJ
-----END PGP SIGNATURE-----
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel