Skip to content

test-e2e: Attemp to bisect the CI failure#821

Closed
cortinico wants to merge 5 commits into
mainfrom
nc/e2e-bisect-failure
Closed

test-e2e: Attemp to bisect the CI failure#821
cortinico wants to merge 5 commits into
mainfrom
nc/e2e-bisect-failure

Conversation

@cortinico
Copy link
Copy Markdown
Contributor

Attempting to bisect the failure we're having on this e2e test by checking out the RN code before facebook/react-native@9f6711f which I believe could be the culprit here.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Sep 23, 2022
@cortinico
Copy link
Copy Markdown
Contributor Author

Should be fixed by facebook/react-native#34797

@cortinico cortinico closed this Sep 27, 2022
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Sep 27, 2022
Summary:
Release versions are currently broken on `main`. This happened once we bumped the AGP version to 7.3. It seems like that the path we used to use for assets has changed.

The app build successfully but it fails to start as it can't load the bundle.

This is also causing the hermes e2e test to fail: facebook/hermes#821

## Changelog

[Android] [Fixed] - Fix crash on release versions after AGP 7.3 bump

Pull Request resolved: #34797

Test Plan:
Tested this locally and it works fine with RN Tester (can run a release version of it).

Plus, inspecting the zip:

### Before

```
$ unzip -l packages/rn-tester/android/app/build/outputs/apk/hermes/release/app-hermes-arm64-v8a-release.apk | grep android.bundle
  1248608  01-01-1981 01:01   assets/mergeHermesReleaseAssets/RNTesterApp.android.bundle
```

### After

```
$ unzip -l packages/rn-tester/android/app/build/outputs/apk/hermes/release/app-hermes-arm64-v8a-release.apk | grep android.bundle
  1248608  01-01-1981 01:01   assets/RNTesterApp.android.bundle
```

Reviewed By: cipolleschi

Differential Revision: D39847369

Pulled By: cortinico

fbshipit-source-id: 0e21c0b6e58b49ac097c59223649b74b2879b5e5
@cortinico cortinico deleted the nc/e2e-bisect-failure branch November 2, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants