Loading
Commits on Source 56
-
-
-
-
Konrad Botor authored
-
Konrad Botor authored
-
Bartek Wrona authored
-
Bartek Wrona authored
hive_build_types module included in HAF project main CMakeLists file to correctly initialize CMAKE_BUILD_TYPE variable.
-
Bartek Wrona authored
-
A databses for tests are created with double quoted name and were dropped without quoting its names. Unqoted identifires are made lowered case and quoted preserve letters cases, so when a test database containded capital letters, then DROP command did not find a database to drop.
-
Mateusz Żebrak authored
-
-
-
Bartek Wrona authored
-
Marcin authored
-
PK is required because during connection to HAF database the sql_serializer is trying to insert into 'hive.irreversible_data'. The PK guarantees that only the initial insert occurs and prevents any conflicting data from being inserted.
-
Michał Kudela authored
Get information about the number of replayed blocks by querying the database while hived is running
-
Michał Kudela authored
Change test location from /haf/tests/.. to /haf/integration/..
-
Michał Kudela authored
-
Michał Kudela authored
Change name `psql_run.sh` to `get_headblock_from_database.sh`
-
The new option can be set for any role with ALTER ROLE or SET statements. When a role got the option set to 'true' then all its queries are limited by the supervisor. Changes in functional test: use the new options instead of 'limted_users' ALTER ROLE during tests must be used with ;IN DATABASE' to avoid change global postrges state. query supervisor: remove option limited_users
-
This reverts commit 8d648b98.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Maciej Krzeminski authored
Duplicate key value violates unique constraint "hafbe_app_metadata_pkey" Metadata state provider didn't update values in its table properly in massive processing.
-
Maciej Krzeminski authored
-
Maciej Krzeminski authored
-
Maciej Krzeminski authored
-
Maciej Krzeminski authored
which is better, because op_pos is inside transaction, not block
-
Maciej Krzeminski authored
-
Konrad Botor authored