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

add pgmq integration test #39

Merged
merged 7 commits into from
Jan 10, 2023
Merged

add pgmq integration test #39

merged 7 commits into from
Jan 10, 2023

Conversation

ChuckHend
Copy link
Member

  • add an integration test for lifecycle of a single message
  • add github workflow to run the tests and publish releases

@ChuckHend ChuckHend marked this pull request as ready for review January 10, 2023 15:44
.github/workflows/pgmq.yml Outdated Show resolved Hide resolved
Comment on lines +57 to +73
# publish:
# # only publish off tag events
# if: startsWith(github.ref, 'refs/tags/')
# name: Publish Crate
# runs-on: ubuntu-22.04
# needs: [lint, tests]
# steps:
# - uses: actions/checkout@v2
# - name: Install Rust stable toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# - uses: Swatinem/rust-cache@v2
# - name: publish
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# run: cargo publish
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll handle publishing in this workflow in separate PR.

@ChuckHend ChuckHend merged commit d1e2dd0 into main Jan 10, 2023
@ChuckHend ChuckHend deleted the ahendel/pgmqTests branch January 10, 2023 20:03
sjmiller609 pushed a commit that referenced this pull request Dec 5, 2023
* update crudevent

* use the spec from control plane

* handle response to cp

* use references

* under

* update test for event type
sjmiller609 pushed a commit that referenced this pull request Dec 5, 2023
Co-authored-by: Adarsh Shah <github@shahadarsh.com>
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