mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
btest/telemetry: Fix "Note compilable" typo
This commit is contained in:
parent
e20aa66eae
commit
3d053a94f7
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Using and listing of counters and gauges using the telemetry module.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-EXEC: zcat <$TRACES/echo-connections.pcap.gz | zeek -b -Cr - %INPUT > out
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-EXEC: zcat <$TRACES/echo-connections.pcap.gz | zeek -b -Cr - %INPUT > out
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# @TEST-DOC: Query for zeek event-handler-invocations metrics counting number of times handlers were called.
|
||||
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-EXEC: zcat <$TRACES/echo-connections.pcap.gz | zeek -b -Cr - %INPUT > out
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Query Broker's telemetry to verify it ends up in Zeek's registry.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-EXEC: zcat <$TRACES/echo-connections.pcap.gz | zeek -b -Cr - %INPUT > out
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Calling collect_metrics() invokes Telemetry::sync.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Breaking and recursive Telemetry::sync() warning
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Verify Telemetry::sync() is invoked for metric scraping via the Prometheus HTTP endpoint.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-REQUIRES: which jq
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# @TEST-DOC: Query the Prometheus endpoint and smoke check that zeek_version_info{...} is contained in the response for all cluster nodes.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# Not compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-REQUIRES: which jq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue