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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Mysteries of Dropbox: Property-Based Testing of a Synchronization Service [pdf]

14 点作者 ch超过 9 年前

2 条评论

illumen超过 9 年前
Property based testing really is getting some great results.
gcr超过 9 年前
Abstract:<p><pre><code> &gt; Abstract—File synchronization services such as Dropbox are used by &gt; hundreds of millions of people to replicate vital data. Yet formal &gt; models of their behavior are lacking. We present the first &gt; formal—and testable—model of the core behavior of a modern file &gt; synchronizer, and we use it to discover surprising behavior in two &gt; widely deployed synchronizers. Our model is based on a technique for &gt; testing nondeterministic systems that avoids requiring that the &gt; system’s internal choices be made visible to the testing framework.</code></pre>