[
https://issues.apache.org/jira/browse/ARTEMIS-5364?focusedWorklogId=973044&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-973044
]
ASF GitHub Bot logged work on ARTEMIS-5364:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jun/25 16:48
Start Date: 24/Jun/25 16:48
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5578:
URL: https://github.com/apache/activemq-artemis/pull/5578#discussion_r2164480213
##########
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/upgradeTest/CompareUpgradeTest.java:
##########
@@ -212,10 +211,7 @@ public void testWindows() throws Exception {
"set ARTEMIS_HOME=", null, // no expected
value for this, we will check on the output
"set ARTEMIS_INSTANCE=", "\"" + windows +
"\"",
"set ARTEMIS_DATA_DIR=", "\"" + windowsData
+ "\"",
- "set ARTEMIS_ETC_DIR=", "\"" + windowsETC +
"\"",
- "set ARTEMIS_OOME_DUMP=", "\"" + windows +
"/log/oom_dump.hprof\"",
Review Comment:
This line was removed here simply because it was changed. See below at line
214:
```
"set ARTEMIS_OOME_DUMP=", "\"" + windows + "/log/oom_dump.hprof\"");
```
Issue Time Tracking
-------------------
Worklog Id: (was: 973044)
Time Spent: 0.5h (was: 20m)
> Clean up scripts & profiles
> ---------------------------
>
> Key: ARTEMIS-5364
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5364
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The Linux & Windows scripts and their corresponding profile files each have
> variables and other content that's no longer useful and/or necessary. This
> content should be removed to simplify the files and to make them easier to
> read & understand.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact