alexeyinkin commented on PR #25034: URL: https://github.com/apache/beam/pull/25034#issuecomment-1410284312
@damondouglas the problem was with the backend URLs. In `lib/config.example.dart' they were of the current production which does not support the recent features. I have updated them to point to the current staging. All tests passed then. Please overwrite your `lib/config.g.dart` with the content of the new `config.example.dart`. For me all tests worked after that. Note that running `MinimalWordCount` in Java currently takes a few minutes when not cached -- just in case you think the test is stuck. Also with this test I often forget to change the branch as specified in the first message here so I better mention this again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
