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

Add projector manager options to Symfony Console commands #67

Closed
wants to merge 1 commit into from

Conversation

ambroisemaupate
Copy link

See #59

Works for:

  • ReadModelProjection
  • Projection

@coveralls
Copy link

Pull Request Test Coverage Report for Build 210

  • 0 of 8 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-1.0%) to 87.684%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Command/AbstractProjectionCommand.php 0 8 0.0%
Files with Coverage Reduction New Missed Lines %
src/Command/AbstractProjectionCommand.php 1 0.0%
Totals Coverage Status
Change from base Build 208: -1.0%
Covered Lines: 477
Relevant Lines: 544

💛 - Coveralls

@codeliner
Copy link
Member

@ambroisemaupate sorry for being late on this. Thanks for PR! Tests fail with older event store versions. The projector option "update lock threshold" was added in 7.3.4. Minimum requirement for the bundle is event-store 7.0

Can you work around the issue to make the tests pass?

@ambroisemaupate
Copy link
Author

@codeliner Thanks for your answer. I’m really happy to contribute to your awesome ES framework.

I’ll find out a solution, testing if constants exist before adding them as Command options.

@unixslayer unixslayer mentioned this pull request Jul 31, 2020
@unixslayer
Copy link
Member

Projections options were released with 0.9.0 (#69)

@unixslayer unixslayer closed this Apr 21, 2021
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.

4 participants