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

Move agent (extend) tests to extras #2218

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Move agent (extend) tests to extras #2218

merged 4 commits into from
Feb 27, 2024

Conversation

wild-endeavor
Copy link
Contributor

@wild-endeavor wild-endeavor commented Feb 27, 2024

Changes

  • We shouldn't use beta packages generally for testing. We were only trying to pick up latest versions of flyteidl.
  • Also move tests under extend/ to the extras make target. These tests are currently failing (and correctly so) because of backwards-incompatible changes being made to alpha portions of the idl (agent api). The plugin failures are also related to that change. The code and relevant tests will be fixed soon.

Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.74%. Comparing base (95ea92d) to head (5c06df4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2218      +/-   ##
==========================================
- Coverage   85.83%   83.74%   -2.09%     
==========================================
  Files         314      292      -22     
  Lines       24027    22919    -1108     
  Branches     3641     3641              
==========================================
- Hits        20623    19194    -1429     
- Misses       2762     3110     +348     
+ Partials      642      615      -27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
@wild-endeavor wild-endeavor changed the title only pre for idl Move agent (extend) tests to extras Feb 27, 2024
@wild-endeavor wild-endeavor marked this pull request as ready for review February 27, 2024 20:29
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 27, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by maintainer label Feb 27, 2024
@eapolinario eapolinario merged commit e394af0 into master Feb 27, 2024
77 of 90 checks passed
fiedlerNr9 pushed a commit that referenced this pull request Jul 25, 2024
* only pre for idl

Signed-off-by: Yee Hing Tong <[email protected]>

* more

Signed-off-by: Yee Hing Tong <[email protected]>

* add extend to extras

Signed-off-by: Yee Hing Tong <[email protected]>

* remove echo

Signed-off-by: Yee Hing Tong <[email protected]>

---------

Signed-off-by: Yee Hing Tong <[email protected]>
Signed-off-by: Jan Fiedler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants