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

Make paths in assistant environment absolute. #7142

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

sofiafaro-da
Copy link
Contributor

Part of #6977. This PR adds some assistant tests, but regression tests and documentation should be added before the issue is closed.

changelog_begin
changelog_end

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

Part of #6977. This PR adds some assistant tests, but regression tests and documentation should be added before the issue is closed.

changelog_begin
changelog_end
@sofiafaro-da sofiafaro-da requested review from cocreature and a user August 14, 2020 13:08
Copy link
Contributor

@cocreature cocreature left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

@sofiafaro-da sofiafaro-da merged commit 25f158e into master Aug 17, 2020
@sofiafaro-da sofiafaro-da deleted the assistant-relative-paths branch August 17, 2020 06:45
Copy link
Contributor

@hurryabit hurryabit left a comment

Choose a reason for hiding this comment

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

Nice. Thank you.

cocreature added a commit that referenced this pull request Oct 29, 2021
Let me provide some justification:

1. We used to have a bug around this in the assistant. This got fixed
in #7142 together with unit
tests. #7150 then added an
integration test. Finally
#8032 as part of refactoring
also added a test for absolute paths.
2. As shown in #11218
those tests together currently take more than 50s (locally without
load).
3. On the other hand, they don’t really seem to add any meaningful
coverage over the unit tests.

So overall, those tests don’t seem to test anything particularly
useful that isn’t tested elsewhere while they are very slow so
deleting them seems like the best strategy.

changelog_begin
changelog_end
cocreature added a commit that referenced this pull request Oct 29, 2021
…11461)

Let me provide some justification:

1. We used to have a bug around this in the assistant. This got fixed
in #7142 together with unit
tests. #7150 then added an
integration test. Finally
#8032 as part of refactoring
also added a test for absolute paths.
2. As shown in #11218
those tests together currently take more than 50s (locally without
load).
3. On the other hand, they don’t really seem to add any meaningful
coverage over the unit tests.

So overall, those tests don’t seem to test anything particularly
useful that isn’t tested elsewhere while they are very slow so
deleting them seems like the best strategy.

changelog_begin
changelog_end
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.

3 participants