-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
feature requestThe issue could be reproducedThe issue could be reproduced
Description
Kind of proposals
You can turn on multiple checkboxes.
- [] Parser
- [] Linter
- [] Simulator
- Testing
Describe the feature
We need a new log message assertion function.
To assert what log message is outputted inside VCL runtime, need testing function which retrieves log statement output.
// @scope: RECV
// @suite: logging assertion
sub test_recv {
testing.call_subroutine("vcl_recv");
assert.match(testing.logged_message(), "^\[log]:\s.*");
}Give us your considerations
We should consider about realtime loggings that will send to the S3, Datadog, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestThe issue could be reproducedThe issue could be reproduced