[
https://issues.apache.org/jira/browse/ARTEMIS-4390?focusedWorklogId=876354&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-876354
]
ASF GitHub Bot logged work on ARTEMIS-4390:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Aug/23 15:18
Start Date: 15/Aug/23 15:18
Worklog Time Spent: 10m
Work Description: jbertram commented on PR #4578:
URL:
https://github.com/apache/activemq-artemis/pull/4578#issuecomment-1679114827
I think a much simpler fix would be to just ignore the test if the OS is not
Linux, e.g.:
```
Assume.assumeTrue(System.getProperty("os.name").toUpperCase().contains("LINUX");
```
Issue Time Tracking
-------------------
Worklog Id: (was: 876354)
Time Spent: 20m (was: 10m)
> Windows build fails smoke tests on upgrade-linux
> ------------------------------------------------
>
> Key: ARTEMIS-4390
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4390
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Tests
> Environment: Windows 10 Enterprise b19045
> Java 11 (Temurin-11.0.15+10)
> Reporter: Jan Å mucr
> Priority: Major
> Fix For: 2.31.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{upgrade-linux}} test doesn't pass on Windows, as it wrongly assumes
> Linux-like environment, and therefore it cannot find the {{artemis.cmd}}
> script to fiddle with.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)