Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Weather
Weather
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • WeatherWeather
  • Issues
  • #52

Closed
Open
Opened Sep 07, 2019 by Tomasz Kłoczko@kloczek

3.33.90: test suite fails

+ /usr/bin/meson test -C noarch-redhat-linux-gnu --num-processes 48 --print-errorlogs
/usr/lib/python3.8/site-packages/mesonbuild/dependencies/base.py:1979: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if os.name is not 'nt':
ninja: Entering directory `/home/tkloczko/rpmbuild/BUILD/gnome-weather-3.33.90/noarch-redhat-linux-gnu'
ninja: no work to do.
1/3 Validate desktop file                   OK       0.01 s 
2/3 validate-appdata                        OK       0.04 s 
3/3 world_view                              FAIL     1.38 s (exit status 1)

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


The output from the failed tests:

3/3 world_view                              FAIL     1.38 s (exit status 1)

--- command ---
/usr/bin/python3 tests/world_view.py
--- stdout ---
Creating logfile at /tmp/dogtail-tkloczko/logs/world_view_20190907-200836_debug ...
Traceback (most recent call last):
  File "tests/world_view.py", line 24, in <module>
    app = start()
  File "/home/tkloczko/rpmbuild/BUILD/gnome-weather-3.33.90/tests/testutil.py", line 54, in start
    _do_bus_call("Activate", GLib.Variant('(a{sv})', ([],)))
  File "/home/tkloczko/rpmbuild/BUILD/gnome-weather-3.33.90/tests/testutil.py", line 42, in _do_bus_call
    _bus.call_sync(APPLICATION_ID, '/' + APPLICATION_ID.replace('.', '/'),
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected (4)

-------
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-weather#52