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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251232 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py b/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py
index a3189ed..7341033 100755
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/run-buildbot-test.py
@@ -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()
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index d696ec3..da8bf7c 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,15 @@
+2019-10-17  Carlos Alberto Lopez Perez  <clopez@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  <aestes@apple.com>
 
         [Quick Look] Test that legacy web views load previews before deciding content policy