Skip to content

Conversation

Shivs11
Copy link
Member

@Shivs11 Shivs11 commented Jan 23, 2025

What changed?

  • Fix flaky DescribeWorkerDeployment. The flake was caused because I forgot to pass in the right parameters when creating version entity workflows. Moreover, recent proto changes meant that my assertions also had to be updated and have done so :)
  • Other breaking unit tests in the versioning-3.1 repo

Why?

  • don't like seeing red markers after CI is done running

How did you test it?

  • Ran unit and functional tests

Potential risks

  • None, going to a feature.

Documentation

Is hotfix candidate?

Copy link
Member Author

@Shivs11 Shivs11 Jan 23, 2025

Choose a reason for hiding this comment

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

I created this file by mistake (still not sure how) when I merged this PR in. Double checked main to realize this file is not present and it's presence is not required.

Sorry about that!

@Shivs11 Shivs11 marked this pull request as ready for review January 23, 2025 15:35
@Shivs11 Shivs11 requested a review from a team as a code owner January 23, 2025 15:35
@Shivs11 Shivs11 requested a review from carlydf January 23, 2025 15:35
@Shivs11 Shivs11 merged commit 56ee4d9 into versioning-3.1 Jan 23, 2025
49 checks passed
@Shivs11 Shivs11 deleted the ss/flaky-describe-worker-deployment branch January 23, 2025 18:35
ShahabT pushed a commit that referenced this pull request Feb 4, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 4, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 5, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 5, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 6, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 6, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 6, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
ShahabT pushed a commit that referenced this pull request Feb 6, 2025
## What changed?
<!-- Describe what has changed in this PR -->
- Fix flaky `DescribeWorkerDeployment`. The flake was caused because I
forgot to pass in the right parameters when creating version entity
workflows. Moreover, recent proto changes meant that my assertions also
had to be updated and have done so :)
- Other breaking unit tests in the versioning-3.1 repo

## Why?
<!-- Tell your future self why have you made these changes -->
- don't like seeing red markers after CI is done running

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
- Ran unit and functional tests

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
- None, going to a feature.

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
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.

2 participants