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

set all graphql context test suites to use code location test_location #26174

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

jamiedemaria
Copy link
Contributor

@jamiedemaria jamiedemaria commented Nov 27, 2024

Summary & Motivation

updates the various graphql test suites to use code location name test_location rather than test. The graphql_context is set up with code location name test_location. This was causing issues in a test where the graphql_context expected the code location to be named test_location but the suite was initialized with code location name test

How I Tested These Changes

existing tests

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@jamiedemaria jamiedemaria force-pushed the jamie/update-gql-context-locations branch from 96c0a9e to c4f164d Compare November 27, 2024 23:28
@jamiedemaria jamiedemaria force-pushed the jamie/update-gql-context-locations branch 7 times, most recently from 781820c to 690af96 Compare December 2, 2024 20:48
@jamiedemaria jamiedemaria force-pushed the jamie/update-gql-context-locations branch from 690af96 to a89676f Compare December 2, 2024 21:07
@jamiedemaria jamiedemaria changed the title see what breaks set all graphql context test suites to use code location test_location Dec 2, 2024
@jamiedemaria jamiedemaria marked this pull request as ready for review December 2, 2024 22:05
Copy link
Member

@gibsondan gibsondan left a comment

Choose a reason for hiding this comment

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

nice - thanks for powering through this

@jamiedemaria jamiedemaria merged commit 11e0a1f into master Dec 3, 2024
1 check passed
@jamiedemaria jamiedemaria deleted the jamie/update-gql-context-locations branch December 3, 2024 15:57
cmpadden pushed a commit that referenced this pull request Dec 5, 2024
…on` (#26174)

## Summary & Motivation
updates the various graphql test suites to use code location name
`test_location` rather than `test`. The `graphql_context` is set up with
code location name `test_location`. This was causing issues in a test
where the graphql_context expected the code location to be named
`test_location` but the suite was initialized with code location name
`test`

## How I Tested These Changes
existing tests
pskinnerthyme pushed a commit to pskinnerthyme/dagster that referenced this pull request Dec 16, 2024
…on` (dagster-io#26174)

## Summary & Motivation
updates the various graphql test suites to use code location name
`test_location` rather than `test`. The `graphql_context` is set up with
code location name `test_location`. This was causing issues in a test
where the graphql_context expected the code location to be named
`test_location` but the suite was initialized with code location name
`test`

## How I Tested These Changes
existing tests
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