Skip to content

Commit

Permalink
Revert "chore(neon_test_utils): restrict installation to superuser" (#…
Browse files Browse the repository at this point in the history
…7679)

This reverts commit 1173ee6.

## Problem

It breaks autoscaling tests
  • Loading branch information
skyzh committed May 9, 2024
1 parent 41fb838 commit 2682e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pgxn/neon_test_utils/neon_test_utils.control
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ comment = 'helpers for neon testing and debugging'
default_version = '1.1'
module_pathname = '$libdir/neon_test_utils'
relocatable = true
trusted = false
superuser = true
trusted = true

1 comment on commit 2682e02

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3105 tests run: 2959 passed, 0 failed, 146 skipped (full report)


Flaky tests (3)

Postgres 14

  • test_partial_evict_tenant[relative_spare]: release
  • test_statvfs_pressure_usage: debug
  • test_lock_time_tracing: release

Code coverage* (full report)

  • functions: 31.4% (6319 of 20132 functions)
  • lines: 47.3% (47618 of 100707 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2682e02 at 2024-05-09T16:43:32.408Z :recycle:

Please sign in to comment.