flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.54k stars 27.13k forks source link

`mac tool_integration_tests` flakey #137277

Open gaaclarke opened 10 months ago

gaaclarke commented 10 months ago

Example failures:

log

11:54 +26 -1: test/integration.shard/overall_experience_test.dart: flutter error messages include a DevTools link [E]                                                                                  
  Expected: [
              <a string starting with 'Performing hot reload...'>,
              '',
              '══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════',
              'The following assertion was thrown during layout:',
              'A RenderFlex overflowed by 69200 pixels on the right.',
              '',
              'The relevant error-causing widget was:',
              <match '^  Row .+flutter/dev/integration_tests/ui/lib/overflow\.dart:32:18$'>,
              '',
              'To inspect this widget in Flutter DevTools, visit:',
              <a string starting with 'http'>,
              '',
              'The overflowing RenderFlex has an orientation of Axis.horizontal.',
              'The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and',
              'black striped pattern. This is usually caused by the contents being too big for the RenderFlex.',
              'Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the',
              'RenderFlex to fit within the available space instead of being sized to their natural size.',
              'This is considered an error condition because it indicates that there is content that cannot be',
              'seen. If the content is legitimately bigger than the available space, consider clipping it with a',
              'ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex,',
              'like a ListView.',
              <match '^The specific RenderFlex in question is: RenderFlex#..... OVERFLOWING:$'>,
              <a string starting with '  creator: Row ← Test ← '>,
              <contains ' ← '>,
              ...
            ]
    Actual: [
              'Performing hot reload...                                        ',
              '',
              '══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════',
              'The following assertion was thrown during layout:',
              'A RenderFlex overflowed by 69200 pixels on the right.',
              '',
              'The relevant error-causing widget was:',
              '  Row',
              '  Row:file:///Volumes/Work/s/wqqfk1oof/ir/x/w/flutter/dev/integration_tests/ui/lib/overflow.dart:32:18',
              '',
              'To inspect this widget in Flutter DevTools, visit:',
              'http://127.0.0.1:9103/#/inspector?uri=http%3A%2F%2F127.0.0.1%3A53748%2FxBZU--LDV2g%3D%2F&inspectorRef=inspector-0',
              '',
              'The overflowing RenderFlex has an orientation of Axis.horizontal.',
              'The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and',
              'black striped pattern. This is usually caused by the contents being too big for the RenderFlex.',
              'Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the',
              'RenderFlex to fit within the available space instead of being sized to their natural size.',
              'This is considered an error condition because it indicates that there is content that cannot be',
              'seen. If the content is legitimately bigger than the available space, consider clipping it with a',
              'ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex,',
              'like a ListView.',
              'The specific RenderFlex in question is: RenderFlex#fbc68 OVERFLOWING:',
              '  creator: Row ← Test ← Semantics ← Builder ← RepaintBoundary-[GlobalKey#85f27] ← IgnorePointer ←',
              ...
            ]
     Which: at location [7] is '  Row' which does not match match '^  Row .+flutter/dev/integration_tests/ui/lib/overflow\.dart:32:18$'
goderbauer commented 10 months ago

This appears to be a flutter run e2e test. Punting this over to the tools team for now.