tested, each test command, containing build_all.xml or build_custom.xml leads to config.php change where HMAC key containing variable ($_CONFIG['Misc']['SecurityHmacKey']) disappears, and then build failed due [InvalidArgumentException] "The HMAC key is empty."
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Today
Can't test because of different php version on VM.
Yesterday
In D494#10043, @erik wrote:No, build was not successful.
[phingcall] /home/sites/dev/web/SVN/5.2.x/tools/build/targets/deploy.xml:37:41: Task exited with code 1
BUILD FAILED
/home/sites/dev/web/SVN/5.2.x/tools/build/targets/deploy.xml:25:6: /home/sites/dev/web/SVN/5.2.x/tools/build/targets/deploy.xml:29:22: Execution of the target buildfile failed. Aborting.Total time: 29.8418 seconds
No, build was not successful.
In D494#10041, @erik wrote:Partially tested, tests from part 4 like "confirm, by looking at the colorized output of the above command, that phpunit target was called" - failed. No PHPunit output generated.
Partially tested, tests from part 4 like "confirm, by looking at the colorized output of the above command, that phpunit target was called" - failed. No PHPunit output generated.
Sat, Nov 9
Non-obvious Phabricator Differential logic:
- the arc patch command svn mv SVN command (file move) as svn cp (file copy) + svn rm (file removal) commands;
- directory removal, where file move occurred, isn't marked as removed.
Same diff, but file moves in "modules/custom" folder are displayed correctly.
Fri, Nov 8
Included moved files, that were missing in original diff.
- Updating D494: INP-1863 - Correct PHPUnit integration #
- Enter a brief description of the changes included in this update.
- The first line is used as subject, next lines as comment. #
- Included changes:
- M composer.json
- M composer.lock
- M core/kernel/application.php
- V core/tests/AbstractTestCase.php to: core/tests/Unit/AbstractTestCase.php
- V core/tests/Unit/AbstractTestCase.php from: core/tests/AbstractTestCase.php
- V core/tests/Unit/kernel/utility/formatters/kFormatterTest.php from: core/tests/kernel/utility/formatters/kFormatterTest.php
- V core/tests/kernel/utility/formatters/kFormatterTest.php to: core/tests/Unit/kernel/utility/formatters/kFormatterTest.php
Thu, Oct 31
Wed, Oct 30
Tue, Oct 29
Mon, Oct 28
Test plan updated.
Part 1 - microsoft do not support such links as 'file://' (security issue), so browser does not decode it properly. Result is like "file:///" in the FireFox browser. {F669820}And like 'about:blank#blocked' when trying follow this link in the Chrome browser.
Part 1 - microsoft do not support such links as 'file://' (security issue), so browser does not decode it properly. Result is like "file:///" in the FireFox browser. {F669820}And like 'about:blank#blocked' when trying follow this link in the Chrome browser.
All right, when debugger is off. When debugger os on - got about 20 "Trying to access array offset on value of type bool" notices
Sat, Oct 26
Wed, Oct 23
Sun, Oct 20
Sat, Oct 19
Wed, Oct 16
Tue, Oct 15
Please retest (the test plan was improved).
Cosmetic comment fixes.
Fix for an exception on the configuration section for the "root" user.
When root opens a configuration section an exception is thrown:
Exception: Permission section not specified for prefix conf in ...\core\kernel\utility\event.php on line 439
Oct 8 2024
Updated test plan.