Skip to content

feat: preventing ddl and dml statements from autosubmiting #591

feat: preventing ddl and dml statements from autosubmiting

feat: preventing ddl and dml statements from autosubmiting #591

GitHub Actions / Cypress Tests succeeded Oct 9, 2024 in 0s

16 passed, 1 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
ui/cypress/results/results-072bf5ad93c421c97b317d72a344a51a.xml 2✅ 12s
ui/cypress/results/results-136e92abe9d93ecf19c7560fb5dd59c8.xml 4✅ 30s
ui/cypress/results/results-63c5a538b2096c498757bde32d272d9a.xml 2✅ 1❌ 15s
ui/cypress/results/results-88fc73fb5fb98bcf57ed8b5e4e90f763.xml 1✅ 9s
ui/cypress/results/results-a6fe596bea3df0299b48961f8c623de2.xml 1✅ 8s
ui/cypress/results/results-b721a6da51c53aaeb4c3d8c47f0bed39.xml 2✅ 18s
ui/cypress/results/results-e6ba799e50a3df10777785f9f957db64.xml 4✅ 28s

✅ ui/cypress/results/results-072bf5ad93c421c97b317d72a344a51a.xml

2 tests were completed in 12s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Root Suite 0ms
Use Dashboards 1✅ 6s
Use Dashboards as reader 1✅ 7s

✅ Use Dashboards

create, rename and delete a dashboard
  ✅ Use Dashboards create, rename and delete a dashboard

✅ Use Dashboards as reader

ensure that all elements used to edit Chronograf are not visible
  ✅ Use Dashboards Use Dashboards as reader ensure that all elements used to edit Chronograf are not visible

✅ ui/cypress/results/results-136e92abe9d93ecf19c7560fb5dd59c8.xml

4 tests were completed in 30s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
All Orgs 1✅ 6s
All Users 1✅ 9s
Chronograf 0ms
Current Org 1✅ 9s
Org Mapping 1✅ 7s
Root Suite 0ms

✅ All Orgs

create an org, edit it, and delete it
  ✅ Chronograf All Orgs create an org, edit it, and delete it

✅ All Users

add user, edit user, and remove it
  ✅ Chronograf All Users add user, edit user, and remove it

✅ Current Org

create, edit, and delete a Chronograf user
  ✅ Chronograf Current Org create, edit, and delete a Chronograf user

✅ Org Mapping

create, edit, and remove organization mapping
  ✅ Chronograf Org Mapping create, edit, and remove organization mapping

❌ ui/cypress/results/results-63c5a538b2096c498757bde32d272d9a.xml

3 tests were completed in 15s with 2 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
query builder 2✅ 1❌ 15s
Root Suite 0ms

❌ query builder

create a query, change its aggregation function and fill missing values
  ❌ query builder create a query, change its aggregation function and fill missing values
	TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.
use filters to search for tags, activate them and keep track of the selected tags counter
  ✅ query builder use filters to search for tags, activate them and keep track of the selected tags counter
add and remove building card
  ✅ query builder add and remove building card

✅ ui/cypress/results/results-88fc73fb5fb98bcf57ed8b5e4e90f763.xml

1 tests were completed in 9s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Configuration 1✅ 9s
Root Suite 0ms

✅ Configuration

use configuration tab to create and delete a source
  ✅ Configuration use configuration tab to create and delete a source

✅ ui/cypress/results/results-a6fe596bea3df0299b48961f8c623de2.xml

1 tests were completed in 8s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Root Suite 0ms
Welcome Page 1✅ 8s

✅ Welcome Page

set up InfluxDB connection
  ✅ Welcome Page set up InfluxDB connection

✅ ui/cypress/results/results-b721a6da51c53aaeb4c3d8c47f0bed39.xml

2 tests were completed in 18s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
InfluxQL 2✅ 18s
Root Suite 0ms

✅ InfluxQL

Use InfluxQL query builder to make a new query
  ✅ InfluxQL Use InfluxQL query builder to make a new query
create and delete a database with use of metaquery templates
  ✅ InfluxQL create and delete a database with use of metaquery templates

✅ ui/cypress/results/results-e6ba799e50a3df10777785f9f957db64.xml

4 tests were completed in 28s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Databases 1✅ 7s
InfluxDB 0ms
Roles 1✅ 7s
Root Suite 0ms
Users 2✅ 14s

✅ Databases

create InfluxDB, edit it, and delete it
  ✅ InfluxDB Databases create InfluxDB, edit it, and delete it

✅ Roles

create a role, edit it, assign it to a user, and delete it
  ✅ InfluxDB Roles create a role, edit it, assign it to a user, and delete it

✅ Users

create user, edit permissions, change password, and delete user
  ✅ InfluxDB Users create user, edit permissions, change password, and delete user
create user, assign role, remove role, and delete user
  ✅ InfluxDB Users create user, assign role, remove role, and delete user

Annotations

Check failure on line 0 in ui/cypress/results/results-63c5a538b2096c498757bde32d272d9a.xml

See this annotation in the file changed.

@github-actions github-actions / Cypress Tests

query builder ► create a query, change its aggregation function and fill missing values ► query builder create a query, change its aggregation function and fill missing values

Failed test found in:
  ui/cypress/results/results-63c5a538b2096c498757bde32d272d9a.xml
Error:
  TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.
Raw output
TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > Cannot read properties of null (reading 'isManuallySubmitted')

When Cypress detects uncaught errors originating from your application it will automatically fail the current test.

This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.

https://on.cypress.io/uncaught-exception-from-application
    at http://localhost:8888/index.e13135b3.js:107:146652
    at Ot (http://localhost:8888/index.e13135b3.js:1:187635)
    at Function.Ni [as map] (http://localhost:8888/index.e13135b3.js:1:222891)
    at CX.componentDidUpdate (http://localhost:8888/index.e13135b3.js:107:146586)
    at ws (http://localhost:8888/index.e13135b3.js:1:134880)
    at Pl (http://localhost:8888/index.e13135b3.js:1:152426)
    at v (http://localhost:8888/index.e13135b3.js:1:172695)
    at ao (http://localhost:8888/index.e13135b3.js:1:96502)
    at Al (http://localhost:8888/index.e13135b3.js:1:149092)
    at bl (http://localhost:8888/index.e13135b3.js:1:145246)