Comment # 7 on bug 1208636 from
(In reply to Andreas Stieger from comment #5)
> Dominique is doing a revert in SR#1067527
> 
> So I think Reinhard you'll want to fix the openqa test, and get a list of
> package breaks and start patching/bugging them.

That was for consideration if we can't find a proper soltuon - if we can fix
the tests, even better.

currently, I'm running against some wall there though

First diff needed on the openQA tests:
https://github.com/DimStar77/os-autoinst-distri-opensuse/commit/62757a5c4a198b711bedcba004bd9a73bf3ddd6c

That makes the start pass (i.e create table) - but fails later in the test

https://paste.opensuse.org/pastes/9bfed0b5c4e4

# Subtest: test_view
    # Command: 'echo "SELECT * FROM cinema ORDER BY year, name LIMIT 6;" |
sqlite3 --list --header
/home/dimstar/Documents/git-rw/os-autoinst-distri-opensuse/data/sqlite3/movies.db
'
Parse error near line 1: no such column: +
    not ok 1 - select from cinema (view)
    #   Failed test 'select from cinema (view)'
    #   at run-tests.t line 65.
    #     Structures begin differing at:
    #          $got->[0] = Does not exist
    #     $expected->[0] = 'name|year|directors'
    1..1
    # Looks like you failed 1 test of 1.
not ok 3 - test_view


You are receiving this mail because: