Skip to content

Commit

Permalink
pending server update
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Nov 30, 2023
1 parent 77af949 commit 25dd7ec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/QiniuTests/Storage/BucketManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,9 @@ public void SetObjectLifecycleTest()
10,
20,
30,
40,
15);
40);
// 40,
// 15);
if (ret.Code != (int)HttpCode.OK)
{
Assert.Fail("deleteAfterDays error: " + ret.ToString());
Expand All @@ -280,7 +281,7 @@ public void SetObjectLifecycleTest()
Assert.Fail("stat error: " + statRet.ToString());
}
Assert.True(statRet.Result.TransitionToIa > 0);
Assert.True(statRet.Result.TransitionToArchiveIr > 0);
// Assert.True(statRet.Result.TransitionToArchiveIr > 0);
Assert.True(statRet.Result.TransitionToArchive > 0);
Assert.True(statRet.Result.TransitionToDeepArchive > 0);
Assert.True(statRet.Result.Expiration > 0);
Expand Down Expand Up @@ -320,8 +321,9 @@ public void SetObjectLifecycleCondTest()
10,
20,
30,
40,
15);
40);
// 40,
// 15);
if (ret.Code != (int)HttpCode.OK)
{
Assert.Fail("deleteAfterDays error: " + ret.ToString());
Expand Down

0 comments on commit 25dd7ec

Please sign in to comment.