Aaron Train
Aaron Train
(Apologies for re-using the same issue, I can open a new one if need be) Another issue seems to be that it is not always writing out the check on...
@maks just ran into your 'but' comment too, nothing major, just had to symlink
`Mac CA VSCode` did nothing for me either. ```Activating GitHub Actions extension... Error getting GitHub context Bad credentials HttpError: Bad credentials at /Users/aaronmt/.vscode/extensions/github.vscode-github-actions-0.26.2/dist/extension-node.js:2:1366400 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /Users/aaronmt/.vscode/extensions/github.vscode-github-actions-0.26.2/dist/extension-node.js:2:1447997 at...
Yes, I still see this issue on `23.10.1`. Here's an example report from our CI from yesterday. ```xml java.security.ProviderException: Keystore operation failed at ... ... ``` Where `flaky` is set...
As Flank (via Test Lab) generates these artifacts, I'm not sure what you mean by reproducing locally. Here's a recent (`arm64v8a` debug build from our CI) and no-arch test APK...
``` gcloud: results-bucket: ... record-video: true timeout: 15m async: false num-flaky-test-attempts: 1 app: /app/path test: /test/path auto-google-login: false use-orchestrator: true environment-variables: clearPackageData: true performance-metrics: true test-targets: - notPackage org.mozilla.fenix.screenshots -...
Hello again, yes I was able to reproduce with a local Flank run call to the same configuration above. I had a flaky test in my run below with the...
Thanks for investigating. Out of curiosity are you planning a new release?
See also ``--resign`` which I'm not sure has happened https://github.com/Flank/flank/issues/2114
I started seeing this today too (2.14), I think it's the same issue but ours is bubbled up from `assertNoLeaks` ``` kotlin.KotlinNullPointerException at shark.AndroidObjectInspectors$COMPOSITION_IMPL$inspect$1.invoke(AndroidObjectInspectors.kt:792) at shark.AndroidObjectInspectors$COMPOSITION_IMPL$inspect$1.invoke(AndroidObjectInspectors.kt:789) at shark.ObjectReporter.whenInstanceOf(ObjectReporter.kt:61) at shark.AndroidObjectInspectors$COMPOSITION_IMPL.inspect(AndroidObjectInspectors.kt:791)...