-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
Description
I did this
I looked at the AppVeyor builds and saw the quite astonishing short build times for those builds with tests (approx. 10 minutes).
Then I saw this on many builds:
...
Warning: test3013 not present in tests/data/Makefile.inc
Warning: test3014 not present in tests/data/Makefile.inc
Warning: test3015 not present in tests/data/Makefile.inc
TESTFAIL: No tests were performed
TESTDONE: 1387 tests were considered during 116 seconds
Manually going back in time and bisecting the AppVeyor history shows that commit ad64169 seems to break the tests:
TESTDONE: 64 tests out of 64 reported OK: 100%
TESTDONE: 1299 tests were considered during 247 seconds.
TESTINFO: 1235 tests were skipped due to these restraints:
Unfortunately that commit points to the wrong PR and I cannot see if it was sufficiently tested before merging.
I expected the following
Tests to be running like they did before ad64169:
TESTDONE: 1033 tests out of 1033 reported OK: 100%
TESTDONE: 1317 tests were considered during 707 seconds.
TESTINFO: 284 tests were skipped due to these restraints:
bagder