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

Ignore removed entries in CHANGED_FROM_STATIC #6240

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

rlazo
Copy link
Collaborator

@rlazo rlazo commented Sep 9, 2024

The check fails if the after state is null. This cases only happens when the entry has been removed entirely, instead of only changed from static to non-static.

There are other tests that look for those changes, so it's safe to ignore it from the CHANGED_FROM_STATIC check.

The check fails if the `after` state is null. This cases only happens
when the entry has been removed entirely, instead of only changed from
static to non-static.

There are other tests that look for those changes, so it's safe to
ignore it from the CHANGED_FROM_STATIC check.
Copy link
Contributor

github-actions bot commented Sep 9, 2024

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

Copy link
Contributor

github-actions bot commented Sep 9, 2024

buildSrc Test Results

37 tests   37 ✔️  1m 2s ⏱️
  8 suites    0 💤
  8 files      0

Results for commit f5c8156.

Copy link
Contributor

github-actions bot commented Sep 9, 2024

Unit Test Results

     968 files  +     934       968 suites  +934   35m 25s ⏱️ + 34m 27s
  5 323 tests +  5 135    5 302 ✔️ +  5 114  21 💤 +21  0 ±0 
10 731 runs  +10 355  10 689 ✔️ +10 313  42 💤 +42  0 ±0 

Results for commit f5c8156. ± Comparison against base commit 2eb7cd7.

@google-oss-bot
Copy link
Contributor

Coverage Report 1

Affected Products

  • firebase-firestore

    Overall coverage changed from 46.05% (2eb7cd7) to 46.06% (e5171d4) by +0.02%.

    FilenameBase (2eb7cd7)Merge (e5171d4)Diff
    LruGarbageCollector.java93.64%97.27%+3.64%
  • firebase-messaging

    Overall coverage changed from 84.12% (2eb7cd7) to 84.24% (e5171d4) by +0.11%.

    FilenameBase (2eb7cd7)Merge (e5171d4)Diff
    Metadata.java36.51%41.27%+4.76%
  • firebase-ml-modeldownloader

    Overall coverage changed from 83.14% (2eb7cd7) to 83.38% (e5171d4) by +0.25%.

    FilenameBase (2eb7cd7)Merge (e5171d4)Diff
    FirebaseModelDownloader.java82.21%84.66%+2.45%
  • firebase-storage

    Overall coverage changed from 83.92% (2eb7cd7) to 83.96% (e5171d4) by +0.04%.

    FilenameBase (2eb7cd7)Merge (e5171d4)Diff
    StreamDownloadTask.java88.41%88.89%+0.48%
  • firebase-database

    FilenameBase (2eb7cd7)Merge (e5171d4)Diff
    ViewProcessor.java92.10%91.79%-0.30%
    WriteTree.java76.67%77.22%+0.56%

Test Logs

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

@google-oss-bot
Copy link
Contributor

Startup Time Report 1

The report is too large (122,605 chars) to be displayed on GitHub. Please check this report on GCS.

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

@rlazo rlazo merged commit 6793828 into main Sep 10, 2024
253 of 255 checks passed
@rlazo rlazo deleted the rl.semver.delta.static branch September 10, 2024 13:30
@firebase firebase locked and limited conversation to collaborators Oct 11, 2024
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.

3 participants