Skip to content
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

Merged
merged 9 commits into from
Mar 5, 2024

Conversation

mohityadav766
Copy link
Contributor

Describe your changes:

Fixes

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@mohityadav766 mohityadav766 self-assigned this Mar 5, 2024
@mohityadav766 mohityadav766 requested a review from a team as a code owner March 5, 2024 08:56
@github-actions github-actions bot added backend safe to test Add this label to run secure Github workflows on PRs labels Mar 5, 2024
Copy link

cypress bot commented Mar 5, 2024

10 failed tests on run #33336 ↗︎

10 724 12 0 Flakiness 0

Details:

Merge branch 'main' into fixPoll
Project: openmetadata Commit: 63dbb80a82
Status: Failed Duration: 16:37 💡
Started: Mar 5, 2024 6:27 PM Ended: Mar 5, 2024 7:44 PM
Failed  Service/ServiceIngestion.spec.ts • 3 failed tests • cypress-ci-mysql-pr-8160958089-1

View Output Video

Test Artifacts
Superset Ingestion > Create & Ingest Superset service Screenshots Video
Superset Ingestion > Update schedule options and verify Screenshots Video
Superset Ingestion > Delete Superset service Screenshots Video
Failed  Pages/Teams.spec.js • 1 failed test • cypress-ci-mysql-pr-8160958089-1

View Output Video

Test Artifacts
Teams flow should work properly > Update description for created team Screenshots Video
Failed  Pages/Policies.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1

View Output Video

Test Artifacts
Policy page should work properly > Add new policy Screenshots Video
Policy page should work properly > Edit policy description Screenshots Video
Failed  Pages/Roles.spec.js • 2 failed tests • cypress-ci-mysql-pr-8160958089-1

View Output Video

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
Failed  Flow/AddRoleAndAssignToUser.spec.js • 1 failed test • cypress-ci-mysql-pr-8160958089-1

View Output Video

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
Copy link
Contributor

github-actions bot commented Mar 5, 2024

The Java checkstyle failed.

Please run mvn spotless:apply in the root of your repository and commit the changes to this PR.
You can also use pre-commit to automate the Java code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

- 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());
Copy link
Collaborator

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

@mohityadav766 mohityadav766 merged commit 9491e04 into main Mar 5, 2024
10 of 13 checks passed
@mohityadav766 mohityadav766 deleted the fixPoll branch March 5, 2024 20:51
mohityadav766 added a commit that referenced this pull request Mar 5, 2024
* - 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)
Copy link

sonarqubecloud bot commented Mar 5, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ingestion'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mohityadav766 mohityadav766 changed the title - Fix Poll Interval [FIX] Fixes Poll Interval for App Jobs, and fixed Search Indexing Stats Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants