mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 14:13:07 +00:00
test: with different data
This commit is contained in:
parent
cdc7836e33
commit
f74002c108
@ -18,7 +18,7 @@ class TestDataIntegrity(StepsDataAvailability):
|
||||
@pytest.mark.usefixtures("setup_4_node_cluster")
|
||||
def test_da_identify_retrieve_missing_columns(self):
|
||||
delay(5)
|
||||
self.disperse_data(DATA_TO_DISPERSE[0], to_app_id(1), to_index(0))
|
||||
self.disperse_data(DATA_TO_DISPERSE[6], to_app_id(1), to_index(0))
|
||||
delay(5)
|
||||
# Select one target node at random to get blob data for 1/2 columns
|
||||
selected_node = self.main_nodes[random.randint(1, 3)]
|
||||
@ -32,7 +32,7 @@ class TestDataIntegrity(StepsDataAvailability):
|
||||
@pytest.mark.usefixtures("setup_2_node_cluster")
|
||||
def test_da_sampling_determines_data_presence(self):
|
||||
delay(5)
|
||||
self.disperse_data(DATA_TO_DISPERSE[0], to_app_id(1), to_index(0))
|
||||
self.disperse_data(DATA_TO_DISPERSE[6], to_app_id(1), to_index(0))
|
||||
delay(5)
|
||||
rcv_data = self.get_data_range(self.node2, to_app_id(1), to_index(0), to_index(5))
|
||||
rcv_data_json = json.dumps(rcv_data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user