-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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:
|
Test | Artifacts | |
---|---|---|
Teams flow should work properly > Update description for created team |
Screenshots
Video
|
Pages/Policies.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1
Test | Artifacts | |
---|---|---|
Policy page should work properly > Add new policy |
Screenshots
Video
|
|
Policy page should work properly > Edit policy description |
Screenshots
Video
|
Pages/Roles.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1
Test | Artifacts | |
---|---|---|
Roles page should work properly > Add new role and check all tabs data |
Screenshots
Video
|
|
Roles page should work properly > Edit created role |
Screenshots
Video
|
Flow/AddRoleAndAssignToUser.spec.js • 1 failed test • cypress-ci-mysql-pr-8160958089-1
Test | Artifacts | |
---|---|---|
Test Add role and assign it to the user > Create role |
Screenshots
Video
|
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)
|
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>