Class PLA_6677_Test

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.catalog.jalo.classification.PLA_6677_Test
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class PLA_6677_Test extends HybrisJUnit4Test
PLA-6677: Tests if how well we're able to store feature values holding rather large strings. For oracle this is a obstacle since VARCHAR is actually limited to 4000 bytes, NVARCHAR to 2000 characters and also RAW(2000) obviously to 2000 bytes.

Therefore we had to map GeneratedProductFeature.RAWVALUE to BLOB and GeneratedProductFeature.STRINGVALUE to CLOB.

  • Constructor Details

    • PLA_6677_Test

      public PLA_6677_Test()
  • Method Details

    • setUp

      public void setUp()
    • testLength1001

      public void testLength1001()
    • testLength2001

      public void testLength2001()
    • testLength4001

      public void testLength4001()
    • testLength30k

      public void testLength30k()
    • testLength64k

      public void testLength64k()