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

Debug path #13825

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Debug path #13825

merged 1 commit into from
Aug 22, 2022

Conversation

cammellos
Copy link
Member

@cammellos cammellos commented Aug 19, 2022

Before we were always using /tmp for the database directory for tests run.
This would create issues in test runs when the database was migrated.

This commit changes the behavior so that a temporary directory is created each time the code is executed. Note this is only once per test run, not per test, tests will still use the same db, but it should not cause issues for now as there should not be any migration issue.

@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA Aug 19, 2022
@status-im-auto
Copy link
Member

status-im-auto commented Aug 19, 2022

Jenkins Builds

Click to see older builds (3)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 3be3bcf #1 2022-08-19 15:05:16 ~11 min android-e2e 📦apk 📲
✔️ 3be3bcf #1 2022-08-19 15:06:45 ~12 min android 📦apk 📲
✔️ 3be3bcf #1 2022-08-19 15:11:08 ~17 min ios 📦ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ bf95880 #3 2022-08-19 15:44:56 ~7 min android 📦apk 📲
✔️ bf95880 #3 2022-08-19 15:45:03 ~8 min android-e2e 📦apk 📲
✔️ 526835f #4 2022-08-19 15:57:57 ~7 min android-e2e 📦apk 📲
✔️ 526835f #4 2022-08-19 15:58:13 ~7 min android 📦apk 📲
✔️ 526835f #4 2022-08-19 16:04:19 ~13 min ios 📦ipa 📲

@cammellos cammellos merged commit 526835f into develop Aug 22, 2022
@cammellos cammellos deleted the debug/root-dir branch August 22, 2022 08:17
Pipeline for QA automation moved this from REVIEW to DONE Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants