[
https://issues.apache.org/jira/browse/DERBY-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718592#action_12718592
]
Myrna van Lunteren commented on DERBY-4213:
-------------------------------------------
I took a quick look at the class system/sttest/utils/CompressTable.java, to see
why this wasn't improved by the fix for the in-place compress, and it's because
this class doesn't use in place compress.
Instead, it uses the syntax:
s.execute("alter table Datatypes compress");
Perhaps this improves enough if we implement inplace compress in this class.
> sttest needs to be adjusted to not run out of disk space
> --------------------------------------------------------
>
> Key: DERBY-4213
> URL: https://issues.apache.org/jira/browse/DERBY-4213
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Affects Versions: 10.5.1.1, 10.6.0.0
> Reporter: Myrna van Lunteren
> Priority: Minor
>
> After eliminating some NullPointerExceptions for 10.5.1.1 (which I noticed
> with 10.5.1.0 testing but had also been present with 10.4.2.0) the sttest
> runs out of disk space before all threads are done.
> Before, with the NPEs, the test would run its course in a day or two.
> The test should be adjusted, with perhaps more deletes, so that it will no
> longer run out of disk space.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.