Skip to content

Added code to skip maxmemory config check when --skip-max-memory-config-check=1, #149#232

Merged
snake14 merged 1 commit into5.x-devfrom
149-fix-test-command
Mar 3, 2024
Merged

Added code to skip maxmemory config check when --skip-max-memory-config-check=1, #149#232
snake14 merged 1 commit into5.x-devfrom
149-fix-test-command

Conversation

@AltamashShaikh
Copy link
Copy Markdown
Contributor

Description:

Added code to skip maxmemory config check when --skip-max-memory-config-check=1
Fixes: #149

Review

Copy link
Copy Markdown
Contributor

@snake14 snake14 left a comment

Choose a reason for hiding this comment

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

Looks good. I had one comment, but no change is necessary.

Comment thread Commands/Test.php
protected function configure()
{
$this->setName('queuedtracking:test');
$this->addRequiredValueOption('skip-max-memory-config-check', null, 'Do not check for MaxMemory config values ');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Personally, I would have used addNoValueOption, but what you have works fine.

@snake14 snake14 merged commit 77a2e3e into 5.x-dev Mar 3, 2024
@snake14 snake14 deleted the 149-fix-test-command branch March 3, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error raised in running Queued Tracking test

2 participants