Author: Violet
-
Daily report(7/1)
Today was successful. I was able to get the control plane to stop crashing and get the configuration tests to run to completion properly. The benchmark is written and reloading the configuration is so much faster than killing the irods server and starting it again. Of course, that means it has limitations. Currently it is…
-
Daily Journal 6/29
Today has been frustrating. It has been beset by constant crashes and test failures. Today it seems that the previous bug where the delay server would die constantly because runtime values were erased appears to have returned with a vengeance. So far I have been isolating what is causing the particular issue in the reload…
-
Daily Report(6/27)
Today has been spent addressing comments made on the pull request. Address that the field visibility of acquire_*_lock functions implied that it was meant to be derived Replace rodslog calls in get_server_property with the modern logging system Restore some whitespace In addition, I updated the rodsLog calls in rodsServer and irods_server_properties. I still need to…
-
Daily report(6/23)
Today has been spent getting the tests working for the pull request. I apparently need to reformat the files, but for some reason, git clang-format isn’t making that especially easy
-
Daily Report(6/22)
I am starting today by running more of the test suites to see if the changes have broken anything unrelated. So far so good, except for finding that the build+test script was running the specific test “0”(uninitialized variable). Resource testing seems to fail on the same spots as before erratically. I’m going to assume that…
-
Daily report(6/21)
Today I started by deciding to work on what I anticipate to be an especially complicated bit, the authentication system. Later on in the day, I admitted I should work up to that, so instead I’m looking for low hanging fruits. One of the first things I have found is that the changes in the…
-
Daily report(6/20)
Currently the issue I am facing is the rule language. Given that this was a sticking point last year, I can’t say that I’m surprised. Currently I can’t see what the msi_get_server_property is actually returning, and given that they running in the irods agent server it may need additional logic there. I am having trouble…
-
Strands
The strands that comprise our lives are of different lengths. They are anything, the life of a person, their presence, their actions, etc, the whole of their interaction with your existence. It is a strict subset of the world’s entelechy(what is realizing its potential to become what will be). I am sorry to know that…
-
Weekly journal(6/13-6/18)
This week was spent working on writing the configuration_hook_manager’s code. I have started working on writing tests. The primary issues that I have run into have included moving between machines and the performance issue with my desktop’s harddrive substantially slowing the work that I am doing. msiModAVUMetadata is a complicated little micro-service that I’m not…
-
Daily report(6/16/2022)
Work continues slowly on the configuration_hook_manager. I moved my installation over to an ssd, so now development is happening faster. At some point I should look into running an lsp server from inside the irods builder, I might actually be able to get good completion and navigation. I have moved the configuration update logic so…