SQLite Forum

Test backup2-10 failing on OpenBSD VM
Login

Test backup2-10 failing on OpenBSD VM

(1) By anonymous on 2021-02-12 15:18:34 [link] [source]

Hi

This test fails on an OpenBSD (6.9-beta) VM:

  ! backup2-10 expected: [1 {restore failed: file is not a database}]
  ! backup2-10 got:      [1 {cannot open source database: disk I/O error}]
  Time: backup2.test 423 ms

Is it just me or can others reproduce?

(2) By Dan Kennedy (dan) on 2021-02-13 14:46:47 in reply to 1 [source]

Thanks for reporting this. Now fixed here:

https://sqlite.org/src/info/ecd712032f56a20d

Dan.

(3) By anonymous on 2021-02-13 17:52:48 in reply to 2 [link] [source]

Hi Dan

Thanks for the quick answer, but now I get this:

  ! backup2-10 expected: [1 {}]
  ! backup2-10 got:      [1]
  Time: backup2.test 385 ms

(4) By Dan Kennedy (dan) on 2021-02-15 11:16:25 in reply to 3 [link] [source]

Oops. How about now?

https://sqlite.org/src/info/ecd71203

Turns out this probem affected 6.8 as well, btw.

Dan.

(5) By anonymous on 2021-02-16 15:53:51 in reply to 4 [link] [source]

Yes, tests pass now, thanks.