-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: Add unrevoke to the at_onboarding_cli #682
Conversation
The functional tests in at_onboarding_cli are failing due to "enrollment_cli_commands_test.dart", which requires the unrevoke functionality on the secondary server in production. Currently, the unrevoke feature is only available in the canary. |
@sitaram-kalluri when are you planning to promote canary to prod? |
@gkc : We released the latest version to canary last week? Shall we do a prod release today ? |
Yes; I will do a prod release now |
@sitaram-kalluri Or - does this bug fix need to go out to canary first? |
@gkc : Yeah, Let us first release the bug fix to canary and then do a prod release. |
…sing unit tests to bomb fix: removed exit statements from various parts of `auth_cli.dart` as they were causing the unit tests job to apparently succeed even though some tests were failing
… that exceptions flow through to the tests
@sitaram-kalluri FYI please review the changes I've made in my last few commits starting with this one |
Sure Gary |
…unrevoke_at_onboarding_cli_changes # Conflicts: # packages/at_onboarding_cli/CHANGELOG.md # packages/at_onboarding_cli/lib/src/cli/auth_cli.dart # packages/at_onboarding_cli/lib/src/cli/auth_cli_args.dart
…onboarding_util.dart
… once we've merged to trunk
Marking as draft until this PR has been completed, reviewed, merged and released first to canary and then to prod |
The changes are released into the prod with version at_secondary_server v3.0.51. All the functional tests are passing now and therefore, marking the PR ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @srieteja and @sitaram-kalluri
@sitaram-kalluri Can you review, approve and merge this please, as I was the last committer. |
Closes #627 and #628
This PR includes everything from #670
- What I did
exit
withthrow
, etc) to ensure that the tests in enrollment_cli_commands_test.dart behave as they should- How I did it
- How to verify it