adoroszlai opened a new pull request, #49:
URL: https://github.com/apache/ozone-docker-runner/pull/49

   ## What changes were proposed in this pull request?
   
   `bmsubmit` uses `BYTEMAN_HOME` to locate its jars.  It should be set in the 
`ozone-runner` image, so that it does not have to be set by all tests that want 
to use it.
   
   https://issues.apache.org/jira/browse/HDDS-13336
   
   ## How was this patch tested?
   
   ```
   $ ./build.sh
   ...
   
   $ docker run -it --rm apache/ozone-runner:dev bash
   
   [root@713ebd0dd025 /]# echo $BYTEMAN_HOME
   /opt/byteman
   
   [root@713ebd0dd025 /]# ls -la $BYTEMAN_HOME 
   total 12
   drwxr-xr-x 3 root root 4096 Jun 25 12:20 .
   drwxr-xr-x 1 root root 4096 Jun 25 12:20 ..
   drwxr-xr-x 2 root root 4096 Jun 25 12:20 lib
   
   [root@713ebd0dd025 /]# ls -la $BYTEMAN_HOME/lib
   total 864
   drwxr-xr-x 2 root root   4096 Jun 25 12:20 .
   drwxr-xr-x 3 root root   4096 Jun 25 12:20 ..
   -rw-r--r-- 1 root root  15535 May  1 17:08 byteman-submit.jar
   -rw-r--r-- 1 root root 859806 May  1 17:09 byteman.jar
   
   [root@713ebd0dd025 /]# ls -la $(which bmsubmit)
   -rwxr-xr-x 1 root root 3449 Apr  9  2018 /usr/local/bin/bmsubmit
   
   [root@713ebd0dd025 /]# ls -la /opt/byteman.jar 
   lrwxrwxrwx 1 root root 28 Jun 25 12:20 /opt/byteman.jar -> 
/opt/byteman/lib/byteman.jar
   ```
   
   CI:
   
https://github.com/adoroszlai/ozone-docker-runner/actions/runs/15876249350/job/44764455447


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to