Skip to content

Commit

Permalink
(troubleshoot)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Dec 30, 2024
1 parent 626e965 commit a118305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
cd mediawiki
echo 'echo MediaWiki\MediaWikiServices::getInstance()->getDBLoadBalancer()->getConnection( DB_REPLICA )->getType()' | php maintenance/run.php eval
php tests/phpunit/phpunit.php extensions/JsCalendar/tests/phpunit/
php tests/phpunit/phpunit.php extensions/JsCalendar/tests/phpunit/ --filter testSnippetForCompressedRevision
# PHP linters: phpcs, parallel-lint, etc.
linter:
Expand Down
2 changes: 2 additions & 0 deletions includes/FindEventPagesQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ public function getResult() {
$blobAddresses[] = $row->content_address;
}

var_dump( $blobAddresses );

$status = MediaWikiServices::getInstance()->getBlobStore()->getBlobBatch( $blobAddresses );
if ( $status->isOK() ) {
$modifiedRows = [];
Expand Down

0 comments on commit a118305

Please sign in to comment.