xenon icon indicating copy to clipboard operation
xenon copied to clipboard

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.

Results 32 xenon issues
Sort by recently updated
recently updated
newest added

The link to the tutorial in PDF is broken.

So this issue is a bit of a mess but I needed a way to record some strange things I noticed while preparing materials for a xenon tutorial https://github.com/xenon-middleware/xenon-tutorial/tree/2b00c8d7625cf2966fdfe7c3e2aaeb6046fd7823. With...

Method [SchedulerLocationConfig .getMaxWaintUntilDone()](https://github.com/xenon-middleware/xenon/blob/master/src/testApi/java/nl/esciencecenter/xenon/adaptors/schedulers/SchedulerLocationConfig.java#L53) should be called `SchedulerLocationConfig .getMaxWaitUntilDone()`.

When job takes longer than 5 seconds calling `scheduler.waitUntilDone(jobId, 5000)` will result in a status object which is not yet done (`status.isDone() == false`). I did not expect this, I...

I had some trouble with creating an ssh connection to a docker container while preparing materials for a xenon-cli v3 based tutorial, which in turn was based on the earlier...

Bug

I would like to be able to do ```java JobDescription expected = new JobDescription() .setExecutable("wc") .setArguments("-l") ; ``` Where `setExecutable()` returns `this`. This will make JobDescription construction less verbose.

Enhancement

The main xenon artifact is on jcenter as `compile 'nl.esciencecenter.xenon:xenon:3.0.0'`, but the other artifacts are not install-able for example `integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0'` fails with could not...

Bug

The services below host the xenon artifacts under `NLeSC` organization instead of `xenon-middleware`: * [ ] Appveyor * [ ] Sonarcloud * [ ] bintray They should be moved,

As follow up to last week's workshop it would be nice to add Azure Batch support to Xenon. There are Java example available here: https://github.com/Azure/azure-batch-samples these contain an maven ref...

Enhancement
Azure
cloud