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

記事を保存 #21

Merged
merged 5 commits into from Feb 13, 2022
Merged

記事を保存 #21

merged 5 commits into from Feb 13, 2022

Conversation

ken1flan
Copy link
Owner

@ken1flan ken1flan commented Feb 11, 2022

記事を保存できるようにします。

一覧から + マークをタップすると新規作成、一覧のタイトルがついているところをタップすると編集になります。

その他

  • テストの並列実行をやめました。
    • isarのオープンを並列で行うことができず、テストが失敗していました。きっとそれがうまく行っていてもテストデータが同時に入ってしまったりして想定外になりそうです。

データベースを使っているので、テストを並列で実行されると
isarのオープンで失敗するため。
@@ -20,7 +20,7 @@ test_task:
# test_script: flutter test --machine > report.json
test_script: |
flutter pub get
flutter test --reporter json | tee report.json
flutter test --concurrency=1 --reporter json | tee report.json
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

テストの並列実行をやめています。

isarのオープンをテストごとに違うディレクトリでできるようにしたら、また並列に戻したいです。

@ken1flan ken1flan merged commit f91ac1d into main Feb 13, 2022
@ken1flan ken1flan deleted the Save_article branch February 13, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant