remove JSONToRC dependency #35
GitHub Actions / lucee@5 Test Results
failed
Aug 2, 2024 in 0s
1 fail, 2 skipped, 7 pass in 4s
Annotations
Check warning on line 0 in tests.specs.unit.APIAppenderTest
github-actions / lucee@5 Test Results
logstash.models.logging.APIAppender Suite Can create a log message (tests.specs.unit.APIAppenderTest) failed
test-harness/tests/results/test-results-junit.xml [took 0s]
Raw output
The actual [0] is not greater than [0]
92: var documents = getWirebox().getInstance( "SearchBuilder@cbElasticsearch" ).new( variables.model.getProperty( "dataStream" ) ).setQuery( { "match_all" : {} }).execute().getHits();
93:
94: expect( documents.len() ).toBeGT( 0 );
95:
96: var logMessage = documents[ 1 ].getMemento();
/home/runner/work/logstash/logstash/test-harness/tests/specs/unit/APIAppenderTest.cfc:94
Check notice on line 0 in .github
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
github-actions / lucee@5 Test Results
10 tests found
There are 10 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.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
Loading