After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757087 - splitmux: unit test fails due to missing files
splitmux: unit test fails due to missing files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.6.0
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-25 12:12 UTC by Gilles Dartiguelongue
Modified: 2015-10-25 13:57 UTC
See Also:
GNOME target: ---
GNOME version: 3.15/3.16



Description Gilles Dartiguelongue 2015-10-25 12:12:00 UTC
Upgrading from 1.4.5:

[...]
Running suite(s): splitmux
ERROR from element source: Found no files matching the pattern.
Debugging info: /var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/gst/multifile/gstsplitmuxsrc.c(685): gst_splitmux_src_start (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSplitMuxSrc:source:
Failed to find files in '/var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/tests/files' for pattern 'splitvideo*.ogg'
50%: Checks: 2, Failures: 1, Errors: 0
/var/tmp/portage/portage/media-libs/gst-plugins-good-1.6.0/work/gst-plugins-good-1.6.0/tests/check/elements/splitmux.c:142:F:general:test_splitmuxsrc:0: Assertion 'GST_MESSAGE_TYPE (msg) == GST_MESSAGE_EOS' failed
FAIL elements/splitmux (exit status: 1)

And sure enough files are not distributed, they are missing from the EXTRA_DIST target in tests/files/Makefile.am
Comment 1 Jan Schmidt 2015-10-25 13:42:38 UTC
See, this is why the person rolling the release tarballs is supposed to run 'make distcheck' ;)

Fixed, thanks:

commit 48d810ea2635db7dc7c882a393439966acaae00d
Author: Jan Schmidt <jan@centricular.com>
Date:   Mon Oct 26 00:41:28 2015 +1100

    check: Dist splitvideo0[012].ogg test files.