Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adding the issue number to the skip statement
  • Loading branch information
seankane-msft committed Oct 2, 2020
commit dab265976f967a3a3a4d58aea450d0262fcb8b20
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/tests/test_table_cosmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def test_set_table_acl_too_many_ids(self, resource_group, location, cosmos_accou
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@pytest.mark.live_test_only
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
Expand Down
20 changes: 10 additions & 10 deletions sdk/tables/azure-data-tables/tests/test_table_entity_cosmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _assert_valid_metadata(self, metadata):
self.assertEqual(len(keys), 3)

# --Test cases for entities ------------------------------------------
@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_insert_etag(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand Down Expand Up @@ -750,7 +750,7 @@ def test_get_entity_with_special_doubles(self, resource_group, location, cosmos_
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_update_entity(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand Down Expand Up @@ -838,7 +838,7 @@ def test_update_entity_with_if_doesnt_match(self, resource_group, location, cosm
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_insert_or_merge_entity_with_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -860,7 +860,7 @@ def test_insert_or_merge_entity_with_existing_entity(self, resource_group, locat
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -883,7 +883,7 @@ def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, l
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_insert_or_replace_entity_with_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -905,7 +905,7 @@ def test_insert_or_replace_entity_with_existing_entity(self, resource_group, loc
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -928,7 +928,7 @@ def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group,
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_merge_entity(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -949,7 +949,7 @@ def test_merge_entity(self, resource_group, location, cosmos_account, cosmos_acc
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_merge_entity_not_existing(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -968,7 +968,7 @@ def test_merge_entity_not_existing(self, resource_group, location, cosmos_accoun
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_merge_entity_with_if_matches(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -993,7 +993,7 @@ def test_merge_entity_with_if_matches(self, resource_group, location, cosmos_acc
self._tear_down()
self.sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
def test_merge_entity_with_if_doesnt_match(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _assert_valid_metadata(self, metadata):
self.assertEqual(len(keys), 3)

# --Test cases for entities ------------------------------------------
@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_insert_entity_dictionary(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand Down Expand Up @@ -817,7 +817,7 @@ async def test_update_entity_with_if_doesnt_match(self, resource_group, location
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_insert_or_merge_entity_with_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -841,7 +841,7 @@ async def test_insert_or_merge_entity_with_existing_entity(self, resource_group,
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_insert_or_merge_entity_with_non_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -865,7 +865,7 @@ async def test_insert_or_merge_entity_with_non_existing_entity(self, resource_gr
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_insert_or_replace_entity_with_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -889,7 +889,7 @@ async def test_insert_or_replace_entity_with_existing_entity(self, resource_grou
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_insert_or_replace_entity_with_non_existing_entity(self, resource_group, location, cosmos_account,
Expand All @@ -913,7 +913,7 @@ async def test_insert_or_replace_entity_with_non_existing_entity(self, resource_
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_merge_entity(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -936,7 +936,7 @@ async def test_merge_entity(self, resource_group, location, cosmos_account, cosm
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_merge_entity_not_existing(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -956,7 +956,7 @@ async def test_merge_entity_not_existing(self, resource_group, location, cosmos_
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_merge_entity_with_if_matches(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand All @@ -981,7 +981,7 @@ async def test_merge_entity_with_if_matches(self, resource_group, location, cosm
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_merge_entity_with_if_doesnt_match(self, resource_group, location, cosmos_account,
Expand Down Expand Up @@ -1276,7 +1276,7 @@ async def test_binary_property_value(self, resource_group, location, cosmos_acco
if self.is_live:
sleep(SLEEP_DELAY)

@pytest.mark.skip("Merge operation fails from Tables SDK")
@pytest.mark.skip("Merge operation fails from Tables SDK, issue #13844")
@CachedResourceGroupPreparer(name_prefix="tablestest")
@CachedCosmosAccountPreparer(name_prefix="tablestest")
async def test_timezone(self, resource_group, location, cosmos_account, cosmos_account_key):
Expand Down