• Danny Tuppeny's avatar
    Fix issues running integration tests through DAP debug adapter (#104618) · 14702036
    Danny Tuppeny authored
    * Fix issues running integration tests through DAP
    
    These adapters were incorrectly trying to connect a DDS instance even when Flutter would create its own. This change disables DDS in the DAP layer and leaves it to Flutter (although it passes `--no-dds` on to Flutter if provided to the DAP process).
    
    Also fixes an issue where we would unnecessarily connect the VM Service for tests even in 'noDebug' mode because of a change/fix that now includes a 'vmServiceUri' in the `test.startedProcess` event.
    14702036
Name
Last commit
Last update
..
flutter_adapter_test.dart Loading commit data...
test_adapter_test.dart Loading commit data...
test_client.dart Loading commit data...
test_server.dart Loading commit data...
test_support.dart Loading commit data...