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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Find potential bugs in your services with Diffy

41 点作者 hiby007超过 9 年前

3 条评论

jawns超过 9 年前
This is a cool approach to finding bugs in non-deterministic services. Basically, each request is played against three servers: one running the code to test, and two running known good code. If the variation in responses between test:good is no different than the variation between good:good, you can assume that no regressions are present.
spullara超过 9 年前
When we moved the Twitter web frontend from the RoR stack to the Scala stack we used a similar tool built into the proxy we called Tap Compare. The new thing in Diffy is to use two calls to known good services rather than one call to filter out the non-deterministic bits. With tap compare we basically had to whitelist those parts of the page. This kind of strategy is pretty powerful and you will likely find lots of places in your infrastructure where it makes sense to use it.
masukomi超过 9 年前
ahem &quot;Build failing&quot;....<p>not the greatest way to start off my interaction with a tool that&#x27;s supposed to find bugs.
评论 #10174017 未加载
评论 #10171709 未加载