Skip to main content

Questions tagged [testing]

1 vote
0 answers
63 views

As the title suggests, I am building MySQL version 8.0.37 from source on a Linux machine and would like to skip test compilation. I have attempted adding the flag: -DINSTALL_MYSQLTESTDIR= which, ...
user10709800's user avatar
1 vote
0 answers
86 views

I am developing a PostgreSQL extension for which I would like to run some tests with concurrent connections. If I understand the documentation correctly, I should be able to do so using the PGXS ...
BigSmoke's user avatar
  • 824
3 votes
1 answer
496 views

I have created a stored procedure that uses dbcc checkdb on all userdatabases, if there are any errors detected it then collates the errors and formulates a html table and sends an html email to ...
BLoB's user avatar
  • 163
3 votes
1 answer
2k views

In order to run integration tests concurrently, I wish to create a sample database at the beginning of every test. Theses test databases are "clones" of an immutable reference database (the ...
laurent's user avatar
  • 155
0 votes
1 answer
116 views

I want to be able to write a .sql script that will carry out an action which fails, and the script should only report failure if the action doesn't fail. For example, given initial table: create table ...
baxx's user avatar
  • 326
0 votes
0 answers
261 views

A database of MYSQL is migrated to Postgres. I need to check whether all the data records have been transferred correctly. Is there a way I can compare the contents of the two tables residing in two ...
user avatar
2 votes
2 answers
688 views

In software development, there are a series of stages that it will goes through - Dev, Test, UAT, Staging, Demo and Production. This is what I feel is correct, after reading/researching through the ...
SunnyBoiz's user avatar
  • 153
1 vote
0 answers
149 views

I'm trying to set up an automated script which I can run on a schedule in SQL Server 2016 (probably nightly) to copy the structure of our production database and then transfer a subset of data into ...
wizzardmr42's user avatar
0 votes
1 answer
330 views

I would like to know how it would be the correct way in which I should proceed to stop the Dataguard configuration in order to perform a series of tests on the standby database. It turns out that I ...
miguel ramires's user avatar
0 votes
0 answers
66 views

To revert a test database to an initial state (after running a test), I would like to restore the database from snapshot. I'm using the following script to achieve that. However, the script execution ...
Jakub Janiš's user avatar
3 votes
2 answers
1k views

To revert a test database to an initial state (after running a test), I would like to restore the database from snapshot. I'm using the following script to achieve that. However, the script execution ...
Jakub Janiš's user avatar
4 votes
1 answer
6k views

Using the dbeaver tool, I want to check a script for syntax errors without actually running it. Purpose: For a long insert query (postgresql syntax, PostgreSQL 10.15) in the form of: INSERT INTO ...
JosephDoggie's user avatar
1 vote
0 answers
143 views

I am testing SQL connectivity between a SQL server (windows server 2000) and client PC that has no SQL tools installed (windows 2000 SP4). The client PC runs a java application that needs to connect ...
mcv110's user avatar
  • 75
0 votes
1 answer
166 views

Problem: I have a staging DB server on which functionality is tested before pushing it to the production environment. Now, we want to start doing VA/PT (Vulnerability Analysis and Penetration Testing) ...
site80443's user avatar
  • 119
2 votes
1 answer
308 views

I am working on a couple large reporting databases with lots of reporting and analytical queries and many ETL jobs. When I make changes I usually do in in production, be that changes in indexing or ...
xhr489's user avatar
  • 827

15 30 50 per page
1
2 3 4 5