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

chore: Deprecate eval itests #25382

Merged
merged 14 commits into from
Sep 3, 2024

Conversation

HasanAlrimawi
Copy link
Contributor

This PR serves as a part of #22907 .

@HasanAlrimawi HasanAlrimawi changed the title Chore: Deprecate eval itests chore: Deprecate eval itests Sep 3, 2024
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

tests/testdata/run/lock_check_ok2.json Outdated Show resolved Hide resolved
tests/testdata/run/lock_v2_check_ok2.json Outdated Show resolved Hide resolved
tests/testdata/run/lock_v2_check_ok2.json Outdated Show resolved Hide resolved
Signed-off-by: David Sherret <[email protected]>
tests/testdata/run/lock_v2_check_ok2.json Outdated Show resolved Hide resolved
tests/testdata/run/lock_check_ok2.json Outdated Show resolved Hide resolved
Signed-off-by: David Sherret <[email protected]>
itest!(eval_basic {
args: "eval console.log(\"hello\")",
output_str: Some("hello\n"),
});
Copy link
Member

Choose a reason for hiding this comment

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

I think ./tools/lint.js needs to be updated to have the new number though. Probably linting will fail on the ci

@HasanAlrimawi
Copy link
Contributor Author

The test specs::eval::env_file keeps failing on the CI checks but it always succeeds on local runs.
What could the issue be?
@dsherret

Signed-off-by: David Sherret <[email protected]>
@dsherret dsherret enabled auto-merge (squash) September 3, 2024 14:22
Signed-off-by: Marvin Hagemeister <[email protected]>
@dsherret dsherret merged commit 1d04c84 into denoland:main Sep 3, 2024
17 checks passed
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.

4 participants