Hello community,

here is the log from the commit of package python-mysqlclient for 
openSUSE:Factory checked in at 2020-08-13 10:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mysqlclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-mysqlclient.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mysqlclient"

Thu Aug 13 10:12:32 2020 rev:10 rq:825342 version:1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes    
2020-03-08 22:22:51.364030024 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mysqlclient.new.3399/python-mysqlclient.changes
  2020-08-13 10:12:37.166583429 +0200
@@ -1,0 +2,5 @@
+Thu Jun  4 07:18:37 UTC 2020 - pgaj...@suse.com
+
+- do mysql shutdown even if testsuite fails, exit 1 afterwards
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mysqlclient.spec ++++++
--- /var/tmp/diff_new_pack.b2NlWi/_old  2020-08-13 10:12:38.578584312 +0200
+++ /var/tmp/diff_new_pack.b2NlWi/_new  2020-08-13 10:12:38.578584312 +0200
@@ -82,17 +82,17 @@
 #
 # start the mariadb server
 #
-%mysql_testserver_start -u auth_db_user -p auth_db_pass
+%mysql_testserver_start -u auth_db_user -p auth_db_pass -d test_database
 #
 # creating client mysql config
 #
-%mysql_testserver_cconf -n $cconf
+%mysql_testserver_cconf -n $cconf -d test_database
 #
 # running the test
 #
 rm -r MySQLdb
 export TESTDB="$PWD/$cconf"
-%pytest_arch -k "not (test_LONG or test_TEXT)"
+%pytest_arch -k "not (test_LONG or test_TEXT)" || exit_code=1
 #
 # stopping mariadb
 #


Reply via email to