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

added stream job delete capability #15690

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

msuchacz-cll
Copy link
Collaborator

Requires

Supports

Copy link
Contributor

Flakeguard Summary

Ran new or updated tests between develop and aac3327 (feat/add-stream-job-delete-capability).

View Flaky Detector Details | Compare Changes

Found Flaky Tests ❌

Name Pass Ratio Panicked? Timed Out? Race? Runs Successes Failures Skips Package Package Panicked? Avg Duration Code Owners
TestJobKVStore 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 30ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 103.333333ms @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/creates_a_job_with_a_direct_request_spec 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/creates_webhook_specs_along_with_external_initiator_webhook_specs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/finds_job_spec_error_by_ID 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 3.333333ms @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/increase_job_spec_error_occurrence 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/it_creates_and_deletes_records_for_blockhash_store_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/it_creates_and_deletes_records_for_blockheaderfeeder_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM/it_deletes_jobs_from_the_DB 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 3.333333ms @smartcontractkit/data-streams-engineers, @smartcontractkit/core
TestORM_CreateJob_OCRBootstrap 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 30ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_CreateJob_VRFV2 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 43.333333ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_CreateJob_VRFV2Plus 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 36.666666ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 96.666666ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords/it_creates_and_deletes_records_for_stream_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords/it_creates_and_deletes_records_for_vrf_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 10ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords/it_deletes_records_for_keeper_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords/it_deletes_records_for_offchainreporting_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 50ms @smartcontractkit/foundations, @smartcontractkit/core
TestORM_DeleteJob_DeletesAssociatedRecords/it_deletes_records_for_webhook_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 130ms @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/deleting_jobs 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/handles_the_case_where_the_jsonparse_lookup_path_is_missing_from_the_http_response 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/handles_the_case_where_the_jsonparse_lookup_path_is_missing_from_the_http_response_and_lax_is_enabled 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/handles_the_case_where_the_parsed_value_is_literally_null 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/minimal_bootstrap 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/must_delete_job_before_deleting_bridge 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 10ms @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/referencing_a_non-existent_bridge_should_error 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/test_enhanced_telemetry_service_creation 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/test_job_spec_error_is_created 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/test_min_bootstrap 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/test_min_non-bootstrap 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner/timeouts 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 0s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner_Error_Callback_AsyncJob 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 4.886666666s @smartcontractkit/foundations, @smartcontractkit/core
TestRunner_Success_Callback_AsyncJob 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 5.93s @smartcontractkit/foundations, @smartcontractkit/core
TestSpawner_CreateJobDeleteJob 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 83.333333ms @smartcontractkit/foundations, @smartcontractkit/core
TestSpawner_CreateJobDeleteJob/starts_and_stops_job_services_when_jobs_are_added_and_removed 0.00% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/v2/core/services/job false 40ms @smartcontractkit/foundations, @smartcontractkit/core

Artifacts

For detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json.

Copy link
Contributor

github-actions bot commented Dec 13, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@msuchacz-cll msuchacz-cll added the build-publish Build and Publish image to SDLC label Dec 13, 2024
Copy link
Contributor

I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

@Osazperry
Copy link

Voices Commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-publish Build and Publish image to SDLC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants