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

fix: enable functional tests in CI workflow #197

Closed
geekbrother opened this issue Sep 17, 2023 · 0 comments · Fixed by #198
Closed

fix: enable functional tests in CI workflow #197

geekbrother opened this issue Sep 17, 2023 · 0 comments · Fixed by #198
Assignees
Labels
area-tests Testing

Comments

@geekbrother
Copy link
Contributor

geekbrother commented Sep 17, 2023

The functional tests are disabled in CI workflow.
The functional_tests flag was disabled due to the tests being out of sync with the latest codebase changes and failing to compile (Issue #195).
Two of the functional tests unexpectedly failed with errors (assuming they are out of sync):

---- functional::multitenant::tenancy::tenant stdout ----
964
thread 'functional::multitenant::tenancy::tenant' panicked at 'Response was not successful', tests/functional/multitenant/tenancy.rs:26:5
....
---- functional::multitenant::fcm::tenant_update_fcm stdout ----
820
thread 'functional::multitenant::fcm::tenant_update_fcm' panicked at 'Response was not successful', tests/functional/multitenant/fcm.rs:40:5

Running of the functional testing should be enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-tests Testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant