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

test(cat-gateway): Add integration test to IndexDB #1431

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apskhem
Copy link
Collaborator

@apskhem apskhem commented Dec 23, 2024

Description

Added integration test to test validity of Scylla (IndexDB) queries.

Related Issue(s)

Closes #1318

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

* feat: docker compose file for testing scylla

* feat: docker compose for pg

* feat: earthly test target for scylla

* feat: comment out on scylla

* feat: test module

* feat: tmp testing

* chore: test cfg

* refactor: restructure

* fix: cue typo

* fix: test

* chore: tmp

* chore: public

* chore: bump cardano-chain-follower

* feat: final setup

* chore: remove test cfg

* chore: scylla function

* chore: fix cspell
@apskhem apskhem self-assigned this Dec 23, 2024
@apskhem apskhem linked an issue Dec 23, 2024 that may be closed by this pull request
5 tasks
@apskhem apskhem marked this pull request as draft December 23, 2024 14:20
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 334/334}$ | ${\color{red}Fail: 0/334}$ |

@apskhem apskhem added the draft Draft label Dec 23, 2024
@kukkok3 kukkok3 self-requested a review December 24, 2024 08:49
Copy link
Contributor

@kukkok3 kukkok3 left a comment

Choose a reason for hiding this comment

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

Can you pls move the test-scylla and test-postgres target in the Earthfile in catalyst-gateway/tests so we dont clogh up the catalyst-gateway earthfile with other targets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Draft
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Add integration test to cat-gateway EventDB operations
2 participants