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

enable job tests in integration tests #8818

Merged
merged 5 commits into from
May 21, 2024
Merged

enable job tests in integration tests #8818

merged 5 commits into from
May 21, 2024

Conversation

abyesilyurt
Copy link
Contributor

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@abyesilyurt abyesilyurt changed the title enable job tests in integration tests wip: enable job tests in integration tests May 15, 2024
@abyesilyurt abyesilyurt marked this pull request as ready for review May 15, 2024 09:20
tox.ini Outdated
@@ -689,7 +689,7 @@ allowlist_externals =
setenv =
NODE_PORT = {env:NODE_PORT:9082}
GITHUB_CI = {env:GITHUB_CI:false}
PYTEST_MODULES = {env:PYTEST_MODULES:frontend network container_workload}
PYTEST_MODULES = {env:PYTEST_MODULES:frontend network container_workload local_node}
Copy link
Collaborator

Choose a reason for hiding this comment

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

A small note, Local Node should be not part of k8s
it is already part of
syft.test.integration workflow

Copy link
Collaborator

@rasswanth-s rasswanth-s left a comment

Choose a reason for hiding this comment

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

Well Done @abyesilyurt

@rasswanth-s
Copy link
Collaborator

This test_job_restart flakes on my machine after repeated runs
Screenshot 2024-05-15 at 3 15 40 PM

@abyesilyurt abyesilyurt changed the title wip: enable job tests in integration tests enable job tests in integration tests May 15, 2024
@abyesilyurt abyesilyurt changed the title enable job tests in integration tests wip: enable job tests in integration tests May 15, 2024
@abyesilyurt abyesilyurt changed the title wip: enable job tests in integration tests enable job tests in integration tests May 21, 2024
@abyesilyurt
Copy link
Contributor Author

I can't reproduce the flakiness atm, will revert this PR if I observe any flakiness on CI.

@abyesilyurt abyesilyurt merged commit 6326dbc into dev May 21, 2024
26 checks passed
@abyesilyurt abyesilyurt deleted the aziz/fix_job_tests branch May 21, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants