databricks-sdk-java icon indicating copy to clipboard operation
databricks-sdk-java copied to clipboard

[BUG] Integration Test Trigger Link Leads to 404 Error

Open Brijeshthummar02 opened this issue 9 months ago • 0 comments

Description

The integration test trigger link provided by the GitHub Actions bot (go/deco-tests-run/sdk-java) does not work and results in a 404 error page. This prevents authorized users from manually triggering integration tests when they do not run automatically.

Expected Behavior

  • Clicking the provided trigger link should initiate the integration tests successfully.

Actual Behavior

  • The link leads to a 404 error page, making it impossible to trigger the tests manually.

Steps to Reproduce

  1. Wait for the GitHub Actions bot to comment with the test trigger link.
  2. Click on the link (go/deco-tests-run/sdk-java).
  3. Observe that the page does not load and results in a 404 error.

Image

Image

Brijeshthummar02 avatar Feb 16 '25 16:02 Brijeshthummar02