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

[SecurityBundle] Run functional tests for the authenticator system #37267

Merged
merged 1 commit into from Jun 13, 2020

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Jun 13, 2020

Q A
Branch? 5.1
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

Includes #37261 until it's merged.

This runs all relevant functional tests in the security bundle for both the traditional and the authenticator system. This will hopefully avoid breaking more code in further releases.

deps=high builds will be green once this has been merged up into master.


During the functional tests, some inconsistencies were fixed. Three tests revealed larger inconsistencies that couldn't be fixed easily. These are not run for the new system as of now, we need to investigate further how to proceed with them. I'll create a separate issue/discussion for these:

  • Symfony\Bundle\SecurityBundle\Tests\Functional\FirewallEntryPointTest::testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials
  • Symfony\Bundle\SecurityBundle\Tests\Functional\CsrfFormLoginTest::testFormLoginWithInvalidCsrfToken
  • Symfony\Bundle\SecurityBundle\Tests\Functional\SecurityRoutingIntegrationTest::testSecurityConfigurationForExpression

@fabpot
Copy link
Member

fabpot commented Jun 13, 2020

#37261 has been merged now :)

@wouterj wouterj force-pushed the issue-37254/functional-tests branch from 5db9462 to 49639ca Compare June 13, 2020 15:06
@wouterj
Copy link
Member Author

wouterj commented Jun 13, 2020

Updated the PR, should be ready to merge

@fabpot
Copy link
Member

fabpot commented Jun 13, 2020

Thank you @wouterj.

@fabpot fabpot merged commit a89cc6b into symfony:5.1 Jun 13, 2020
@wouterj wouterj deleted the issue-37254/functional-tests branch June 13, 2020 15:43
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.

None yet

3 participants