Skip to content

Commit

Permalink
#61 build cleanups for metalnx
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Dec 18, 2020
1 parent 8ce61ad commit 0b929f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
*/
public abstract class PluginApiRequest {

// api number
// <AtomicMetadataOperation, AtomicMetadataResponse>
// AtomicMetadataResponse resp = execApi()

/**
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ boolean isPamFlush() {
*/
public synchronized String irodsPluggableApiFunction(String inputJson, int apiNumber) throws JargonException {

// BytesBuf_T
// see
// https://github.com/irods/irods/blob/master/unit_tests/src/test_get_file_descriptor_info.cpp#L47
// https://github.com/irods/irods/blob/master/plugins/api/src/get_file_descriptor_info.cpp#L358-L383
log.info("irodsPluggableApiFunction()");

log.debug("apiNumber is:{}", apiNumber);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public final void testWriteInt() throws Exception {
IRODSFileFactory irodsFileFactory = accessObjectFactory.getIRODSFileFactory(irodsAccount);

IRODSFile irodsFile = irodsFileFactory.instanceIRODSFile(targetIrodsCollection + '/' + testFileName);
irodsFile.setResource("repl");// resource set?
IRODSFileOutputStream irodsFileOutputStream = irodsFileFactory.instanceIRODSFileOutputStream(irodsFile);

int writtenInt = 3;
Expand Down

0 comments on commit 0b929f5

Please sign in to comment.