Skip to content

Commit

Permalink
Revert "pending server update"
Browse files Browse the repository at this point in the history
This reverts commit aaed6f8.
  • Loading branch information
lihsai0 committed Dec 25, 2023
1 parent a57a337 commit 7248aa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/rs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe('test start bucket manager', function () {
name: ruleName,
prefix: 'test',
to_line_after_days: 30,
// to_archive_ir_after_days: 35,
to_archive_ir_after_days: 35,
to_archive_after_days: 40,
to_deep_archive_after_days: 50,
delete_after_days: 65
Expand All @@ -413,7 +413,7 @@ describe('test start bucket manager', function () {
testGet({
prefix: 'test',
to_line_after_days: 30,
// to_archive_ir_after_days: 35,
to_archive_ir_after_days: 35,
to_archive_after_days: 40,
to_deep_archive_after_days: 50,
delete_after_days: 65,
Expand All @@ -429,7 +429,7 @@ describe('test start bucket manager', function () {
name: ruleName,
prefix: 'update_prefix',
to_line_after_days: 30,
// to_archive_ir_after_days: 40,
to_archive_ir_after_days: 40,
to_archive_after_days: 50,
to_deep_archive_after_days: 60,
delete_after_days: 65
Expand All @@ -444,7 +444,7 @@ describe('test start bucket manager', function () {
testGet({
prefix: 'update_prefix',
to_line_after_days: 30,
// to_archive_ir_after_days: 40,
to_archive_ir_after_days: 40,
to_archive_after_days: 50,
to_deep_archive_after_days: 60,
delete_after_days: 65,
Expand Down Expand Up @@ -478,7 +478,7 @@ describe('test start bucket manager', function () {
key,
{
toIaAfterDays: 10,
// toArchiveIRAfterDays: 15,
toArchiveIRAfterDays: 15,
toArchiveAfterDays: 20,
toDeepArchiveAfterDays: 30,
deleteAfterDays: 40
Expand All @@ -504,7 +504,7 @@ describe('test start bucket manager', function () {
key,
{
toIaAfterDays: 10,
// toArchiveIRAfterDays: 15,
toArchiveIRAfterDays: 15,
toArchiveAfterDays: 20,
toDeepArchiveAfterDays: 30,
deleteAfterDays: 40,
Expand Down

0 comments on commit 7248aa9

Please sign in to comment.