What happened:
it should be:
assert.Equal(t, expected, actual)
but in some cases we use:
assert.Equal(t, actual, expected) which is wrong, correct these assert.Equal
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kmesh version:
- Kmesh mode(kmesh has
Kernel-Native Mode and Duel-Engine Mode):
- Istio version:
- Kernel version:
- Others:
What happened:
it should be:
assert.Equal(t, expected, actual)
but in some cases we use:
assert.Equal(t, actual, expected) which is wrong, correct these assert.Equal
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kernel-Native ModeandDuel-Engine Mode):