Skip to content

ui: return expectSagas to test runner#73180

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
Azhng:proper-expect-saga
Nov 26, 2021
Merged

ui: return expectSagas to test runner#73180
craig[bot] merged 1 commit intocockroachdb:masterfrom
Azhng:proper-expect-saga

Conversation

@Azhng
Copy link
Copy Markdown
Contributor

@Azhng Azhng commented Nov 26, 2021

Previsouly, sqlStatsSaga tests use expectSaga function to
verify the saga correctnes. However, the Promise returned by
expectSaga function was not returned to the test runner,
this resulted in all the tests be effectively noop.

This commit returned the Promise returend by expectSaga to
test runner.

Release note: None

Previsouly, sqlStatsSaga tests use `expectSaga` function to
verify the saga correctnes. However, the Promise returned by
`expectSaga` function was not returned to the test runner,
this resulted in all the tests be effectively noop.

This commit returned the Promise returend by `expectSaga` to
test runner.

Release note: None
@Azhng Azhng requested a review from a team November 26, 2021 00:38
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@maryliag maryliag left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@Azhng
Copy link
Copy Markdown
Contributor Author

Azhng commented Nov 26, 2021

TFTR!

bors r=maryliag

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Nov 26, 2021

Build succeeded:

@craig craig bot merged commit 40f11fe into cockroachdb:master Nov 26, 2021
@blathers-crl
Copy link
Copy Markdown

blathers-crl bot commented Nov 26, 2021

Encountered an error creating backports. Some common things that can go wrong:

  1. The backport branch might have already existed.
  2. There was a merge conflict.
  3. The backport branch contained merge commits.

You might need to create your backport manually using the backport tool.


error creating merge commit from 837bf9e to blathers/backport-release-21.2-73180: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch 21.2.x failed. See errors above.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

@Azhng
Copy link
Copy Markdown
Contributor Author

Azhng commented Nov 26, 2021

Hmm seems like this need to wait til #73148 to merge in.

@Azhng
Copy link
Copy Markdown
Contributor Author

Azhng commented Nov 26, 2021

blathers backport 21.2

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