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

mark cypress output directories #75

Closed
shahidhk opened this issue Jul 10, 2018 · 1 comment
Closed

mark cypress output directories #75

shahidhk opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels
c/console Related to console

Comments

@shahidhk
Copy link
Member

add them to .gitignore inside console/cypress, also should be marked as artifact to refer later in case a build/test fails

@shahidhk shahidhk added the c/console Related to console label Jul 10, 2018
@praveenweb
Copy link
Member

Already available in .gitignore - https://github.com/hasura/graphql-engine/blob/master/console/.gitignore

codingkarthik added a commit to codingkarthik/graphql-engine that referenced this issue Feb 24, 2020
* write basic test to create one-off and cron test

* check the scheduled events timestamps of the cron ST

* rename the test class to TestSubscriptionTrigger

* modify the timestamp format when converting it to string

* modify the tests to incorporate the new changes in the APIs

* change the structure of the scheduled-trigger tests

* remove the commented functions

* correct the webhook port typo

* use the UTC current_timestamp for the adhoc ST

* validate the webhook's payload and path

* add a new test to delete the created scheduled triggers

* save the headers in the hdb_scheduled_trigger table

- what:
  - headers are stored in the "header_conf" column

* retry in the check_webhook_event if _queue.Empty is caught

- why:
  - The tests are completed in around 52 seconds compared to 60s of
    earlier implementation

* add a check for the no. of events being created for cron ST

- what:
  - 100 events are being generated in a cron ST
  - check the scheduled_at for all of them

* fix typo in TestScheduledTrigger class name

* fix the typo in the class of the TestScheduledTrigger Class

* set the timezone of the db session to UTC before running tests

* add additional check for the first scheduled event of cron ST

* add a test to check whether the webhook queue is empty

* use None instead of using real values for cron_schedule, init_time

* add comments explaining the cron and the webhook tests

* refactor the TestScheduledTrigger into two seperate classes

* don't handle exception if anything other than Empty

* change the interval and retries values to avoid waiting time

* refactor the test_check_webhook_event test
hasura-bot added a commit that referenced this issue Nov 25, 2020
Co-authored-by: Antoine Leblanc <antoine@hasura.io>
GITHUB_PR_NUMBER: 6233
GITHUB_PR_URL: #6233

Co-authored-by: Antoine Leblanc <antoine@hasura.io>
Co-authored-by: Auke Booij <auke@hasura.io>
GitOrigin-RevId: 268cdad
hgiasac pushed a commit to hgiasac/graphql-engine that referenced this issue Dec 19, 2023
* initial commit

* lint

GitOrigin-RevId: aa5884d9fedec67f856b78c7b2b3d5d1e2b305d2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console Related to console
Projects
None yet
Development

No branches or pull requests

2 participants