nodeSolidServer / nodeSolidServer/node-solid-server
Assertions in async callbacks will not mark tests as failed
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.8k
- 分支
- 308
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Looking through the tests for NSS I see some that don't appear to actually achieve anything (unless I'm missing something).
Some of them have been marked to skip, which is fair enough.
For example:
https://github.com/solid/node-solid-server/blob/master/test/integration/ldp-test.js#L178
https://github.com/solid/node-solid-server/blob/master/test/integration/ldp-test.js#L199
https://github.com/solid/node-solid-server/blob/master/test/integration/ldp-test.js#L214
https://github.com/solid/node-solid-server/blob/master/test/integration/ldp-test.js#L326 (This one isn't skipped)
If they're in tests like that, there could be a possibility that it's leaked into NSS itself as well.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先閱讀 test/integration/ldp-test.js 第 178、199、214 和 326 行的非同步測試案例。檢查其回呼中的 assertion 如何處理,然後檢視相關的 NSS 測試程式碼是否有相同的模式。完成的標準是受影響的測試能可靠地回報 assertion 失敗,而不是默默通過。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- testing-qa
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100