Subject: | t/95-script.t: test failures on perl-5.27.11 on FreeBSD-11.1 |
$ this_prove -vb t/95-script.t
t/95-script.t ..
1..18
ok 1 - script invokation: bin/sql-split t/data/create_table.sql t/data/create_table_and_trigger.sql
ok 2 - no warnings
ok 3 - number of files found in output
ok 4 - number of statements in the first file
ok 5 - number of statements in the second file
ok 6 - number of files found in output - custom sep
ok 7 - number of statements in the first file - custom sep
ok 8 - number of statements in the second file - custom sep
not ok 9 - number of files found in output - empty statements
# Failed test 'number of files found in output - empty statements'
# at t/95-script.t line 92.
# got: 0
# expected: 2
not ok 10 - number of statements in the first file - empty statements
# Failed test 'number of statements in the first file - empty statements'
# at t/95-script.t line 98.
# got: 0
# expected: 3
not ok 11 - number of statements in the second file - empty statements
# Failed test 'number of statements in the second file - empty statements'
# at t/95-script.t line 103.
# got: 0
# expected: 7
ok 12 - file error warnings
ok 13 - number of files found in output - file error
ok 14 - number of statements in the first file - file error
ok 15 - number of statements in the second file - file error
ok 16 - script dies on file error: bin/sql-split '--on-error=stop' t/data/create_table.sql t/data/create_table_and_trigger.sql non-existent.sql
ok 17 - script dies on wrong --on-error value: bin/sql-split -e CONTINU t/data/create_table.sql t/data/create_table_and_trigger.sql
ok 18 - script accepts case-insensitive --on-error value: bin/sql-split --error sToP t/data/create_table.sql t/data/create_table_and_trigger.sql
# Looks like you failed 3 tests of 18.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/18 subtests
Test Summary Report
-------------------
t/95-script.t (Wstat: 768 Tests: 18 Failed: 3)
Failed tests: 9-11
Non-zero exit status: 3
Files=1, Tests=18, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.89 cusr 0.28 csys = 1.23 CPU)
Result: FAIL