Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3345340
D5002.id16461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
983 B
Referenced Files
None
Subscribers
None
D5002.id16461.diff
View Options
diff --git a/services/commtest/tests/backup/pull_backup.rs b/services/commtest/tests/backup/pull_backup.rs
--- a/services/commtest/tests/backup/pull_backup.rs
+++ b/services/commtest/tests/backup/pull_backup.rs
@@ -113,18 +113,18 @@
if holder.len() == 0 {
continue;
}
- println!("attachments for the backup: {}", holders);
+ println!("attachments for the backup: {}", holder);
result
.backup_item
.attachments_holders
.push(holder.to_string());
}
} else if state == State::Log {
+ println!("attachments for the log {:?}: {}", current_id, holders);
for holder in holders_split {
if holder.len() == 0 {
continue;
}
- println!("attachments for the log: {}", holders);
let log_items_size = result.log_items.len() - 1;
result.log_items[log_items_size]
.attachments_holders
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 5:54 AM (18 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2569268
Default Alt Text
D5002.id16461.diff (983 B)
Attached To
Mode
D5002: [services] Backup - Tests - Pull Backup - Improve logging
Attached
Detach File
Event Timeline
Log In to Comment