Getting "Warning: You should set `SILENT_OBSERVATORY`" on 2020.2 build
See original GitHub issueHello team, just upgrade my IntelliJ to 2020.2 and am now getting this error on my test packages
Warning: You should set `SILENT_OBSERVATORY` to true when debugging the VM as it will output the observatory URL by default.
This breaks the various reporter contracts.
To set the value define `DART_VM_OPTIONS=-DSILENT_OBSERVATORY=true`.
All test files are working prior to the upgrade. Here are some details am running on
- IntelliJ IDEA 2020.2 (Ultimate Edition), Build #IU-202.6397.94, built on July 27, 2020
- Flutter (plugin) - 48.0.4
- Dart (plugin) - 202.6397.47
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:13 (6 by maintainers)
Top Results From Across the Web
"flutter test" writes a warning about ... - GitHub
The warning is printed when you run tests with --machine ... Getting "Warning: You should set SILENT_OBSERVATORY " on 2020.2 build ...
Read more >Client Resources - Ohio Supercomputer Center
Creating a new budget and getting it activated or approved will set the project to active. ... You may see warning message including...
Read more >Proposing Tools - UCSB Physics
They can choose to create a new workbook from scratch, ... The warning message will indicate the number of pixels with full. Warnings....
Read more >Vol. 12 Spring 2021 Biggest Models of 2020 - Scientia
In this issue you will read about COVID-19 surveillance ... cultures allows him and his team to create models of brain cells to...
Read more >04 The infodemic and COVID-19 disinformation
Efforts to combat online disinformation must be channelled towards ... theories and the environment of pervasive ambiguity they create also ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @devoncarew , thanks for the support
I think that the issue with @Peng-Qian and @dpbadiola are the same as my:
Android Studio 4.0.1 - Build #AI-193.6911.18.40.6626763, built on June 24, 2020 Windows 10 10.0 Flutter Intellij Plugin 48.0.2 Dart Intellij Plugin 193.7361
Basically, after configuring a test run configuration, the tests don’t run. It keeps stocked.
I think that this issue is related with https://github.com/flutter/flutter-intellij/pull/4622
Thanks,
Marco
I can live with the bug by running
flutter test
on the terminal hope we can get a fixed update soon.