Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master into fad/next #4102

Merged
merged 3 commits into from
Sep 15, 2022
Merged

merge master into fad/next #4102

merged 3 commits into from
Sep 15, 2022

Conversation

kaibolay
Copy link
Contributor

No description provided.

vkryachko and others added 3 commits September 14, 2022 13:29
The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774
* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task
@kaibolay
Copy link
Contributor Author

I thought we did this already. I think I'm getting confused...

@google-oss-bot
Copy link
Contributor

Coverage Report 1

Affected Products

No changes between base commit (e3b2173) and merge commit (e914c7c).

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/2aDr9zAZNc.html

@github-actions
Copy link
Contributor

buildSrc Test Results

18 tests   18 ✔️  3m 7s ⏱️
  4 suites    0 💤
  4 files      0

Results for commit 6bc2882.

@lfkellogg
Copy link
Contributor

@kaibolay Looks like these commits aren't on fad/next yet, so I guess not

@google-oss-bot
Copy link
Contributor

Size Report 1

Affected Products

No changes between base commit (e3b2173) and merge commit (e914c7c).

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/hwsGcInwV1.html

@kaibolay kaibolay merged commit 48ec0cb into fad/next Sep 15, 2022
kaibolay added a commit that referenced this pull request Sep 15, 2022
* Minor updates to the App Distribution test app. (#4088)

* Update various versions (#4090)

* Updated various versions (dependencies and SDK to fix Android resource linking failure (AAPT: error: resource android:attr/lStar not found.)

* Update compileSdk/targetSdkVersion from 31 to 33

* Update with latest changes from master (#4091)

* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

Co-authored-by: Vladimir Kryachko <vkryachko@google.com>
Co-authored-by: Daymon <17409137+daymxn@users.noreply.github.com>

* Resolve strict mode violations in firebase-appdistribution (#4092)

* merge master into fad/next (#4102)

* Deflake firebase_common HeartBeat tests. (#4083)

The tests relied on `TestOnCompleteListener` that was not safe to call
more than once since it was based on a count down latch. So reusing it
multiple times would cause await() to return immediately.

This change makes it so that a new latch is created for every await()
call, making all await() calls work.

Fixes: http://b/245956774

* Add Javadoc support to the DackkaPlugin (#4082)

* Add util method for copying directories

* Add javadoc support to our dackka plugin

* Remove the extension check on fromDirectory

* Add a note about cache compliance and the javadoc task

* Add reference to kotlin stdlib package list (#4093)

Co-authored-by: Vladimir Kryachko <vkryachko@google.com>
Co-authored-by: Daymon <17409137+daymxn@users.noreply.github.com>

Co-authored-by: Lee Kellogg <lfkellogg@users.noreply.github.com>
Co-authored-by: Vladimir Kryachko <vkryachko@google.com>
Co-authored-by: Daymon <17409137+daymxn@users.noreply.github.com>
Co-authored-by: emilypgoogle <110422458+emilypgoogle@users.noreply.github.com>
@firebase firebase locked and limited conversation to collaborators Oct 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants