Skip to content

Use appVersion from chart.yaml for tagging the built image #94

Use appVersion from chart.yaml for tagging the built image

Use appVersion from chart.yaml for tagging the built image #94

GitHub Actions / Tests succeeded Nov 28, 2023 in 0s

Tests ✅

Tests passed successfully

✅ junit.xml

20 tests were completed in 20s with 20 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
normalizedAcceptEncoding 4✅ 3s
Proxy Server E2E Tests 16✅ 20s

✅ normalizedAcceptEncoding

normalizedAcceptEncoding should return undefined if no accept-encoding header
  ✅ normalizedAcceptEncoding should return undefined if no accept-encoding header
normalizedAcceptEncoding should return gzip if only gzip is passed
  ✅ normalizedAcceptEncoding should return gzip if only gzip is passed
normalizedAcceptEncoding should return br if gzip, br is passed
  ✅ normalizedAcceptEncoding should return br if gzip, br is passed
normalizedAcceptEncoding should return undefined if url ends with .jpg
  ✅ normalizedAcceptEncoding should return undefined if url ends with .jpg

✅ Proxy Server E2E Tests

Proxy Server E2E Tests should forward GET requests to target server
  ✅ Proxy Server E2E Tests should forward GET requests to target server
Proxy Server E2E Tests origin count endpoint counts
  ✅ Proxy Server E2E Tests origin count endpoint counts
Proxy Server E2E Tests count requests should cache
  ✅ Proxy Server E2E Tests count requests should cache
Proxy Server E2E Tests count requests should refresh cache after max-age
  ✅ Proxy Server E2E Tests count requests should refresh cache after max-age
Proxy Server E2E Tests count requests should miss cache after stale-while-revalidate
  ✅ Proxy Server E2E Tests count requests should miss cache after stale-while-revalidate
Proxy Server E2E Tests 404 should not cache
  ✅ Proxy Server E2E Tests 404 should not cache
Proxy Server E2E Tests HEAD request should work and cache for cached response
  ✅ Proxy Server E2E Tests HEAD request should work and cache for cached response
Proxy Server E2E Tests HEAD request should work for uncached response
  ✅ Proxy Server E2E Tests HEAD request should work for uncached response
Proxy Server E2E Tests OPTIONS request should work and cache
  ✅ Proxy Server E2E Tests OPTIONS request should work and cache
Proxy Server E2E Tests POST request should work and not cache
  ✅ Proxy Server E2E Tests POST request should work and not cache
Proxy Server E2E Tests if-modified-since should work correclty
  ✅ Proxy Server E2E Tests if-modified-since should work correclty
Proxy Server E2E Tests if-none-match should work correclty
  ✅ Proxy Server E2E Tests if-none-match should work correclty
Proxy Server E2E Tests via header is set
  ✅ Proxy Server E2E Tests via header is set
Proxy Server E2E Tests via header is appended to existing one from origin
  ✅ Proxy Server E2E Tests via header is appended to existing one from origin
Proxy Server E2E Tests liveness probe should work
  ✅ Proxy Server E2E Tests liveness probe should work
Proxy Server E2E Tests cacheable with max-age but without stale-while-revalidate should not cache
  ✅ Proxy Server E2E Tests cacheable with max-age but without stale-while-revalidate should not cache