This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat(test): Add simple cucumber test of health check #11
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hadjiszs
force-pushed
the
add-gherkin-health-check
branch
2 times, most recently
from
July 29, 2022 09:18
272862b
to
81df042
Compare
hadjiszs
changed the title
tests: Add simple cucumber test of health check
feat(test): Add simple cucumber test of health check
Jul 29, 2022
hadjiszs
force-pushed
the
add-gherkin-health-check
branch
from
July 29, 2022 09:22
81df042
to
a20d510
Compare
hadjiszs
force-pushed
the
add-gherkin-health-check
branch
from
July 29, 2022 09:25
a20d510
to
d55e3da
Compare
Freyskeyd
approved these changes
Jul 30, 2022
axb-topos
approved these changes
Aug 1, 2022
hadjiszs
force-pushed
the
add-gherkin-health-check
branch
from
August 1, 2022 16:04
26fd929
to
f05eeda
Compare
axb-topos
pushed a commit
that referenced
this pull request
Aug 8, 2022
* test: add example of cucumber execution * test: add given tce node launched in cucumber * test: separate health_check in then statement * test: kill tce process at the end of the scenario * docs: add simple readme on tests/ * chore: flatten the feature directory * fix: terminate with SIGTERM instead of the default SIGKILL * fix: move process termination to drop * docs: add recommandation for gherkin vscode extension
hadjiszs
added a commit
that referenced
this pull request
Mar 9, 2023
* test: add example of cucumber execution * test: add given tce node launched in cucumber * test: separate health_check in then statement * test: kill tce process at the end of the scenario * docs: add simple readme on tests/ * chore: flatten the feature directory * fix: terminate with SIGTERM instead of the default SIGKILL * fix: move process termination to drop * docs: add recommandation for gherkin vscode extension
hadjiszs
added a commit
that referenced
this pull request
Mar 9, 2023
* test: add example of cucumber execution * test: add given tce node launched in cucumber * test: separate health_check in then statement * test: kill tce process at the end of the scenario * docs: add simple readme on tests/ * chore: flatten the feature directory * fix: terminate with SIGTERM instead of the default SIGKILL * fix: move process termination to drop * docs: add recommandation for gherkin vscode extension
hadjiszs
added a commit
that referenced
this pull request
Mar 9, 2023
* test: add example of cucumber execution * test: add given tce node launched in cucumber * test: separate health_check in then statement * test: kill tce process at the end of the scenario * docs: add simple readme on tests/ * chore: flatten the feature directory * fix: terminate with SIGTERM instead of the default SIGKILL * fix: move process termination to drop * docs: add recommandation for gherkin vscode extension
gruberb
added a commit
that referenced
this pull request
Jun 8, 2023
# This is the 1st commit message: Moved grpc files to topos-api/grpc folder, created graphql folder # This is the commit message #2: Add routes and the query # This is the commit message #3: WIP # This is the commit message #4: Move logic around, cargo fmt # This is the commit message #5: Build and run graphql server # This is the commit message #6: Cleanup # This is the commit message #7: Exposing ports # This is the commit message #8: Debugging # This is the commit message #9: Debugging # This is the commit message #10: Fix tests # This is the commit message #11: Success: Exposed running GraphQL server
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Cucumber test is simply
/health_check
NOTE: The process is killed at the end of the
then
instruction, although it should be in the After hook but I was unable to make it work with their example.The expected output of
cargo test --test example