Skip to content

Issue #11 changes#12

Merged
mdavidsaver merged 13 commits into
ChannelFinder:masterfrom
mskinner5278:master
Nov 4, 2016
Merged

Issue #11 changes#12
mdavidsaver merged 13 commits into
ChannelFinder:masterfrom
mskinner5278:master

Conversation

@mskinner5278

Copy link
Copy Markdown
Contributor

Addressing issue 11

…indefinitely. Fixed issue where recceiver was ignoring keepalive response and causing a timeout after 30 seconds. Added more cases to commit order tests.
@mdavidsaver mdavidsaver self-assigned this Aug 25, 2016
@mdavidsaver

Copy link
Copy Markdown
Collaborator

#11

@@ -48,125 +55,154 @@ def commit(self, TR):
if _log.isEnabledFor(logging.DEBUG):
_log.debug("CF_COMMIT %s", TR.infos.items())
pvNames = [unicode(rname, "utf-8") for rid, (rname, rtype) in TR.addrec.iteritems()]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor point. The way to go from string to unicode I've usually seen is str.decode('utf-8').

…elfinder service data to a file, same format as cf-store data file print. Added script for creating 1000~ identical iocs using the recsync demo st.cmd.
…og if it becomes negative. Glassfish server errors are now caught as requests.exceptions.HTTPError instead of StandardError. Mock_client now also uses HTTPError. Mock client uses IPV4Address as its source, rather than an arbitrary object. Recast no longer pauses accepting input, also removed re-initiating listening. test_cfstore cleaned up threading and test commits.
…to unit tests. Changed format of IOCID to match possible new system. Updated owner information. Clean service now uses the update method instead of the set methods. Note: This overwrites ownership in some locations.
…d local path in test_mock_iocs and decreased the number of iocs spawned by default. Cleaned up the dictionary logic in the commit method. Added config control to dict_to_file.
… adding active channels for manual tests. Added readme to describe manual test process. Added debug logging for cleaning stages.
@mdavidsaver

Copy link
Copy Markdown
Collaborator

Could you please note the revision with the necessary changes to the update() method in the python channelfinder client?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants