-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As an IT admin,
| I want to see an instruction tooltip on "Manage automation" expla…
-
This feature will enable storing and retrieving color information associated with tags. Although there is no UI implementation required at this stage, the backend should be ready to handle color attri…
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 double);
insert into t1 (c1) values (-2147483646.5);
select
c1,
round(c1),
c1 > round(c1)
from
t1
where c1 > …
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 double);
insert into t1 (c1) values (24.5), (25), (18);
SELECT
c1,
(c1 - 129) & 55 as w1
FROM t1 ORDER BY w1 asc
limit…
-
```
Implement database unit testing.
Top priority:
1. countRecords()
2. truncateTable()
3. connect() / disconnect() / isConnected()
```
Original issue reported on code.google.com by `ternovic...@g…
-
Functional testing became a canonical part of the TYPO3 CI workflow. I am new to the field. As far as I understand a dedicated test DB is used. The current setup only provides the DB typo3 by default.…
-
No unit test was written for the database interfacing parts of the code as no database service had been configured on Travis. Right now we are just running the program from command line before commits…
-
I have a database access object of sorts, and I needed to write unit tests for it. Stubbing Ti.Database APIs with empty functions was not an option, since I had to make sure the DAO actually makes cha…
-
create empty local database and restore one of the dumps (in case i don't have internet connection for the heroku database)
-
Add support for the ASP.NET health check feature to the REST API. This will provide an endpoint to monitor the API's health status and enable smoke testing after CI/CD runs.
#### Requirements
…