Closed xiangjingli closed 6 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: xiangjingli
The full list of commands accepted by this bot can be found here.
The pull request process is described here
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.52%. Comparing base (
f9dc1e6
) to head (085d055
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
…ation
The spoke token controller unit test is fixed due to the unit test failure observed in the midstream repo, where the unit test is executed inside of a k8s pod in Prow CI/CD env. Its pod namespace is shared with the unit test job. So the SA in the unit test is actually created in the unit test k8s pod NS.
Though the unit test failure doesn't happen in upstream repo as upstream CI/CD is github workflow rather than the k8s Prow, It is better to merge it back to upstream to keep the code consistency.