libgit2 / libgit2/libgit2sharp

RenamingABranchIncludesTheCorrectReflogEntries occasionally fails the range check

未关闭
#1,186 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C#
星标
3.5k
派生
925
PR 合并指标
30 天内没有已合并 PR

描述

Occasionally it happens to me that the Branch Renaming reflog test fails with following error message

 LibGit2Sharp.Tests.BranchFixture.RenamingABranchIncludesTheCorrectReflogEntries: 
     Assert.InRange() Failure
     Range:  (08.09.2015 14:10:34 +02:00 - 08.09.2015 14:10:34 +02:00)
     Actual: 08.09.2015 14:10:33 +02:00

It seems the range's From is off by a second. This behaviour appears only sporadically. As of now I only reproduced this on Ubuntu with Mono-4.0.0.0

The behaviour shows both when running the XUnit Tests from mondevelop as well as when running build.libgit2sharp.sh, but usually disappears when rerunning the test

Behaviour was noticed when working on #1185

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 RenamingABranchIncludesTheCorrectReflogEntries 测试开始,该测试在 Ubuntu 上使用 Mono 时会间歇性地在时间戳范围检查中失败。通过 xUnit 测试或 build.libgit2sharp.sh 重现该问题,然后检查测试如何定义和比较范围。当测试能够可靠通过且不会掩盖真正的 reflog 时间错误时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
csharp, git
领域
testing-qa
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。