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

Create patches/tickets for our changes #17

Open
juniorz opened this issue Sep 7, 2015 · 4 comments
Open

Create patches/tickets for our changes #17

juniorz opened this issue Sep 7, 2015 · 4 comments

Comments

@juniorz
Copy link
Member

juniorz commented Sep 7, 2015

Group our changes by test file (or function), create a branch with all the changes and create a ticket on Tor trac.

@juniorz
Copy link
Member Author

juniorz commented Sep 8, 2015

This is the list of test files we changed/created

$ git diff --stat upstream/master master -- src/test/test_*
 src/test/test_address.c                      |  132 ++-
 src/test/test_aes.c                          |   27 +
 src/test/test_buffers.c                      |    3 +-
 src/test/test_compat_libevent.c              |  214 +++++
 src/test/test_config.c                       | 2752 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/test/test_connection_edge_ap_handshake.c |  478 +++++++++++
 src/test/test_containers.c                   |    3 +-
 src/test/test_controller.c                   |    3 +-
 src/test/test_dir.c                          |  344 +++++++-
 src/test/test_dir_client_reached_eof.c       |   63 ++
 src/test/test_dir_handle_get.c               | 2539 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/test/test_entrynodes.c                   |   35 +-
 src/test/test_fast_handshake.c               |   24 +
 src/test/test_main.c                         | 1072 ++++++++++++++++++++++++
 src/test/test_options.c                      | 3408 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/test/test_procmon.c                      |   51 ++
 src/test/test_relay.c                        | 1030 ++++++++++++++++++++++-
 src/test/test_rendcache.c                    | 1178 ++++++++++++++++++++++++++
 src/test/test_sandbox.c                      |  154 ++++
 src/test/test_tortls.c                       | 2762 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/test/test_util_format.c                  |  197 +++++
 src/test/test_util_process.c                 |   67 ++
 22 files changed, 16487 insertions(+), 49 deletions(-)

We have patches for:

  • src/test/test_address.c
    #17074
  • src/test/test_aes.c
  • src/test/test_buffers.c
  • src/test/test_compat_libevent.c
    #17075
  • src/test/test_config.c
  • src/test/test_connection_edge_ap_handshake.c
  • src/test/test_containers.c
  • src/test/test_controller.c
  • src/test/test_dir.c
    #17003
  • src/test/test_dir_handle_get.c
    #17004
  • src/test/test_entrynodes.c
  • src/test/test_fast_handshake.c
  • src/test/test_main.c
    #17080
  • src/test/test_options.c
    #17076
  • src/test/test_procmon.c
    #17078
  • src/test/test_relay.c
  • src/test/test_rendcache.c
    #17079
  • src/test/test_sandbox.c
    #17081
  • src/test/test_tortls.c
    #17082
  • src/test/test_util_format.c
    #17084
  • src/test/test_util_process.c
    #17085

@tdruiva
Copy link
Contributor

tdruiva commented Sep 15, 2015

I think we shouldn't create an ticket to merge src/test/test_fast_handshake.c test (this is a silly test...)

@juniorz
Copy link
Member Author

juniorz commented Sep 15, 2015

I suspect the aes_tests falls into the same category - look at these diffs:

Is it worth creating tickets for them?

On 9/15/15 2:52 PM, Tania Silva wrote:

I think we shouldn't create an ticket to merge
src/test/test_fast_handshake.c test (this is a silly test...)


Reply to this email directly or view it on GitHub
#17 (comment).

Reinaldo de Souza Jr | Software Developer
_Thought_Works Brasil

@olabini
Copy link
Contributor

olabini commented Sep 16, 2015

Well, the aes_tests was created to get coverage of aes.c up to 100%, and to have a place for other tests for the AES functionality. But it's probably not very high priority.

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

No branches or pull requests

3 participants