Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

TP Integration Tests GHA: SE_EVENT_BUS_HOST not set, exiting! #6289

@zrhoffman

Description

@zrhoffman

This Bug Report affects these Traffic Control components:

  • Automation
  • unknown

Current behavior:

The chromium service fails to start in the Traffic Portal Integration Tests GitHub Action:

2021-10-14 18:41:20,050 INFO success: selenium-node entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
SE_EVENT_BUS_HOST not set, exiting!
2021-10-14 18:41:20,381 INFO exited: selenium-node (exit status 1; not expected)

Expected behavior:

The chromium service should start successfully.

Steps to reproduce:

Using the environment variables set in .github/workflows/tp.integration.tests.yml:

<<'DOCKER_COMPOSE' docker-compose -f- up
version: '3.8'
services:
  hub:
    image: selenium/hub
  chromium:
    image: selenium/node-chrome
    environment:
      HUB_HOST: hub
      HUB_PORT: 4444
    volumes:
      - /dev/shm:/dev/shm
DOCKER_COMPOSE

Metadata

Metadata

Assignees

No one assigned

    Labels

    Traffic Portal v1related to Traffic Portal version 1automationrelated to automated testing/deployment/packaging etc.bugsomething isn't working as intended

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions