Skip to content

Conversation

@chobits
Copy link
Member

@chobits chobits commented Dec 29, 2022

  1. not compile source included in T_NGX_HTTP_IMAGE_FILTER, see image_filter.t case failed: tengine feature image_filter_crop_offset  #1720
  2. not compile source included in T_NGX_MODIFY_DEFAULT_VALUE, otherwise some nginx-tests cases tests will fail.
    • for example, tengine modified default value of worker_processes directive.
  3. skipped cases for njs, we do not test njs project with tengine currently
  4. skipped cases for win32
  5. nginx-tests/debug_connection.t skipped, nginx-tests/ssl_engine_keys.t skipped, need to update them from nginx-tests/ repo
  6. skipped: must be root, ignored, these two skipped cases will be re-runned as root at last.

@chobits chobits requested review from jiuzhoucui and wa5i December 29, 2022 10:10
@chobits
Copy link
Member Author

chobits commented Dec 29, 2022

# NOTE:
# For "-D T_NGX_MODIFY_DEFAULT_VALUE=0", we dont compile the source included in this macro, otherwise some nginx-tests cases tests will fail.
./configure \
--with-cc-opt="-D T_NGX_MODIFY_DEFAULT_VALUE=0 -D T_NGX_HTTP_IMAGE_FILTER=0" \
Copy link
Member Author

@chobits chobits Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. off T_NGX_MODIFY_DEFAULT_VALUE for that tengine modified default value of some directives, such as worker_processes n;
    • nginx core default value of worker_processes n is 1, tengine default value is <cpu_number>. If nginx-tests cases run with tengine default value, they may fail.
  2. off T_NGX_HTTP_IMAGE_FILTER for unresolved bug: image_filter.t case failed: tengine feature image_filter_crop_offset  #1720

[ myca_extensions ]
basicConstraints = critical,CA:TRUE
subjectAltName = IP:127.0.0.1
Copy link
Member Author

@chobits chobits Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated from nginx/nginx-tests repo

@chobits chobits requested a review from nandsky December 29, 2022 10:30
@wangfakang wangfakang merged commit bfa1967 into alibaba:master Dec 29, 2022
@chobits chobits added this to the 2.4.0 milestone Feb 8, 2023
chobits added a commit to chobits/tengine that referenced this pull request Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants