Title: [251232] trunk/Tools
Revision
251232
Author
clo...@igalia.com
Date
2019-10-17 07:51:21 -0700 (Thu, 17 Oct 2019)

Log Message

run-buildbot-test: sqlalchemy exception when upgrading the database
https://bugs.webkit.org/show_bug.cgi?id=202927

Reviewed by Adrian Perez de Castro.

Update the version of sqlalchemy-migrate for pip used for the test.
That fixes the exception when upgrading the database.

* BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py (251231 => 251232)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py	2019-10-17 11:28:01 UTC (rev 251231)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py	2019-10-17 14:51:21 UTC (rev 251232)
@@ -260,7 +260,7 @@
                     'twisted==12.1.0',
                     'jinja2==2.6',
                     'sqlalchemy==0.7.8',
-                    'sqlalchemy-migrate==0.7.2']
+                    'sqlalchemy-migrate==0.12.0']
         pip_process = subprocess.Popen(pip_cmd, cwd=base_workdir_temp,
                                        stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
         stdout, stderr = pip_process.communicate()

Modified: trunk/Tools/ChangeLog (251231 => 251232)


--- trunk/Tools/ChangeLog	2019-10-17 11:28:01 UTC (rev 251231)
+++ trunk/Tools/ChangeLog	2019-10-17 14:51:21 UTC (rev 251232)
@@ -1,3 +1,15 @@
+2019-10-17  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        run-buildbot-test: sqlalchemy exception when upgrading the database
+        https://bugs.webkit.org/show_bug.cgi?id=202927
+
+        Reviewed by Adrian Perez de Castro.
+
+        Update the version of sqlalchemy-migrate for pip used for the test.
+        That fixes the exception when upgrading the database.
+
+        * BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py:
+
 2019-10-16  Andy Estes  <aes...@apple.com>
 
         [Quick Look] Test that legacy web views load previews before deciding content policy
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to