Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-editing-services gst-editing-services
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-editing-servicesgst-editing-services
  • Issues
  • #118

Closed
Open
Created Aug 18, 2020 by Tomasz Kłoczko@kloczek👍

1.17.2: test suite is failing

+ /usr/bin/meson test -C x86_64-redhat-linux-gnu --num-processes 48 --print-errorlogs
ninja: Entering directory `/home/tkloczko/rpmbuild/BUILD/gst-editing-services-1.17.2/x86_64-redhat-linux-gnu'
ninja: no work to do.
 1/24 ges_asset            OK             1.72s
 2/24 ges_backgroundsource OK             1.66s
 3/24 ges_basic            OK             2.11s
 4/24 ges_layer            OK             2.50s
 5/24 ges_effects          OK             1.75s
 6/24 ges_uriclip          OK             1.72s
 7/24 ges_clip             OK             3.37s
 8/24 ges_timelineedition  OK             1.74s
 9/24 ges_titles           OK             1.45s
10/24 ges_transition       OK             1.27s
11/24 ges_overlays         OK             1.29s
12/24 ges_mixers           OK             2.85s
13/24 ges_group            OK             1.67s
14/24 ges_project          OK             1.71s
15/24 ges_track            OK             1.12s
16/24 ges_tempochange      OK             1.12s
17/24 ges_negative         OK             1.30s
18/24 ges_markerlist       OK             1.95s
19/24 nle_simple           OK             1.64s
20/24 nle_complex          OK             1.88s
21/24 nle_nleoperation     OK             2.79s
22/24 nle_nlecomposition   OK             1.99s
23/24 nle_tempochange      OK             1.48s
24/24 pythontests          FAIL           0.47s (exit status 1)

Ok:                 23
Expected Fail:      0
Fail:               1
Unexpected Pass:    0
Skipped:            0
Timeout:            0


The output from the failed tests:

24/24 pythontests          FAIL           0.47s (exit status 1)

--- command ---
20:52:25 GST_REGISTRY='/home/tkloczko/rpmbuild/BUILD/gst-editing-services-1.17.2/x86_64-redhat-linux-gnu/tests/check/nle_tempochange.registry' GST_STATE_IGNORE_ELEMENTS='' CK_DEFAULT_TIMEOUT='20' GST_PLUGIN_PATH_1_0='/home/tkloczko/rpmbuild/BUILD/gst-editing-services-1.17.2/x86_64-redhat-linux-gnu:/usr/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0' GST_PLUGIN_SYSTEM_PATH_1_0='' /usr/bin/gst-validate-launcher --pyunittest-dir /home/tkloczko/rpmbuild/BUILD/gst-editing-services-1.17.2/tests/check pyunittest --dump-on-failure
--- stderr ---
Traceback (most recent call last):
  File "/usr/bin/gst-validate-launcher", line 55, in <module>
    exit(main(libsdir))
  File "/usr/lib64/gst-validate-launcher/python/launcher/main.py", line 635, in main
    res, options, tests_launcher = setup_launcher_from_args(sys.argv[1:])
  File "/usr/lib64/gst-validate-launcher/python/launcher/main.py", line 621, in setup_launcher_from_args
    if not tests_launcher.set_settings(options, []):
  File "/usr/lib64/gst-validate-launcher/python/launcher/baseclasses.py", line 1848, in set_settings
    if self._setup_testsuites() is False:
  File "/usr/lib64/gst-validate-launcher/python/launcher/baseclasses.py", line 1791, in _setup_testsuites
    if testsuite.setup_tests(tester, self.options):
  File "/usr/lib64/gst-validate-launcher/python/launcher/testsuites/pyunittest.py", line 23, in setup_tests
    test_manager.list_tests()
  File "/usr/lib64/gst-validate-launcher/python/launcher/apps/pyunittest.py", line 66, in list_tests
    raise(_tests._exception)
ImportError: Failed to import test module: python.test_assets
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/home/tkloczko/rpmbuild/BUILD/gst-editing-services-1.17.2/tests/check/python/test_assets.py", line 27, in <module>
    gi.require_version("GES", "1.0")
  File "/usr/lib64/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GES not available
Assignee
Assign to
Time tracking