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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the biggest pain point of test automation at your organization?

3 点作者 lucgagan大约 2 年前

3 条评论

olvy0大约 2 年前
This is very familiar. Just last week, we had the following:<p>Most of our test pipeline was broken, due to a long series of weird events, in which the uninstall phase of the previous version of one of our apps, on our CI computer was stuck, and on another CI computer somehow the CI user gitconfig file was somehow corrupted and this failed another test which tested our git interface. We&#x27;re not sure why all this happened. Also we have started using nugets (I don&#x27;t like them but the guy who&#x27;s in charge of the CI wants to use them). And something was completely broken with the permissions on the internal nuget server we use. We&#x27;re still not sure what. But IT took 2 weeks to sort it out.<p>Our team is very small. It&#x27;s only one guy who deals with the CI and he does it part time. I used to do it, and then we had another excellent new guy who took it upon itself and really built amazing and mostly stable pipelines for all our products all by himself. But he left several months ago and management didn&#x27;t hire a replacement. So now our CI pipeline is sometimes broken for days without anyone noticing.
评论 #36020034 未加载
评论 #36015780 未加载
lucgagan大约 2 年前
It feels like every day something new breaks in our pipeline. We have weeks of stability and then months of tests failing for random reasons (network latency, concurrency, etc.)<p>I want to understand how universal these pain points are VS unique to the team I am working with at the moment.
pizza大约 2 年前
There are too many ways to do them, and it only really works for depth-first search dev approaches