Skip to content

Correct git protocol v2 tests

Robert Marshall requested to merge 1052-fix-git-protocol-2-tests into master

What does this MR do?

  • Git protocol v2 tests began to fail because Result now returns a struct object instead of a string object
  • Tests will now examine the headers during the handshake process which, by specification, are guaranteed to advertise protocol version

What are the relevant issue numbers?

Resolves charts/gitlab#1052

Does this MR meet the acceptance criteria?

Closes charts/gitlab#1052

Merge request reports