Skip to content

Commit

Permalink
test_runner/performance: skip test_bulk_insert (#7238)
Browse files Browse the repository at this point in the history
## Problem
`test_bulk_insert` becomes too slow, and it fails constantly:
#7124

## Summary of changes
- Skip `test_bulk_insert` until it's fixed
  • Loading branch information
bayandin authored Mar 26, 2024
1 parent de03742 commit 3426619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_runner/performance/test_bulk_insert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from contextlib import closing

import pytest
from fixtures.benchmark_fixture import MetricReport
from fixtures.compare_fixtures import NeonCompare, PgCompare
from fixtures.pageserver.utils import wait_tenant_status_404
Expand All @@ -17,6 +18,7 @@
# 3. Disk space used
# 4. Peak memory usage
#
@pytest.mark.skip("See https://github.com/neondatabase/neon/issues/7124")
def test_bulk_insert(neon_with_baseline: PgCompare):
env = neon_with_baseline

Expand Down

1 comment on commit 3426619

@github-actions
Copy link

Choose a reason for hiding this comment

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

No tests were run or test report is not available

Test coverage report is not available

The comment gets automatically updated with the latest test results
3426619 at 2024-03-26T15:11:51.882Z :recycle:

Please sign in to comment.