Skip to content

Commit

Permalink
Test file_cache prime shm + use file combination
Browse files Browse the repository at this point in the history
We're currently only testing prime shm + use shm and prime file +
use file.

This adds testing for the prime shm + use file combination. The
prime file + use shm combination is broken on PHP-8.0, so not
tested.
  • Loading branch information
nikic committed Aug 18, 2021
1 parent de7ba3e commit 3454ea3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions azure/file_cache_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,28 @@ jobs:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'File Cache (prime)'
runTestsName: 'File Cache (prime shm)'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
--file-cache-prime
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'File Cache (use)'
runTestsName: 'File Cache (prime shm, use shm)'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
--file-cache-use
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'File Cache (prime shm, use file)'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
--file-cache-use
-d opcache.file_cache_only=1
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
Expand Down

0 comments on commit 3454ea3

Please sign in to comment.