You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(engineer-bot): require an E2E test against the live endpoint (unit alone insufficient)
Policy: every fix must be reproduced (red) and verified (green) by an E2E test in
csharp/test/E2E/ that talks to the REAL Databricks endpoint — a unit test alone is
not acceptable (it only checks offline artifacts like a generated query string,
not that the live server behaves correctly). The #525 fix shipped with only unit
tests; under this policy it must carry a live E2E test.
- Repository layout: E2E test is REQUIRED for every fix; unit tests allowed only in
addition; if the behavior truly can't be observed E2E, report `blocked` (don't
substitute a unit test).
- How-to step 1: the failing-test-first must be the E2E test.
Co-authored-by: Isaac
0 commit comments