Skip to content

Commit

Permalink
[CLIENT-2221] Skip MemorySize() test due to QE tests #1 and #2 failing (
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Jul 15, 2023
1 parent ebac003 commit 04ed9eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/new_tests/test_expressions_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ def test_void_time_pos(self):
record = self.as_connection.get(("test", "demo", _NUM_RECORDS), policy={"expressions": expr.compile()})
assert record[2]["extra"] == "record"

@pytest.mark.skip("MemorySize() value depends on whether server is configured to store data in memory or not.\
QE tests #1 and #2 are failing because some of their server scenarios have this configured\
where some nodes have it configured and some don't. It's also hard to figure out\
which node the record belongs to.")
def test_memory_size_pos(self):
# The Docker Aerospike image uses storage-memory device by default
expr = Eq(MemorySize(), 0)
Expand Down

0 comments on commit 04ed9eb

Please sign in to comment.