-
Notifications
You must be signed in to change notification settings - Fork 428
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
GraphQL - Move some big tests to small tests #3474
Conversation
Codecov Report
@@ Coverage Diff @@
## feature/graphql #3474 +/- ##
===================================================
- Coverage 80.83% 80.82% -0.02%
===================================================
Files 424 427 +3
Lines 32566 32578 +12
===================================================
+ Hits 26324 26330 +6
- Misses 6242 6248 +6
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
e15d788
to
a6605f4
Compare
This comment has been minimized.
This comment has been minimized.
This will be useful in big tests to check if authorization works correctly. Also, users can easily check their own authorization this way.
These tests ensure that GraphQL works correctly on the default MongooseIM configuration
This comment has been minimized.
This comment has been minimized.
8bcd645
to
1ec7a69
Compare
small_tests_24 / small_tests / 1ec7a69 small_tests_23 / small_tests / 1ec7a69 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 1ec7a69 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 1ec7a69 dynamic_domains_mysql_redis_24 / mysql_redis / 1ec7a69 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 1ec7a69 ldap_mnesia_23 / ldap_mnesia / 1ec7a69 internal_mnesia_24 / internal_mnesia / 1ec7a69 ldap_mnesia_24 / ldap_mnesia / 1ec7a69 pgsql_mnesia_24 / pgsql_mnesia / 1ec7a69 mysql_redis_24 / mysql_redis / 1ec7a69 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 1ec7a69 mssql_mnesia_24 / odbc_mssql_mnesia / 1ec7a69 riak_mnesia_24 / riak_mnesia / 1ec7a69 |
This PR addresses MIM-1576 and moves tests that were using mocked schema to small tests.
Changes
checkAuth
field in the admin and the user schemas. This field allows users to ensure that they are authorized correctly.Fixed
wrong_creds
error when loading documentation.