Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 179 of 221; 24 results per page.

Show the canonical directory
Preview of Structured Log: Lone Surrogate Escapes, Intentionally Invalid (jsonl)
jsonl
479 B
Actual file preview for Structured Log: Lone Surrogate Escapes, Intentionally Invalid (jsonl)

Structured Log: Lone Surrogate Escapes, Intentionally Invalid (jsonl)

Two records containing unpaired \ud800 and \udfff escapes between three well-formed ones, plus a correct surrogate pair for comparison. Intentionally invalid: the escapes are syntactically legal JSON but cannot be encoded as UTF-8, which is where a re-serialising pipeline breaks.

File
JSONL · Logs
Use case
ObservabilityEncoding detection+1· Conversion set
Preview of Structured Log: Multi-Line Stack Traces Inside JSON (jsonl)
jsonl
2.8 KB
Actual file preview for Structured Log: Multi-Line Stack Traces Inside JSON (jsonl)

Structured Log: Multi-Line Stack Traces Inside JSON (jsonl)

Java, Python and Go stack traces carried inside JSON string fields with their newlines escaped: the shape a structured logger produces, and the one that defeats multi-line joining rules written for plain text. Includes a Caused by chain and a goroutine dump.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: One Oversized Record Between Normal Ones (jsonl)
jsonl
75.3 KB
Actual file preview for Structured Log: One Oversized Record Between Normal Ones (jsonl)

Structured Log: One Oversized Record Between Normal Ones (jsonl)

A single record of about 75 KB (a request body accidentally logged) sitting between two ordinary ones. Most shippers cap a line at 16 or 64 KB and either split it into invalid JSON fragments or drop the records around it; this file makes which one happen visible.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Out-of-Order Timestamps (jsonl)
jsonl
5.3 KB
Actual file preview for Structured Log: Out-of-Order Timestamps (jsonl)

Structured Log: Out-of-Order Timestamps (jsonl)

Records whose ts field moves backwards seven times while emitted_seq stays monotonic: what a buffered shipper produces when several workers flush concurrently. The fixture for sort-on-ingest, late-arrival windows and any index that assumes append order equals time order.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Sampling Decisions and Drop Counters (jsonl)
jsonl
12.5 KB
Actual file preview for Structured Log: Sampling Decisions and Drop Counters (jsonl)

Structured Log: Sampling Decisions and Drop Counters (jsonl)

Logs that record their own sampling decision, with periodic dropped_since_last counters so the true event rate can be reconstructed from a sampled stream. Counting sampled records as if they were the whole population is the mistake this fixture is built to expose.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Schema and Type Drift Across Records (jsonl)
jsonl
877 B
Actual file preview for Structured Log: Schema and Type Drift Across Records (jsonl)

Structured Log: Schema and Type Drift Across Records (jsonl)

Six records that all mean the same thing and disagree about how to say it: status as a number, a string, a float and the text OK; user as a string, an object and null; tags as an array and a scalar; and the level and message fields renamed. The mapping conflict that stops an index mid-ingest.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Ten Timestamp Formats, One Instant (jsonl)
jsonl
961 B
Actual file preview for Structured Log: Ten Timestamp Formats, One Instant (jsonl)

Structured Log: Ten Timestamp Formats, One Instant (jsonl)

The same instant written ten ways: RFC 3339 at three precisions and with a non-UTC offset, epoch seconds as integer and float, epoch milliseconds and nanoseconds, Common Log Format and the log4j comma-decimal form. What a timestamp autodetector must resolve to one moment.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Trace-Correlated Records (jsonl)
jsonl
4 KB
Actual file preview for Structured Log: Trace-Correlated Records (jsonl)

Structured Log: Trace-Correlated Records (jsonl)

One log record per span of the canonical checkout trace, each carrying trace_id, span_id, parent_span_id and trace flags. The logs-to-traces jump with a target that actually exists in this catalog, so a correlation query can be verified end to end.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Truncated Final Record, Intentionally Corrupt (jsonl)
jsonl
4.1 KB
Actual file preview for Structured Log: Truncated Final Record, Intentionally Corrupt (jsonl)

Structured Log: Truncated Final Record, Intentionally Corrupt (jsonl)

Twelve complete JSON records followed by a thirteenth cut off after 96 bytes with no trailing newline, exactly as a container log looks when the process is killed mid-write. Intentionally corrupt and small: a tailer must hold the partial line for a continuation rather than emit or discard it.

File
JSONL · Logs
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Structured Log: Unicode, RTL, Emoji and Control Characters (jsonl)
jsonl
888 B
Actual file preview for Structured Log: Unicode, RTL, Emoji and Control Characters (jsonl)

Structured Log: Unicode, RTL, Emoji and Control Characters (jsonl)

Log messages in Latin, Japanese and Arabic scripts, an emoji flag and a zero-width-joiner family, NFC and NFD forms of the same accented letter, and escaped tab, newline and carriage return. Everything that makes a log line's byte length and its display width disagree.

File
JSONL · Logs · UTF-8, unescaped
Use case
ObservabilityLog parsing+1· Conversion set
Preview of Style Transfer Photo Input (512px)
png
54.4 KB
Actual file preview for Style Transfer Photo Input (512px)

Style Transfer Photo Input (512px)

Fruit still-life content photo for neural / filter style-transfer tests. Pair with the style reference images in this group.

File
PNG · Style Transfer · 512 × 512 px
Use case
Style transferImage pipeline QA· Conversion set
Preview of SubRip Subtitles (SRT)
srt
214 B
Actual file preview for SubRip Subtitles (SRT)

SubRip Subtitles (SRT)

A SubRip (SRT) subtitle track with three timed cues: the most common subtitle format. Paired with the WebVTT twin for testing subtitle parsers and SRT↔VTT conversion.

File
SRT · Subtitles · 3 cues
Use case
Subtitle testingConversion testing· Conversion set
Preview of Summarization Dataset (JSONL)
jsonl
5.1 KB
Actual file preview for Summarization Dataset (JSONL)

Summarization Dataset (JSONL)

An abstractive-summarization dataset in JSON Lines: 15 short synthetic news-style documents each paired with a one-sentence summary. A fixture for training and evaluating summarization models and for testing JSONL ingestion.

File
JSONL · Nlp · 15 records