Skip to content

Running tests causes an RPCError fairly often.  #4967

@gspencergoog

Description

@gspencergoog

What happened

When running tests in the Flutter framework, but right clicking next to the main() declaration and clicking "Run tests in ...", this RPC error occurs fairly often now, probably every fourth time I try it or so. It may have something to do with timing: it doesn't seem to happen if I'm not running tests one right after another. Maybe something is crashing and restarting when each test finishes, and it takes a moment to restart?

Version information

IntelliJ IDEA 2020.2.2 • Flutter plugin io.flutter 50.0 • Dart plugin 202.7319.5

Flutter 1.23.0-19.0.pre.26 • channel nnbd_widgets_2 • git@github.com:gspencergoog/flutter.git
Framework • revision e46ec16b01 (4 hours ago) • 2020-10-14 10:47:44 -0700
Engine • revision adf5b59485
Tools • Dart 2.11.0 (build 2.11.0-217.0.dev)

Exception

null

java.lang.Throwable: org.dartlang.vm.service.element.RPCError@178b3b7e
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:143)
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:147)
	at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:71)
	at io.flutter.run.test.FlutterTestRunner$1$1.onError(FlutterTestRunner.java:119)
	at org.dartlang.vm.service.VmServiceBase.processResponse(VmServiceBase.java:629)
	at org.dartlang.vm.service.VmServiceBase.processMessage(VmServiceBase.java:422)
	at org.dartlang.vm.service.VmServiceBase$1.onMessage(VmServiceBase.java:86)
	at de.roderick.weberknecht.WebSocketReceiver.run(WebSocketReceiver.java:65)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions