Skip to content

fix for Coldbox 6 compat #40

fix for Coldbox 6 compat

fix for Coldbox 6 compat #40

GitHub Actions / lucee@5 Test Results succeeded Sep 26, 2024 in 0s

All 9 tests pass, 2 skipped in 7s

11 tests  ±0   9 ✅ ±0   7s ⏱️ +3s
 5 suites ±0   2 💤 ±0 
 1 files   ±0   0 ❌ ±0 

Results for commit f0915c2. ± Comparison against earlier commit 535cb0a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / lucee@5 Test Results

2 skipped tests found

There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.specs.integration.APITest ‑ API Suite Tests that the create method will return Authorization failure if the IP address is incorrect
tests.specs.interceptor.APISecurityTest ‑ logstash.interceptors.APISecurity Will override the event if the Remote Host is not in the whitelist

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / lucee@5 Test Results

11 tests found

There are 11 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.integration.APITest ‑ API Suite Tests that the create method can create a log entry
tests.specs.integration.APITest ‑ API Suite Tests that the create method will return Authentication failure if the token is incorrect
tests.specs.integration.APITest ‑ API Suite Tests that the create method will return Authorization failure if the IP address is incorrect
tests.specs.integration.APITest ‑ API Suite Tests that the create method will return an invalid event if the configuration is set to disable the API
tests.specs.interceptor.APISecurityTest ‑ logstash.interceptors.APISecurity Will not change the event if allowed
tests.specs.interceptor.APISecurityTest ‑ logstash.interceptors.APISecurity Will override the event if the API is not enabled
tests.specs.interceptor.APISecurityTest ‑ logstash.interceptors.APISecurity Will override the event if the API token does not match
tests.specs.interceptor.APISecurityTest ‑ logstash.interceptors.APISecurity Will override the event if the Remote Host is not in the whitelist
tests.specs.interceptor.LogEventsTest ‑ Perform actions on detached appender Tests the ability to log a message through the interception point
tests.specs.unit.APIAppenderTest ‑ logstash.models.logging.APIAppender Suite Can create a log message
tests.specs.unit.APIEventAppenderTest ‑ logstash.models.APIEventAppender Suite Can create a log message