Mir

NestedServer.client_sees_set_scaling_factor intermittent failure

Bug #1537798 reported by Brandon Schaefer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mir
Fix Released
Medium
Alberto Aguirre
mir (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

https://mir-jenkins.ubuntu.com/job/mir-xenial-amd64-ci/135/consoleFull

And ive seen it fail on other CI runs:

11: [ OK ] NestedServer.shell_sees_set_scaling_factor (4539 ms)
12:38:44 11: [ RUN ] NestedServer.client_sees_set_scaling_factor
12:38:44 11: [1453725524.246945] mirserver: Starting
12:38:44 11: [1453725524.247985] mirserver: Selected driver: dummy (version 0.19.0)
12:38:44 11: [1453725524.261749] mirserver: Using software cursor
12:38:44 11: [1453725524.264347] mirserver: Selected input driver: mir:stub-input (version: 0.19.0)
12:38:44 11: [1453725524.264837] mirserver: Mir version 0.19.0
12:38:44 11: [1453725524.277504] mirserver: Starting
12:38:44 11: [1453725524.283012] mirserver: Using nested cursor
12:38:44 11: [1453725524.576879] mirserver: Initial display configuration:
12:38:44 11: [1453725524.577826] mirserver: 1.1: VGA 0.0" 0x0mm
12:38:44 11: [1453725524.577940] mirserver: Current mode 640x480 60.00Hz
12:38:44 11: [1453725524.578037] mirserver: Preferred mode 640x480 60.00Hz
12:38:44 11: [1453725524.578114] mirserver: Logical position +0+0
12:38:44 11: [1453725524.578649] mirserver: 1.2: VGA 0.0" 0x0mm
12:38:44 11: [1453725524.578751] mirserver: Current mode 1920x1080 60.00Hz
12:38:44 11: [1453725524.578854] mirserver: Preferred mode 1920x1080 60.00Hz
12:38:44 11: [1453725524.578925] mirserver: Logical position +640+0
12:38:44 11: [1453725524.583100] mirserver: Mir version 0.19.0
12:38:44 11: [1453725524.590109] mirserver: New display configuration:
12:38:44 11: [1453725524.593785] mirserver: 1.1: VGA 0.0" 0x0mm
12:38:44 11: [1453725524.593895] mirserver: Current mode 640x480 60.00Hz
12:38:44 11: [1453725524.593989] mirserver: Preferred mode 640x480 60.00Hz
12:38:44 11: [1453725524.594066] mirserver: Logical position +0+0
12:38:44 11: [1453725524.594639] mirserver: 1.2: VGA 0.0" 0x0mm
12:38:44 11: [1453725524.594752] mirserver: Current mode 1920x1080 60.00Hz
12:38:44 11: [1453725524.594854] mirserver: Preferred mode 1920x1080 60.00Hz
12:38:44 11: [1453725524.594938] mirserver: Logical position +640+0
12:38:44 11: /tmp/buildd/mir-0.19.0bzr3267pkg0xenial135/tests/acceptance-tests/test_nested_mir.cpp:546: Failure
12:38:44 11: Value of: mir_surface_output_event_get_form_factor(surface_event)
12:38:44 11: Expected: is equal to 4
12:38:44 11: Actual: 3 (of type MirFormFactor)
12:38:44 11: /tmp/buildd/mir-0.19.0bzr3267pkg0xenial135/tests/acceptance-tests/test_nested_mir.cpp:547: Failure
12:38:44 11: Value of: mir_surface_output_event_get_scale(surface_event)
12:38:44 11: Expected: is equal to 2.3
12:38:44 11: Actual: 1 (of type float)
12:38:44 11: [1453725524.846521] mirserver: Stopping
12:38:44 11: [1453725524.870936] mirserver: Stopping
12:38:44 11: [ FAILED ] NestedServer.client_sees_set_scaling_factor (656 ms)

Tags: testsfail

Related branches

description: updated
Revision history for this message
Kevin DuBois (kdub) wrote :
Changed in mir:
status: New → Confirmed
tags: added: testsfail
Changed in mir:
assignee: nobody → Alberto Aguirre (albaguirre)
milestone: none → 0.20.0
importance: Undecided → Medium
Changed in mir:
status: Confirmed → In Progress
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

Fix committed into lp:mir at revision None, scheduled for release in mir, milestone 0.20.0

Changed in mir:
status: In Progress → Fix Committed
Changed in mir (Ubuntu):
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.3 KiB)

This bug was fixed in the package mir - 0.20.0+16.04.20160219-0ubuntu1

---------------
mir (0.20.0+16.04.20160219-0ubuntu1) xenial; urgency=medium

  [ Alan Griffiths ]
  * New upstream release 0.20.0 (https://launchpad.net/mir/+milestone/0.20.0)
    - ABI summary: Only servers need rebuilding;
      . mirclient ABI unchanged at 9
      . mirserver ABI bumped to 38
      . mircommon ABI unchanged at 5
      . mirplatform ABI unchanged at 11
      . mirprotobuf ABI unchanged at 3
      . mirplatformgraphics ABI bumped to 8
      . mirclientplatform ABI unchanged at 4
      . mirinputplatform ABI unchanged at 5
    - Enhancements:
      . Allow screencasting to create a virtual output (for Miracast)
      . Separate the protocol version number from the client API version macros.
        They're not meant to be related concepts.
      . Add UBSanitizer to the list of build types.
      . logging: Human readable timestamps in DumbConsoleLogger.
      . examples: AdorningDisplayBufferCompositor::composite() no long ignores
        output boundaries and occlusions.
      . examples: Add -a <app name> option to eglapps.
      . common, client: a more flexible way to probe modules: once we've found
        a good current platform we don't even try to load an older one.
      . Fix build and test run with CMAKE_BUILD_TYPE=ThreadSanitizer (missing
        locks).
      . Add MIR_USE_LD_GOLD build option.
    - Bug fixes:
      . unity-system-compositor crashed with std::runtime_error in
        mir::compositor::CompositingFunctor::wait_until_started() from
        usc::MirScreen::set_screen_power_mode (mir_power_mode_on)
        (LP: #1528384)
      . Phone not usable while a call comes in - followed by "restart"
        (LP: #1532607)
      . ui freezes when simultaneously moving mouse & plug/unplug hdmi
        (LP: #1538632)
      . Mir fails to build on xenial today: android_graphic_buffer_allocator.h
        fatal error: hardware/hardware.h: No such file or directory
        (LP: #1539338)
      . [mali] egl_demo_client_flicker has graphics corruption on android
        (LP: #1517205)
      . [testsfail] Intermittent failure in
        TestClientCursorAPI.cursor_passed_through_nested_server (LP: #1525003)
      . [android] External monitor slows rendering (LP: #1532202)
      . Display::create_gl_context may create context with incorrect attributes
        (LP: #1539268)
      . unity-system-compositor locked up in __libc_do_syscall() (LP: #1543594)
      . NestedServer.client_sees_set_scaling_factor intermittent failure
        (LP: #1537798)
      . [android] External monitor slows rendering - part 2 (LP: #1535894)
      . scene: make sure not to set the swapinterval to 0 when an independent
        stream is created. The default should be 1 (like the stream created as
        part of surface creation).
      . Track the displays plugged state to avoid reporting configurations in
        case they are unplugged (LP #1531503). [Cherrypicked from 0.21]
      . mouse pointer support on emulator is broken (LP: #1517597).
        [Cherrypicked from 0.21]
      . move an android-only test that ended up in tests/unit-tests/graphics.
        (LP: ##154...

Read more...

Changed in mir (Ubuntu):
status: Triaged → Fix Released
Changed in mir:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.