Package Details: pg_activity 3.5.1-1

Git Clone URL: https://aur.archlinux.org/pg_activity.git (read-only, click to copy)
Package Base: pg_activity
Description: Top-like application for PostgreSQL server activity monitoring
Upstream URL: https://github.com/dalibo/pg_activity
Licenses: PostgreSQL
Submitter: net147
Maintainer: carsme
Last Packager: carsme
Votes: 10
Popularity: 0.137730
First Submitted: 2014-06-09 08:45 (UTC)
Last Updated: 2024-04-03 16:00 (UTC)

Latest Comments

JohnRobson commented on 2023-07-21 22:15 (UTC)

>       assert nbconn.active_connections == 2
E       assert 1 == 2
E        +  where 1 = ServerInformation(xact_count=1000, insert=100, update=200, delete=300, tuples_returned=400, total_size=20480000, blks_...econd=10, update_per_second=20, delete_per_second=30, tuples_returned_per_second=40, cache_hit_ratio_last_snap=90.1222).active_connections

tests/test_data.py:191: AssertionError
------------------------------------------------------------------------------------- Captured log call -------------------------------------------------------------------------------------
INFO     conftest:conftest.py:79 running query SELECT pg_sleep(2) (commit=False, autocommit=True) using connection <140209280330960>
----------------------------------------------------------------------------------- Captured log teardown -----------------------------------------------------------------------------------
INFO     conftest:conftest.py:96 query SELECT pg_sleep(2) finished
INFO     conftest:conftest.py:106 closing connection <140209280330960>
================================================================================== short test summary info ==================================================================================
FAILED tests/test_data.py::test_pg_is_local_access - AssertionError: assert False
FAILED tests/test_data.py::test_filters_dbname - assert 1 == 2
======================================================================== 2 failed, 64 passed, 4 deselected in 10.27s ========================================================================
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: pg_activity-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
pg_activity - exit status 4

ryester19 commented on 2023-07-02 22:31 (UTC) (edited on 2023-07-02 22:32 (UTC) by ryester19)

'python-psycopg2' and 'python-setuptools' might also need to be made dependencies

ModuleNotFoundError: No module named 'psycopg2'

ModuleNotFoundError: No module named 'pkg_resources'

ryester19 commented on 2023-05-06 18:04 (UTC)

'python-attrs' is needed as a dependency now:

ModuleNotFoundError: No module named 'attr'

olddog commented on 2020-03-03 05:44 (UTC)

Version the same, upstream changed.

olddog commented on 2020-03-01 18:43 (UTC)

Sorry for the wait, will have this updated early this week.

<deleted-account> commented on 2017-12-04 08:33 (UTC)

Waiting for the package to be updated, you can simply edit the PKGBUIKD file - set the version to 1.4.0 and the md5sum to 3a5556f4a3ec9bf535ed82e8e0d6eb61

pensnarik commented on 2016-10-29 13:31 (UTC)

Please, update package to version 1.3.1. It supports PostgreSQL 9.6.