You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, these tests are now failing on the master branch.
Affected Tests and Errors
Proxy URL Test Failure
Test test_write_str_buffer_overrun... [ OK ]
Error: oxy_url_split... [2024/12/03 09:26:23] [error] only HTTP proxy is supported.
[ OK ]
Error Details:
The oxy_url_split test is emitting an error:
[2024/12/03 09:26:23] [error] only HTTP proxy is supported.
Quoted String Splitting Test Failures
Test test_flb_utils_split... [ OK ]
Test test_flb_utils_split_quoted... [ OK ]
Error: st_flb_utils_split_quoted_errors... [2024/12/03 09:26:23] [error] Parsing failed: aa "unbalanced quotes should fail
Error: [2024/12/03 09:26:23] [error] Parsing failed: aa 'unbalanced quotes should fail
Error Details:
st_flb_utils_split_quoted_errors fails when processing invalid quoted strings.
The errors indicate unbalanced quotes should cause a failure but instead generate parsing error logs.
niedbalski
changed the title
Test Failures on aarch64 After Merging PR [[#8851](https://github.com/fluent/fluent-bit/pull/8851)](https://github.com/fluent/fluent-bit/pull/8851)
Test Failures on aarch64 After Merging PR 8851
Dec 3, 2024
niedbalski
changed the title
Test Failures on aarch64 After Merging PR 8851
Test failures on aarch64 after merging PR 8851
Dec 3, 2024
Description
After merging PR [#8851](#8851), the following tests were re-enabled for the
aarch64
actuated job:-DFLB_WITHOUT_flb-it-utils=1 -DFLB_WITHOUT_flb-it-pack=1
However, these tests are now failing on the
master
branch.Affected Tests and Errors
Proxy URL Test Failure
Error Details:
The
oxy_url_split
test is emitting an error:Quoted String Splitting Test Failures
Error Details:
st_flb_utils_split_quoted_errors
fails when processing invalid quoted strings.Steps to Reproduce
master
branch post-merge of PR [#8851](cmake: fix UNICODE-escaped characters on aarch64 #8851).-DFLB_WITHOUT_flb-it-utils=1 -DFLB_WITHOUT_flb-it-pack=1
options.aarch64
environment.oxy_url_split
andst_flb_utils_split_quoted_errors
tests.Expected Behavior
The tests should pass on the
aarch64
platform without errors when re-enabled.Environment
aarch64
master
The text was updated successfully, but these errors were encountered: