Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer file spec #648

Merged
6 commits merged into from
Nov 14, 2017
Merged

Buffer file spec #648

6 commits merged into from
Nov 14, 2017

Conversation

ghost
Copy link

@ghost ghost commented Nov 13, 2017

No description provided.

@coveralls
Copy link

coveralls commented Nov 13, 2017

Coverage Status

Coverage increased (+4.2%) to 85.344% when pulling e4603a3 on buffer_file_spec into d04e32e on master.

@coveralls
Copy link

coveralls commented Nov 13, 2017

Coverage Status

Coverage remained the same at 81.135% when pulling 5b36a75 on buffer_file_spec into d04e32e on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.135% when pulling 5b36a75 on buffer_file_spec into d04e32e on master.

@coveralls
Copy link

coveralls commented Nov 13, 2017

Coverage Status

Coverage remained the same at 81.135% when pulling af38bd0 on buffer_file_spec into d04e32e on master.

@ghost
Copy link
Author

ghost commented Nov 14, 2017

closes #649

@@ -120,7 +120,6 @@ def initialize
'stop_raw_logging_router',
'get_server_message_log_filename',
'start_new_server_message_log']
@mutex = Mutex.new
Copy link
Author

Choose a reason for hiding this comment

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

This mutex causes "no _dump_data is defined for class Thread::Mutex" errors when the CTS starts. I think it's because I declare it last and it's getting passed back (by default) somewhere when we're trying to Marshall everything and calculate the MD5 sum. In any case I've already seen the JRuby test fail even with this "fix" so I'm removing it.

@codecov-io
Copy link

codecov-io commented Nov 14, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@d04e32e). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #648   +/-   ##
=========================================
  Coverage          ?   81.11%           
=========================================
  Files             ?      150           
  Lines             ?    13658           
  Branches          ?        0           
=========================================
  Hits              ?    11079           
  Misses            ?     2579           
  Partials          ?        0
Impacted Files Coverage Δ
lib/cosmos/io/buffered_file.rb 3.84% <ø> (ø)
lib/cosmos/tools/cmd_tlm_server/api.rb 99.78% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d04e32e...cdc5728. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 81.117% when pulling cdc5728 on buffer_file_spec into d04e32e on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 81.117% when pulling cdc5728 on buffer_file_spec into d04e32e on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 81.117% when pulling cdc5728 on buffer_file_spec into d04e32e on master.

@ghost
Copy link

ghost commented Nov 14, 2017

👍

@ghost ghost merged commit 30bd935 into master Nov 14, 2017
@ghost ghost deleted the buffer_file_spec branch November 14, 2017 20:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants