CURRENT_TEST: rpl.rpl_typeconv
mysqltest: In included file "./suite/rpl/include/check_type.inc": 
included from ./suite/rpl/include/type_conversions.test at line 1081:
included from /home/buildbot/buildbot/build/mariadb-12.1.0/mysql-test/suite/rpl/t/rpl_typeconv.test at line 41:
At line 62: Query failed while probing slave for stop: Lost connection to server during query

The result from queries just before the failure was:
< snip >
ALL_LOSSY
SET GLOBAL SLAVE_TYPE_CONVERSIONS='ALL_LOSSY,ALL_NON_LOSSY';
SELECT @@global.slave_type_conversions;
@@global.slave_type_conversions
ALL_LOSSY,ALL_NON_LOSSY
SET GLOBAL SLAVE_TYPE_CONVERSIONS='ALL_LOSSY,ALL_NON_LOSSY,NONEXISTING_BIT';
ERROR 42000: Variable 'slave_type_conversions' can't be set to the value of 'NONEXISTING_BIT'
SELECT @@global.slave_type_conversions;
@@global.slave_type_conversions
ALL_LOSSY,ALL_NON_LOSSY
connection slave;
SET GLOBAL SLAVE_TYPE_CONVERSIONS='';
**** Running tests with @@SLAVE_TYPE_CONVERSIONS = '' ****
#
# MDEV-15821 Row format replication from LONGBLOB COMPRESSED to LONGBLOB does not work
#
# End of MDEV-15821
#
# MDEV-15833 Row format replication between LONGBLOB and MEDIUMBLOB does not work for long values
#

More results from queries before failure can be found in /dev/shm/var/1/log/rpl_typeconv.log
