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: Skip new test packages in change detector #1495

Merged

Conversation

AndrewSisley
Copy link
Contributor

@AndrewSisley AndrewSisley commented May 11, 2023

Relevant issue(s)

Resolves #1494

Description

Skips new test packages in change detector instead of panicing when trying to run the setup tests.

Tested locally, PR includes TEMP test commit that will be removed once it has allowed testing via the CI (PR will leave draft state at that point) and with temp CI test to trigger bug.

Tasks

  • Remove TEMP commit once tested using CI (8fadb0f)

@AndrewSisley AndrewSisley added bug Something isn't working area/testing Related to any test or testing suite action/no-benchmark Skips the action that runs the benchmark. labels May 11, 2023
@AndrewSisley AndrewSisley added this to the DefraDB v0.5.1 milestone May 11, 2023
@AndrewSisley AndrewSisley requested a review from a team May 11, 2023 21:41
@AndrewSisley AndrewSisley self-assigned this May 11, 2023
@AndrewSisley AndrewSisley marked this pull request as ready for review May 11, 2023 21:49
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #1495 (2cc1a26) into develop (79af741) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1495      +/-   ##
===========================================
- Coverage    72.21%   72.21%   -0.01%     
===========================================
  Files          185      185              
  Lines        18239    18239              
===========================================
- Hits         13172    13171       -1     
  Misses        4029     4029              
- Partials      1038     1039       +1     

see 3 files with indirect coverage changes

Copy link
Member

@shahzadlone shahzadlone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this!

@AndrewSisley AndrewSisley merged commit 44503e7 into sourcenetwork:develop May 11, 2023
11 checks passed
@AndrewSisley AndrewSisley deleted the 1494-change-detector-new-dir branch May 11, 2023 22:23
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
## Relevant issue(s)

Resolves sourcenetwork#1494

## Description

Skips new test packages in change detector instead of panicing when
trying to run the setup tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/no-benchmark Skips the action that runs the benchmark. area/testing Related to any test or testing suite bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change detector fails when adding new test package
2 participants