TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Boeing didn't conduct end-to-end tests on Starliner before its failed flight

28 点作者 michelpp大约 5 年前

4 条评论

gentleman11大约 5 年前
I don’t actually have any fully pure unit tests in my codebase at the moment. The exception is some algorithmic stuff which has a bunch of tests. In practice, I’ve almost never caught a bug because of a unit test except in an algorithm - but integration tests involving 3-4 small components are great.
LastZactionHero大约 5 年前
<i>I really don&#x27;t want anyone to have the impression that this team tried to take shortcuts</i><p>- man who let his team take shortcuts<p><i>NASA is still thinking whether to allow Boeing to proceed with its first manned flight to prevent delays or to require the company to successfully complete an unmanned flight first.</i><p>Yeah, it&#x27;s probably fine now. I mean, ugh, look at all these passing tests!<p>It&#x27;s staggering to me that <i>Boeing</i> is confident enough to not want another unmanned fight. After all this, you really want to roll the dice again?
erikig大约 5 年前
How does one do an end-to-end test on a system that ends up in space?
tracker1大约 5 年前
Unit tests do not negate the need for Integration Tests and they do not negate the need for manual tests. You can get overlapping coverage and slack in certain areas in some cases... medical equipment and aerospace are not areas you can come up short with some of the longer testing cycles.