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
toBLOB
andGeneratedProductFeature.STRINGVALUE
toCLOB
.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PLA_6677_Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testLength1001()
void
testLength2001()
void
testLength30k()
void
testLength4001()
void
testLength64k()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-