Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: adapting js_fetch_objects.t for slow machines.
The test is too slow to trigger timeout in perl tests when the following condition are met: * ASAN build, with ASAN_OPTIONS=fast_unwind_on_malloc=0 * -DNJS_DEBUG_MEMORY -DNGX_DEBUG_PALLOC -DNGX_DEBUG_MALLOC in CFLAGS Previously, invalid header name test produced many JS exception. While looking for symbol names NJS allocates/deallocates a lot of memory. In combination with the conditions above this might result in a timeout. The fix is to simplify invalid header name test.
- Loading branch information