turms icon indicating copy to clipboard operation
turms copied to clipboard

Required array length 2147483639 + 9 is too large

Open water2060 opened this issue 11 months ago • 1 comments

In the "test" module of code execution, "Docker Compose" cannot be started, and the following exception is prompted. The Windows system I am using, Docker Composite version v2.19.1, Docker version 24.0.2, build cb74dfc

How to solve this problem and execute the test code smoothly?

image

image

描述.txt

water2060 avatar Mar 07 '24 08:03 water2060

All other codes and configurations were pulled from GitHub without any changes made

water2060 avatar Mar 07 '24 08:03 water2060

You can the commands used in the following GitHub Actions to run your tests to check if they can work (We have used these commands to run tests for years):

  1. https://github.com/turms-im/turms/blob/develop/.github/workflows/test-turms-gateway.yml
  2. https://github.com/turms-im/turms/blob/develop/.github/workflows/test-turms-service.yml

Regarding your question, I haven't encountered the problem you mentioned. As the logs said This archive contains unclosed entries, you can set breakpoints according to the stack traces to check which archive is corrupted and try to correct it. If you can debug, everything should be easy to fix.

JamesChenX avatar Mar 17 '24 13:03 JamesChenX