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

Fix .astro folder not present in few images causing failure for parse command #1375

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

neel-astro
Copy link
Contributor

Description

Changes:

  • Add an explicit copy of .astro folder for pytest. The .astro is getting docker ignored on a few machines, but not on all machines. So in order to have consistent behavior, since parse logic requires files from .astro, this PR adds changes to explicitly copy .astro folder to the container running pytest & parse command.

🎟 Issue(s)

Related #1374

🧪 Functional Testing

List the functional testing steps to confirm this feature or fix.

📸 Screenshots

Add screenshots to illustrate the validity of these changes.

📋 Checklist

  • Rebased from the main (or release if patching) branch (before testing)
  • Ran make test before taking out of draft
  • Ran make lint before taking out of draft
  • Added/updated applicable tests
  • Tested against Astro-API (if necessary).
  • Tested against Houston-API and Astronomer (if necessary).
  • Communicated to/tagged owners of respective clients potentially impacted by these changes.
  • Updated any related documentation

@neel-astro neel-astro merged commit dd5ba95 into main Aug 30, 2023
@neel-astro neel-astro deleted the fix/parse-astro-folder branch August 30, 2023 14:35
neel-astro added a commit that referenced this pull request Aug 30, 2023
… command (#1375)

* Fix .astro folder not present in few images causing failure for parse command

* Fix typo in comments
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.

2 participants