-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix tests #5544
fix tests #5544
Conversation
This reverts commit 56e35cf.
cc: @acid-chicken @syuilo |
ちょっと面倒そうなことになってますし、また別に分けて良いと思います。 |
'TS_NODE_FILES' は、内部コマンドまたは外部コマンド、 って出ますね |
|
syuilo/Misskey.old@3bbf2b6 で |
cc:@syuilo |
API関係のテストが軒並み失敗するけどおま環? |
コケるだけ言われてもログを貼らないと何もわからない (CIでは通っているので) |
あー |
私以外の人で失敗しないなら私の環境の問題だけど |
|
とか出ます |
ふぅ〜む |
ありがとうございます |
んー、やっぱり同じエラー出ますね |
他の人が成功してるなら私の問題なのでマージしたい |
それより上に別のエラー出てたりしませんか |
あー、 |
test用のDBってどうしてます? |
開発用のDBとは分けて create database misskeytest; みたいにして作ったものです |
(テストするたびに勝手にデータリセットされると思ってた) |
できました、前のデータがテストDBに残ってたみたいです。 |
ありがとうございます🙏🙏🙏 |
それはそれとしてテストDBがテスト前に初期化されないのはバグっぽい |
あとで見ます |
* add .github/workflows/nodejs.yml * fix * GitHub Actions: Node.js 8.xはサポートしない * add .github/workflows/docker.yml * Dockerビルドをキャッシュするように * Run test in github actions * 同リポジトリ内からのプルリクだと無駄に二回走るのを抑制 * 6925c00のdocker.ymlへの適応忘れ * fix .circleci/misskey/test.yml * test実行時にDBとかredisとか動かすように * fix * fix tests (#5544) * fix test * fix compile errors * PATH引き継ぎでchild_process.spawn時のENOENTを修正 * サーバー起動処理を共通化 * fix coding style * fd=4をipcに使うように * fix port * fix * fix ws port * #4033 にテストケースを追従 * fix? * fix?? * fix * fix * fix * maybe fix * fix * node 10.xサポートしてなかった * 11.10じゃないとだめだった * fix * remove chart test * fix * chart test復活 * fix * 一回一回コネクションを閉じる * Revert "一回一回コネクションを閉じる" This reverts commit 56e35cf. * 一回一回sync→dropしてるのをやめてみる * fix * fix * … * キャッシュを切ってみる * add ts to require target * omg fix * Revert "キャッシュを切ってみる" This reverts commit 88161c5. * done呼び忘れ * 実際の文字数リミットと違ってたので対応 * テストケースがバグってたので修正 * Revert "一回一回sync→dropしてるのをやめてみる" This reverts commit a9e543b. * fix * fix * fix * fix? * fix * chartのconnectionを分離する * fix * fix * fix tsconfig? * Revert "fix tsconfig?" This reverts commit ba9269e. * fix * TS_NODE_FILES を scripts の方で指定 * Windowsェ * Circle CIの実行条件をmasterへのpushのみに Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Summary
GitHub ActionでCIを回そうとしていたら (#5522) 既存のテストが壊れていたのでテストを直すPR