Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Fix flaky test #563

Merged
merged 3 commits into from
May 16, 2023
Merged

Fix flaky test #563

merged 3 commits into from
May 16, 2023

Conversation

eapolinario
Copy link
Contributor

TL;DR

Fix scheduler_test tests

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue

fixes https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

Signed-off-by: eduardo apolinario <[email protected]>
Signed-off-by: eduardo apolinario <[email protected]>
Signed-off-by: eduardo apolinario <[email protected]>
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #563 (597599d) into master (2fdd399) will increase coverage by 1.58%.
The diff coverage is 77.77%.

❗ Current head 597599d differs from pull request most recent head 61bdb4a. Consider uploading reports for the commit 61bdb4a to get more accurate results

@@            Coverage Diff             @@
##           master     #563      +/-   ##
==========================================
+ Coverage   58.37%   59.95%   +1.58%     
==========================================
  Files         168      168              
  Lines       16104    13195    -2909     
==========================================
- Hits         9400     7911    -1489     
+ Misses       5866     4445    -1421     
- Partials      838      839       +1     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/manager/impl/util/shared.go 68.18% <0.00%> (+3.35%) ⬆️
pkg/manager/impl/execution_manager.go 72.53% <66.66%> (+2.52%) ⬆️
auth/identity_context.go 79.24% <100.00%> (+9.60%) ⬆️
auth/interceptor.go 100.00% <100.00%> (ø)

... and 151 files with indirect coverage changes

@eapolinario eapolinario merged commit fc3db04 into master May 16, 2023
@eapolinario eapolinario deleted the fix-flaky-test branch May 16, 2023 04:32
LaPetiteSouris pushed a commit to LaPetiteSouris/flyteadmin that referenced this pull request May 16, 2023
wild-endeavor added a commit to flyteorg/flyte that referenced this pull request May 22, 2023
Signed-off-by: Yee Hing Tong <[email protected]>

### Admin - v1.1.100
* Inject user identifier to ExecutionSpec by @ByronHsu in flyteorg/flyteadmin#549
* Fix flaky test by @eapolinario in flyteorg/flyteadmin#563
* Add oauth http proxy for external server & Extract email from azure claim by @ByronHsu in flyteorg/flyteadmin#553
* Remove single task execution default timeout by @hamersaw in flyteorg/flyteadmin#564
* Revert conditional setting of SecurityContext when launching security context by @wild-endeavor in flyteorg/flyteadmin#566

### Console - v1.8.2
* Export Flytedecks support for TLRO by @james-union in flyteorg/flyteconsole#757
* fix: filter executions by version and name by @ursucarina in flyteorg/flyteconsole#758
* fix: task recent runs should filter by version by @ursucarina in flyteorg/flyteconsole#759
* Bug: Execution Page's back button returns Workflows route from Launch Plan route #patch by @FrankFlitton in flyteorg/flyteconsole#760
* chore: add item when mapped task by @jsonporter in flyteorg/flyteconsole#761
* Feature: Fullview Flyte Deck modal by @FrankFlitton in flyteorg/flyteconsole#764

### Propeller - v1.1.90
* Add grpc plugin to loader.go by @pingsutw in flyteorg/flytepropeller#562
eapolinario added a commit that referenced this pull request Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants