Skip to content

fix(core): Change defer block fixture default behavior to playthrough#53956

Closed
jessicajaniuk wants to merge 1 commit intoangular:mainfrom
jessicajaniuk:defer-default
Closed

fix(core): Change defer block fixture default behavior to playthrough#53956
jessicajaniuk wants to merge 1 commit intoangular:mainfrom
jessicajaniuk:defer-default

Conversation

@jessicajaniuk
Copy link
Contributor

@jessicajaniuk jessicajaniuk commented Jan 17, 2024

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: #53686

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix

Does this PR introduce a breaking change?

  • Yes
  • No

@jessicajaniuk jessicajaniuk added action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: rc This PR is targeted for the next release-candidate core: defer Issues related to @defer blocks. labels Jan 17, 2024
@ngbot ngbot bot modified the milestone: Backlog Jan 17, 2024
@AndrewKushnir
Copy link
Contributor

Context: this change addresses issue #53686.

Copy link
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

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

LGTM, just a couple minor comments.

@AndrewKushnir AndrewKushnir removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 17, 2024
This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: angular#53686
@jessicajaniuk jessicajaniuk added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note labels Jan 17, 2024
@jessicajaniuk
Copy link
Contributor Author

Caretaker: this is safe to merge. the G3 failure is unrelated.

@dylhunn
Copy link
Contributor

dylhunn commented Jan 17, 2024

This PR was merged into the repository by commit df6c205.

@dylhunn dylhunn closed this in df6c205 Jan 17, 2024
dylhunn pushed a commit that referenced this pull request Jan 17, 2024
…#53956)

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: #53686

PR Close #53956
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
…angular#53956)

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: angular#53686

PR Close angular#53956
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
…angular#53956)

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: angular#53686

PR Close angular#53956
cexbrayat added a commit to cexbrayat/angular that referenced this pull request Jan 26, 2024
This is a followup to angular#53956

The default behavior needs to be changed in `TestBedCompiler` as well to have an effect.
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
…angular#53956)

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: angular#53686

PR Close angular#53956
jessicajaniuk pushed a commit that referenced this pull request Jan 26, 2024
…#54088)

This is a followup to #53956

The default behavior needs to be changed in `TestBedCompiler` as well to have an effect.

PR Close #54088
jessicajaniuk pushed a commit that referenced this pull request Jan 26, 2024
…#54088)

This is a followup to #53956

The default behavior needs to be changed in `TestBedCompiler` as well to have an effect.

PR Close #54088
nikvarma pushed a commit to nikvarma/angular that referenced this pull request Jan 31, 2024
…angular#53956)

This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual.

fixes: angular#53686

PR Close angular#53956
nikvarma pushed a commit to nikvarma/angular that referenced this pull request Jan 31, 2024
…angular#54088)

This is a followup to angular#53956

The default behavior needs to be changed in `TestBedCompiler` as well to have an effect.

PR Close angular#54088
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime core: defer Issues related to @defer blocks. merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

defer: change detection & tick doesn't render deferred component in unit test

5 participants