-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Fixes Poll Interval for App Jobs, and fixed Search Indexing Stats #15453
Conversation
10 failed tests on run #33336 ↗︎
Details:
Service/ServiceIngestion.spec.ts • 3 failed tests • cypress-ci-mysql-pr-8160958089-1Pages/Teams.spec.js • 1 failed test • cypress-ci-mysql-pr-8160958089-1
Pages/Policies.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1
Pages/Roles.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1
Flow/AddRoleAndAssignToUser.spec.js • 1 failed test • cypress-ci-mysql-pr-8160958089-1
The first 5 failed specs are shown, see all 6 specs in Cypress Cloud. Review all test suite changes for PR #15453 ↗︎ |
- Disable Tests for Subscription for Query
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
openmetadata-service/src/test/java/org/openmetadata/service/resources/EntityResourceTest.java
Outdated
Show resolved
Hide resolved
- On update remove already init instance
@@ -77,13 +64,9 @@ public static void runMethodFromApplication( | |||
| IllegalAccessException | |||
| InvocationTargetException e) { | |||
LOG.error("Exception encountered", e); | |||
throw new UnhandledServerException("Exception encountered", e); | |||
throw new UnhandledServerException(e.getCause().getMessage()); |
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.
@mohityadav766 lets not throw the message here, we should provide clear api response
* - Fix Poll Interval * make poll interval as 1 * - Add random tests - Disable Tests for Subscription for Query * - Checkstyle Fix * - Remove ondemand jobs as well - On update remove already init instance * - use alias * - typo * - Search Index Fix (cherry picked from commit 9491e04)
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>