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 failing tests, running tests on Mac #87

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

milesziemer
Copy link
Contributor

suite3 was failing because it relied on what the server wrote to .smithy.lsp.log, which has to be enabled through the setting 'smithyLsp.logToFile'.

suite4 test workspace had updated smithy trait package dependency versions, but the assertions weren't updated to match. Side note: I think its fine to keep these tests at smithy 1.40, since the extension/server should work fine with whatever smithy version.

Also had to update a dependency so tests could successfully run on Mac.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@milesziemer milesziemer requested a review from a team as a code owner June 20, 2024 15:55
suite3 was failing because it relied on what the server wrote to
.smithy.lsp.log, which has to be enabled through the setting
'smithyLsp.logToFile'.

suite4 test workspace had updated smithy trait package dependency
versions, but the assertions weren't updated to match. Side note:
I think its fine to keep these tests at smithy 1.40, since the
extension/server should work fine with whatever smithy version.
Also needed the same setting as suite3.

Also had to update a dependency so tests could successfully run on
Mac.
@milesziemer milesziemer merged commit 66551d1 into smithy-lang:main Jun 20, 2024
1 check 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.

2 participants