正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

Test plan for libtiff component upgrade

一貫した開発プロセスとドキュメントを確保するため、GitLabへのすべての貢献は英語で提出する必要があります。そのため、GitLabへの貢献に関するドキュメント(https://docs.gitlab.com/development/に掲載)も英語でのみ提供されています。

以下を希望される場合:

  • コードの貢献を提出する
  • バグの報告または修正
  • 機能や改善の提案
  • ドキュメントへの貢献

これらのページの英語版のガイドラインに従ってください。

このページの英語版にアクセスしてください。

Copy the following test plan to a comment of the merge request that upgrades the component.

## Test plan

- [ ] Checked libtiff [changelog](https://gitlab.com/libtiff/libtiff/) for potential breaking changes.
- [ ] Start a new pipeline and trigger `Trigger::ee-package`.
- [ ] Checked the library version:
  - [ ] Install `binutils`.
  - [ ] Check output and ensure the updated version is installed.
    ```shell
    strings /opt/gitlab/embedded/lib/libtiff.so|grep "LIBTIFF, Version"
    ```
- [ ] Check that graphicsMagick can use `libtiff` with a tiff:
  - [ ] Upload a tiff of your choice to the deployed GitLab container or
        virtual machine.
  - [ ] Execute graphicsMagick from the command line:
    ```shell
    /opt/gitlab/embedded/bin/gm identify /path/to/file.tiff
    ```