← Back to team overview

touch-packages team mailing list archive

[Bug 1353465] Re: Intermittent acceptance test failures in NestedServer.*

 

This bug was fixed in the package mir - 0.7.0+14.10.20140829-0ubuntu1

---------------
mir (0.7.0+14.10.20140829-0ubuntu1) utopic; urgency=medium

  [ Daniel van Vugt ]
  * New upstream release 0.7.0 (https://launchpad.net/mir/+milestone/0.7.0)
    - Enhancements:
      . Test suite: Reworked mechanism to override Mir client functions
      . Demo shell: Detect custom rendering (decorations) to make it
        compatible with overlay optimizations
      . Make sure to preserve fd resources until the end of the sending
        of the message
      . Add test cases and script for tracking changes to the new ABIs:
        libmircommon, libmirplatform
      . Symbols file for libmirplatform
      . Symbols file for libmircommon
      . Symbols file for libmirserver
      . Various improvements to the SessionMediator test
      . Various build related improvements
      . Print testcase output during package build
      . Abort test when InProcessServer startup fails
      . Link the integration and unit tests against the server objects
      . Add a document detailing the useful tests to run and the useful
        logs to collect when troubleshooting a new android chipset
      . Enable motion event resampling and prediction for a more responsive
        touch experience.
    - ABI summary: Servers need rebuilding, but clients do not
      . Mirclient ABI unchanged at 8
      . Mircommon ABI bumped to 1
      . Mirplatform ABI bumped to 2
      . Mirserver ABI bumped to 25
    - API changes
      . Deleted function - frontend::Shell::create_surface_for(). If you have
        the std::shared_ptr<frontend::Session> session, you can just do
        session->create_surface(params) instead to get a SurfaceId
    - Bug fixes:
      . Ensure we process lifecycle events before the nested server is torn
        down (LP: #1353465)
      . Fix race in InputTestingServerConfiguration (LP: #1354446)
      . Fix fd leaks in prompt session frontend code and tests (LP: #1353461)
      . Detect the additional things the demo shell draws on the renderable
        list and avoid calling the optimized post function if they are being
        drawn (LP: #1348330)
      . Client: Fix SIGTERM dispatch in our default lifecycle event handler
        (LP: #1353867)
      . DemoRenderer: Don't try to create a texture of width zero.
        (LP: #1358210)
      . Fix CI failures (LP: #1358698)
      . Fix build failure: "variable ‘rc’ set but not used" which happens in
        release mode when NDEBUG is set (LP: #1358625)
      . Only enumerate exposed input surfaces to avoid delivering events to
        occluded surfaces (LP: #1359264)
      . Android: do not post driver cancelled buffers (LP: #1359406)
      . Client: Ensure our platform library stays loaded for as long as it is
        needed by other objects (LP: #1358191)
      . Examples: Register the DemoCompositor with the Scene to properly
        process visibility events (LP: #1359487)
      . Mir_demo_client_basic: Don't assert on user errors like failing to
        connect to a Mir server (LP: #1331958)
      . Tests: Explicitly depend on GMock target to avoid build races
        (LP: #1362646)

  [ Ubuntu daily release ]
  * New rebuild forced
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Fri, 29 Aug 2014 16:12:54 +0000

** Changed in: mir (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1353465

Title:
  Intermittent acceptance test failures in NestedServer.*

Status in Mir:
  Fix Committed
Status in Mir 0.7 series:
  Fix Committed
Status in “mir” package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce: bin/mir_acceptance_tests
  --gtest_filter=NestedServer.* --gtest_repeat=1000
  --gtest_break_on_failure

  Expected result: Success

  Actual result:

  At some point the tests fail with

  [==========] Running 4 tests from 1 test case.
  [----------] Global test environment set-up.
  [----------] 4 tests from NestedServer
  [ RUN      ] NestedServer.nested_platform_connects_and_disconnects
  [       OK ] NestedServer.nested_platform_connects_and_disconnects (19 ms)
  [ RUN      ] NestedServer.sees_expected_outputs
  [       OK ] NestedServer.sees_expected_outputs (21 ms)
  [ RUN      ] NestedServer.on_exit_display_objects_should_be_destroyed
  [       OK ] NestedServer.on_exit_display_objects_should_be_destroyed (20 ms)
  [ RUN      ] NestedServer.receives_lifecycle_events_from_host
  unknown file: Failure

  Unexpected mock function call - returning directly.
      Function call: lifecycle_event_occurred(2)
  Google Mock tried the following 3 expectations, but none matched:

  /storage/work/mir/tests/acceptance-tests/test_nested_mir.cpp:389: tried expectation #0: EXPECT_CALL(*(nested_config.the_mock_host_lifecycle_event_listener()), lifecycle_event_occurred(mir_lifecycle_state_resumed))...
    Expected arg #0: is equal to 1
             Actual: 2
           Expected: to be called once
             Actual: called once - saturated and active
  /storage/work/mir/tests/acceptance-tests/test_nested_mir.cpp:391: tried expectation #1: EXPECT_CALL(*(nested_config.the_mock_host_lifecycle_event_listener()), lifecycle_event_occurred(mir_lifecycle_state_will_suspend))...
    Expected arg #0: is equal to 0
             Actual: 2
           Expected: to be called once
             Actual: never called - unsatisfied and active
  /storage/work/mir/tests/acceptance-tests/test_nested_mir.cpp:393: tried expectation #2: EXPECT_CALL(*(nested_config.the_mock_host_lifecycle_event_listener()), lifecycle_event_occurred(mir_lifecycle_connection_lost))...
           Expected: all pre-requisites are satisfied
             Actual: the following immediate pre-requisites are not satisfied:
  /storage/work/mir/tests/acceptance-tests/test_nested_mir.cpp:391: pre-requisite #0
                     (end of pre-requisites)
           Expected: to be called at most once
             Actual: never called - satisfied and active

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1353465/+subscriptions