mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 16:24:37 +00:00
tracing-journald: package 0.3.1
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
f1161afa37
commit
f81e786c8c
@ -1,3 +1,10 @@
|
|||||||
|
rust-tracing-journald (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Team upload.
|
||||||
|
* Package tracing-journald 0.3.1 from crates.io using debcargo 2.7.8
|
||||||
|
|
||||||
|
-- Lukas Wagner <l.wagner@proxmox.com> Wed, 9 Apr 2025 13:51:20 +0200
|
||||||
|
|
||||||
rust-tracing-journald (0.3.0-1~bpo12+pve1) proxmox-rust; urgency=medium
|
rust-tracing-journald (0.3.0-1~bpo12+pve1) proxmox-rust; urgency=medium
|
||||||
|
|
||||||
* Rebuild for Debian Bookworm / Proxmox
|
* Rebuild for Debian Bookworm / Proxmox
|
||||||
|
@ -15,8 +15,8 @@ License: MIT
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright:
|
Copyright:
|
||||||
2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -21,8 +21,8 @@ Comment:
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright:
|
Copyright:
|
||||||
2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
2024-2025 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
2024 Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
2024-2025 Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
Description: these require a working `journalctl --user` in the test environment..
|
Description: these require a working `journalctl --user` in the test environment..
|
||||||
|
|
||||||
index c2f30108..78493210 100644
|
index c2f30108..78493210 100644
|
||||||
--- a/tests/journal.rs
|
Index: tracing-journald/tests/journal.rs
|
||||||
+++ b/tests/journal.rs
|
===================================================================
|
||||||
@@ -157,6 +157,7 @@ fn retry_read_one_line_from_journal(testname: &str) -> HashMap<String, Field> {
|
--- tracing-journald.orig/tests/journal.rs
|
||||||
|
+++ tracing-journald/tests/journal.rs
|
||||||
|
@@ -166,6 +166,7 @@ fn retry_read_one_line_from_journal(test
|
||||||
.unwrap()
|
.unwrap()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -11,15 +13,15 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn simple_message() {
|
fn simple_message() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -168,6 +169,7 @@ fn simple_message() {
|
@@ -212,6 +213,7 @@ fn custom_priorities() {
|
||||||
});
|
with_journald_layer(layer, test);
|
||||||
}
|
}
|
||||||
|
|
||||||
+#[ignore]
|
+#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn multiline_message() {
|
fn multiline_message() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -179,6 +181,7 @@ fn multiline_message() {
|
@@ -223,6 +225,7 @@ fn multiline_message() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,7 +29,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn multiline_message_trailing_newline() {
|
fn multiline_message_trailing_newline() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -193,6 +196,7 @@ fn multiline_message_trailing_newline() {
|
@@ -237,6 +240,7 @@ fn multiline_message_trailing_newline()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,7 +37,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn internal_null_byte() {
|
fn internal_null_byte() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -204,6 +208,7 @@ fn internal_null_byte() {
|
@@ -248,6 +252,7 @@ fn internal_null_byte() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,7 +45,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn large_message() {
|
fn large_message() {
|
||||||
let large_string = "b".repeat(512_000);
|
let large_string = "b".repeat(512_000);
|
||||||
@@ -219,6 +224,7 @@ fn large_message() {
|
@@ -263,6 +268,7 @@ fn large_message() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn simple_metadata() {
|
fn simple_metadata() {
|
||||||
let sub = Layer::new()
|
let sub = Layer::new()
|
||||||
@@ -260,6 +266,7 @@ fn journal_fields() {
|
@@ -304,6 +310,7 @@ fn journal_fields() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,7 +61,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn span_metadata() {
|
fn span_metadata() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -284,6 +291,7 @@ fn span_metadata() {
|
@@ -328,6 +335,7 @@ fn span_metadata() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +69,7 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn multiple_spans_metadata() {
|
fn multiple_spans_metadata() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
@@ -310,6 +318,7 @@ fn multiple_spans_metadata() {
|
@@ -354,6 +362,7 @@ fn multiple_spans_metadata() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,6 +77,3 @@ index c2f30108..78493210 100644
|
|||||||
#[test]
|
#[test]
|
||||||
fn spans_field_collision() {
|
fn spans_field_collision() {
|
||||||
with_journald(|| {
|
with_journald(|| {
|
||||||
--
|
|
||||||
2.39.2
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user