Skip to content

Commit

Permalink
Work queue data migration (#8327)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored and zanieb committed Feb 6, 2023
1 parent 3d16df3 commit d41e855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions tests/orion/api/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@ async def test_read_invalid_config(self, client):
assert response.status_code == status.HTTP_404_NOT_FOUND


@pytest.mark.skip(
reason="Need unique constraint for work_queue on work_pool_id and name"
)
class TestReadWorkPools:
@pytest.fixture(autouse=True)
async def create_work_pools(self, client):
Expand Down Expand Up @@ -533,9 +530,6 @@ async def test_heartbeat_worker_limit(self, client, work_pool):
assert workers_response.json()[0]["name"] == "another-worker"


@pytest.mark.skip(
reason="Need unique constraint for work_queue on work_pool_id and name"
)
class TestGetScheduledRuns:
@pytest.fixture(autouse=True)
async def setup(self, session, flow):
Expand Down
3 changes: 0 additions & 3 deletions tests/orion/models/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,6 @@ async def test_multiple_worker_heartbeats(self, session, work_pool):
assert processes[2].name == "X"


@pytest.mark.skip(
reason="Need unique constraint for work_queue on work_pool_id and name"
)
class TestGetScheduledRuns:
@pytest.fixture(autouse=True)
async def setup(self, session, flow):
Expand Down

0 comments on commit d41e855

Please sign in to comment.