Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/rel 1418/fix phpdoc blocking cache warmup #3950

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

augustas
Copy link
Contributor

Fixing a phpdoc block that prevents cache warmup.

Related to : https://oat-sa.atlassian.net/browse/REL-985

Without the fix, phpdoc parser throws an error like:

Unexpected token "{", expected type at offset 0 on line 1

Steps to reproduce (for bugs)

  • Run php index.php 'oat\generis\scripts\tools\ApplicationCacheWarmup'
  • Observer an error message Cache warmup failed: Unexpected token "{", expected type at offset 0 on line 1

How to test

To test, run the cache warmup command and get the TAO cache warmed up! report.

Copy link

github-actions bot commented Jan 15, 2024

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
161 161 0 0

actions/class.File.php Outdated Show resolved Hide resolved
@vbyndych vbyndych self-assigned this Jan 15, 2024
Co-authored-by: Vlad Byndych <[email protected]>
Signed-off-by: Augustas <[email protected]>
Copy link

Version

❕ Some commits are not using the conventional commits formats. They will be ignored in version management.

Target Version 53.15.1
Last version 53.15.0

There are 0 BREAKING CHANGE, 0 feature, 2 fixes

Copy link
Contributor

@yaraslau-kavaliou yaraslau-kavaliou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • New code is covered by tests
  • Tests are running successfully on my local machine
  • New code is respecting code style rules
  • New code is respecting best practices
  • Feature is working correctly on my local machine
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Pull request's target is not master
  • Commits are following conventional commits
  • Commits messages are meaningful
  • Commits are atomic

@augustas augustas merged commit bfc42d6 into develop Jan 15, 2024
6 of 7 checks passed
@augustas augustas deleted the fix/REL-1418/fix-phpdoc-blocking-cache-warmup branch January 15, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants