Skip to content

Flutter packages socket_fail_test error  #136079

Description

@rzambroni

Is there an existing issue for this?

Steps to reproduce

Install Flutter version 3.16.0-6.0.pre.2 (Note: this also fails in the latest stable version: 3.13.6)

Clone the Flutter packages repository: git clone GitHub - flutter/packages: A collection of useful packages maintained by the Flutter team

Navigate to the packages/integration_test directory: cd packages/integration_test

Run the command flutter pub get

Run the command: flutter test test/socket_fail_test.dart >> socket_fail_test_logs.txt

Expected results

Running all tests should succeed.

Actual results

The following test case fails.

Logs:

package:integration_test/integration_test.dart': Failed assertion: line 257 pos 14: 'info.serverUri != null': is not true.
  dart:core                                              _AssertionError._throwNew
  package:integration_test/integration_test.dart 257:14  IntegrationTestWidgetsFlutterBinding.enableTimeline

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

socket_fail_test_logs.txt

Flutter Doctor output

Doctor output
Flutter Doctor Output:

[✓] Flutter (Channel master, 3.16.0-6.0.pre.2, on macOS 14.0 23A344 darwin-arm64, locale en-UY)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] IntelliJ IDEA Community Edition (version 2023.2.2)
[✓] VS Code (version 1.82.3)
[✓] Connected device (2 available)

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listf: integration_testThe flutter/packages/integration_test pluginfound in release: 3.32Found to occur in 3.32from: manual-qaIssue caught from manual QA processr: fixedIssue is closed as already fixed in a newer versionteam-frameworkOwned by Framework teamtriaged-frameworkTriaged by Framework team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions